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.
Published: 2026-08-13
Score: 5.1 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A flaw in DTStack Taier 1.4.0 allows a remote attacker to supply a crafted filename to the MultipartFile.getOriginalFilename method in the UploadController.java component. The server resolves that filename with path traversal characters, enabling the uploaded file to be stored outside the intended upload directory. This can result in unintended file placement or overwriting of critical files, potentially exposing sensitive data or facilitating further compromise. The vulnerability is triggered by a normal file upload request and does not require authentication, making it accessible to anyone who can reach the application’s upload service.

Affected Systems

DTStack Taier version 1.4.0 is affected. The fix is provided in version 1.5.0; no other product or version information is disclosed.

Risk and Exploitability

The CVSS score of 5.1 rates the vulnerability as moderate. EPSS is not available and the artifact is not listed in the CISA KEV catalog, indicating limited current exploitation data. Nonetheless, because the flaw sits in a publicly reachable file upload endpoint, an attacker can exploit it remotely and use the path traversal to place arbitrary files, potentially leading to code execution or denial of service. The likelihood of exploitation remains moderate under the current assessment.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade DTStack Taier to version 1.5.0 to apply the security fix.
  • Configure the application so that all file uploads are restricted to a dedicated, non‑executable directory and reject any filenames containing traversal sequences such as "../".
  • Validate and sanitise uploaded filenames before processing to ensure they do not contain path traversal characters.

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 14:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


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

Type Values Removed Values Added
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.
Title DTStack Taier Upload Controller UploadController.java MultipartFile.getOriginalFilename 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': 5.8, 'vector': 'AV:N/AC:L/Au:M/C:P/I:P/A:P/E:ND/RL:OF/RC:C'}

cvssV3_0

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

cvssV3_1

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

cvssV4_0

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


cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-08-14T14:07:08.062Z

Reserved: 2026-08-13T16:43:56.263Z

Link: CVE-2026-19761

cve-icon Vulnrichment

Updated: 2026-08-14T14:06:39.243Z

cve-icon NVD

Status : Deferred

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

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

Link: CVE-2026-19761

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')