CVE-2026-19763
Received Received - Intake

Path Traversal in DTStack Taier

Vulnerability report for CVE-2026-19763, 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 was determined in DTStack Taier 1.4.0. Affected by this issue is the function FileUtils.deleteDirectory of the file ClusterController.java of the component Cluster Creation. This manipulation of the argument clusterName causes path traversal. Remote exploitation of the attack is possible. Upgrading to version 1.5.0 can resolve this issue. Patch name: ec8c59c76aceb04ab3080543ab2d9c6a4b674729. The affected component should be upgraded.

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 2 associated CPEs
Vendor Product Version / Range
dtstack taier 1.4.0
dtstack taier 1.5.0

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-19763 is a path traversal vulnerability in DTStack Taier 1.4.0. It occurs in the FileUtils.deleteDirectory function of ClusterController.java during cluster creation. The issue allows manipulation of the clusterName argument to perform path traversal, enabling access to files outside intended directories. The vulnerability is triggered when a malicious cluster name containing path traversal sequences like ../ is used to construct a directory path, which is later passed to a file deletion operation.

Detection Guidance

To detect this vulnerability, check for Taier versions prior to 1.5.0 and inspect cluster names for path traversal sequences like ../ or leading slashes. Review logs for FileUtils.deleteDirectory calls with suspicious paths.

Impact Analysis

This vulnerability can allow an authenticated attacker to delete arbitrary directories on the system by exploiting path traversal in the clusterName parameter. This could lead to denial of service, data loss, or system instability if the attacker targets critical directories. The impact requires the attacker to have valid operator privileges and the JVM user to have access to the target directories.

Compliance Impact

This vulnerability could impact compliance with GDPR and HIPAA by enabling unauthorized directory deletion, potentially leading to data loss or exposure. GDPR requires protecting personal data integrity, while HIPAA mandates safeguarding protected health information. Unauthorized deletions could violate these requirements by compromising data availability or confidentiality.

Mitigation Strategies

Upgrade Taier to version 1.5.0 or later. Validate cluster names to reject path traversal characters. Ensure filesystem paths are derived from non-user-controlled identifiers like clusterId.

Chat Assistant

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

EPSS Chart