Description
A vulnerability was found in DTStack Taier 1.4.0. Affected by this vulnerability is the function Paths.ge of the file FileChunkController.java of the component Chunk-Check Endpoint. The manipulation of the argument Name results in path traversal. The attack may be launched remotely. The exploit has been made public and could be used.
Published: 2026-08-14
Score: 6.9 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A path traversal flaw exists in the Chunk-Check Endpoint of DTStack Taier, specifically in the Paths.ge function of FileChunkController.java. By manipulating the ``name`` query parameter, a remote attacker can cause the server to resolve file paths outside the intended directory, enabling access to arbitrary files on the filesystem. This flaw directly compromises confidentiality, potentially exposing sensitive configuration, credentials, or code files. The vulnerability does not explicitly grant code execution but provides a vector for information leakage. The public availability of an exploit further magnifies the risk of rapid, automated attacks.

Affected Systems

DTStack Taier version 1.4.0 is vulnerable. No other affected versions have been explicitly identified, so administrators should verify whether their deployed instance matches 1.4.0 or upstream has identical code paths.

Risk and Exploitability

The CVSS score of 6.9 indicates a moderate severity flaw that is exploitable remotely. EPSS data is missing, but the lack of KEV listing does not diminish the public availability of an exploit and the remote nature of the attack. An attacker can send an HTTP request to the Chunk-Check Endpoint with a crafted ``name`` parameter to read files outside the intended directory. Since the flaw exists at the application layer, simple network or web‑application firewall rules might mitigate but will not eliminate the underlying issue.

Generated by OpenCVE AI on August 14, 2026 at 01:53 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update DTStack Taier to a version in which the path traversal flaw is fixed or apply any vendor‑provided patch.
  • If an immediate update is impossible, limit exposure by restricting the Chunk-Check Endpoint to trusted IP ranges and enforce authentication before access.
  • As a temporary countermeasure, modify the server code to strip any directory traversal sequences from the ``name`` input or enforce that resolved paths always remain within a whitelisted base directory.

Generated by OpenCVE AI on August 14, 2026 at 01:53 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 14 Aug 2026 16:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Fri, 14 Aug 2026 00:30:00 +0000

Type Values Removed Values Added
Description A vulnerability was found in DTStack Taier 1.4.0. Affected by this vulnerability is the function Paths.ge of the file FileChunkController.java of the component Chunk-Check Endpoint. The manipulation of the argument Name results in path traversal. The attack may be launched remotely. The exploit has been made public and could be used.
Title DTStack Taier Chunk-Check Endpoint FileChunkController.java Paths.ge path traversal
First Time appeared Dtstack
Dtstack taier
Weaknesses CWE-22
CPEs cpe:2.3:a:dtstack:taier:*:*:*:*:*:*:*:*
Vendors & Products Dtstack
Dtstack taier
References
Metrics cvssV2_0

{'score': 7.5, 'vector': 'AV:N/AC:L/Au:N/C:P/I:P/A:P/E:POC/RL:ND/RC:UR'}

cvssV3_0

{'score': 7.3, 'vector': 'CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L/E:P/RL:X/RC:R'}

cvssV3_1

{'score': 7.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L/E:P/RL:X/RC:R'}

cvssV4_0

{'score': 6.9, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P'}


cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-08-14T15:49:44.344Z

Reserved: 2026-08-13T16:44:00.893Z

Link: CVE-2026-19762

cve-icon Vulnrichment

Updated: 2026-08-14T15:49:39.185Z

cve-icon NVD

Status : Deferred

Published: 2026-08-14T01:18:57.080

Modified: 2026-08-14T19:09:39.140

Link: CVE-2026-19762

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-14T02:00:15Z

Weaknesses
  • CWE-22

    Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')