CVE-2026-19761
Received Received - Intake

Path Traversal in DTStack Taier 1.4.0

Vulnerability report for CVE-2026-19761, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-14

Last updated on: 2026-08-14

Assigner: VulDB

Description

A vulnerability has been found in DTStack Taier 1.4.0. Affected is the function MultipartFile.getOriginalFilename of the file UploadController.java of the component Upload Controller. The manipulation of the argument File leads to path traversal. The attack may be initiated remotely. Upgrading to version 1.5.0 is able to address this issue. The identifier of the patch is 572773c4315e23e51e30115151cb091749a8d03e. It is advisable to upgrade the affected component.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-14
Last Modified
2026-08-14
Generated
2026-08-14
AI Q&A
2026-08-14
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 3 associated CPEs
Vendor Product Version / Range
dtstack taier 1.4.0
dtstack taier 1.5.0
dtstack taier to 1.5.0 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-22 The product uses external input to construct a pathname that is intended to identify a file or directory that is located underneath a restricted parent directory, but the product does not properly neutralize special elements within the pathname that can cause the pathname to resolve to a location that is outside of the restricted directory.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-19761 is a path traversal vulnerability in DTStack Taier 1.4.0. It occurs in the UploadController.java file where the function MultipartFile.getOriginalFilename processes user-uploaded files. The vulnerability allows attackers to manipulate the file path argument to escape the intended upload directory and write files to arbitrary locations on the server.

Detection Guidance

To detect this vulnerability, inspect Taier instances running versions prior to 1.5.0 for file upload endpoints under /upload/component/*. Check logs for suspicious file paths containing sequences like ../ or absolute paths. Use network monitoring to detect unexpected file writes outside intended directories.

Impact Analysis

This vulnerability can allow attackers to write files to arbitrary locations on the server by exploiting path traversal sequences in filenames. This could lead to remote code execution if attackers overwrite critical files like application binaries, configuration files, or scripts. It may also enable denial-of-service attacks by filling up disk space or overwriting important system files.

Compliance Impact

This vulnerability could violate compliance requirements by allowing unauthorized file writes, potentially leading to data breaches or unauthorized access to sensitive information. GDPR requires protecting personal data, and HIPAA mandates safeguarding protected health information. A successful exploit could result in unauthorized data exposure or system compromise, violating these regulations.

Mitigation Strategies

Upgrade Taier to version 1.5.0 or later immediately. If upgrading is not possible, apply the patch from commit 572773c4315e23e51e30115151cb091749a8d03e. Ensure uploaded filenames are sanitized and validated to prevent path traversal sequences.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-19761. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart