CVE-2025-13689
Published: 17 February 2026
Summary
CVE-2025-13689 is a high-severity Unrestricted Upload of File with Dangerous Type (CWE-434) vulnerability in Ibm Datastage On Cloud Pak For Data. Its CVSS base score is 8.8 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 8.7th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.
The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-9 (Information Input Restrictions).
Threat & Defense at a Glance
Threat & Defense Details
Mitigating Controls (NIST 800-53 r5)AI
Directly prevents unrestricted file uploads by requiring validation of inputs to reject dangerous file types at upload points.
Enforces restrictions on file uploads such as permitted types, sizes, and content to block dangerous files at system boundaries.
Scans uploaded files for malicious code and eradicates it, mitigating arbitrary command execution from dangerous uploads.
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Unrestricted file upload (CWE-434) in a network-accessible IBM DataStage service directly enables exploitation of public-facing apps (T1190) to achieve arbitrary command execution (T1059) via web shell deployment (T1505.003).
NVD Description
IBM DataStage on Cloud Pak for Data could allow an authenticated user to execute arbitrary commands and gain access to sensitive information due to unrestricted file uploads.
Deeper analysisAI
CVE-2025-13689 is a high-severity vulnerability in IBM DataStage on Cloud Pak for Data, stemming from unrestricted file uploads that enable an authenticated user to execute arbitrary commands and access sensitive information. Published on 2026-02-17, it carries a CVSS v3.1 base score of 8.8 (AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H) and maps to CWE-434 (Unrestricted Upload of File with Dangerous Type).
An authenticated attacker with low privileges can exploit this over the network with low attack complexity and no user interaction. Exploitation allows arbitrary command execution, resulting in high impacts to confidentiality through sensitive data access, integrity via unauthorized modifications, and availability through potential denial of service.
IBM's security advisory, available at https://www.ibm.com/support/pages/node/7259958, provides details on the vulnerability.
Details
- CWE(s)