Path Traversal Vulnerability in DTStack Taier
DTStack Taier 1.4.0 is susceptible to a remote path traversal vulnerability (CVE-2026-19762) in the Chunk-Check endpoint, allowing unauthenticated attackers to manipulate file paths.
CVE search metadata
CVE search record: CVE-2026-19762. Severity: high. CVSS: 7.3. KEV: no. Product: Taier (1.4.0). Brief: Path Traversal Vulnerability in DTStack Taier. Brief link: https://feed.craftedsignal.io/briefs/2026-08-taier-path-traversal/
A path traversal vulnerability exists in DTStack Taier 1.4.0, specifically within the Chunk-Check endpoint handled by the FileChunkController.java file. An unauthenticated remote attacker can exploit the 'Paths.ge' function by manipulating the 'Name' argument. This flaw allows the attacker to bypass directory restrictions and access arbitrary files on the underlying filesystem. Publicly available exploit material exists for this vulnerability, increasing the risk of exploitation. Given the potential for unauthorized file access, organizations utilizing DTStack Taier 1.4.0 are advised to prioritize remediation.
Impact
Successful exploitation allows a remote, unauthenticated attacker to read arbitrary files from the server hosting the Taier application. This can lead to the exposure of sensitive configuration files, credentials, or application data, potentially compromising the integrity and confidentiality of the host environment.
Recommendation
- Upgrade DTStack Taier to a patched version once available to address CVE-2026-19762.
- Implement strict input validation on the 'Name' argument within the 'FileChunkController' endpoint to prevent path traversal characters such as '../'.
- Monitor web server logs for requests to the 'Chunk-Check' endpoint containing path traversal sequences or anomalous filename parameters.
Immediate actions
Deploy WAF or web server rules to inspect for path traversal strings targeting Taier endpoints
Mitigations
Identify and restrict access to Taier 1.4.0 instances
CVE-2026-19762
Detection coverage 1
Detect CVE-2026-19762 Exploitation - Path Traversal in Taier Chunk-Check
highDetects exploitation attempts against the Taier Chunk-Check endpoint by monitoring for path traversal sequences in the Name parameter.
Detection queries are available on the platform. Get full rules →