Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Single crafted URL, no auth or interaction gives AV:N/AC:L/PR:N/UI:N; arbitrary file write on an integration server enables code execution and service disruption, justifying C/I/A:H.
Primary rating from Vendor (ibm).
CVSS VectorVendor: ibm
Lifecycle Timeline
2DescriptionCVE.org
IBM App Connect Enterprise 13.0.1.0 through 13.0.7.2, and 12.0.1.0 through 12.0.12.27 could allow a remote attacker to traverse directories on the system. An attacker could send a specially crafted URL request containing "dot dot" sequences (/../) to write arbitrary files on the system.
AnalysisAI
Directory traversal in IBM App Connect Enterprise 13.0.1.0-13.0.7.2 and 12.0.1.0-12.0.12.27 lets a remote unauthenticated attacker write arbitrary files by sending a crafted URL containing '../' sequences. Because attacker-controlled file writes on an integration server can overwrite configuration, deployment artifacts, or executable content, this maps to a full-compromise CVSS 9.8. No public exploit identified at time of analysis, but the vendor (IBM) has released a fix.
Technical ContextAI
IBM App Connect Enterprise is an enterprise application/data integration runtime (formerly IBM Integration Bus) used to build and host message flows, HTTP/REST and SOAP APIs, and connectors between back-end systems. The flaw is a classic CWE-22 Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal'): a request handler resolves a user-supplied path component without canonicalizing or constraining it to an intended base directory, so '../' sequences escape into arbitrary filesystem locations. Here the traversal is exercised on a write path, meaning the server persists attacker-chosen bytes to attacker-chosen locations rather than merely disclosing files. The single CPE provided, cpe:2.3:a:ibm:app_connect_enterprise:*:*:*:*:*:*:*:*, is version-wildcarded and does not by itself bound the affected releases; the description's explicit version ranges are the authoritative scope.
RemediationAI
Patch available per vendor advisory - apply the fix IBM published at https://www.ibm.com/support/pages/node/7281896, which for a fixed ACE release supersedes the affected 12.0.1.0-12.0.12.27 and 13.0.1.0-13.0.7.2 ranges (an exact fixed version was not provided in this input; confirm the target level directly from that bulletin before upgrading). If immediate patching is not possible, reduce exposure by placing the ACE HTTP/REST listeners behind a reverse proxy or WAF that normalizes and rejects requests containing encoded or literal '../' path-traversal sequences, and restrict network access to the ACE listener ports so only trusted integration clients can reach them - with the trade-off that legitimate integrations traversing those paths must be allowlisted. Additionally tighten filesystem permissions on the ACE runtime service account so a successful write cannot reach sensitive configuration or executable directories, accepting that overly aggressive hardening can break flow deployment.
More in App Connect Enterprise
View allCommand injection in IBM App Connect Enterprise (versions 12.0.1.0-12.0.12.27 and 13.0.1.0-13.0.7.2) lets a remote attac
IBM App Connect Enterprise 11.0.0.1 through 11.0.0.24 and 12.0.1.0 through 12.0.11.0 could allow a remote attacker to ob
Arbitrary file read in IBM App Connect Enterprise (versions 13.0.1.0 through 13.0.7.2 and 12.0.1.0 through 12.0.12.27) a
Local information disclosure in IBM App Connect Enterprise (versions 13.0.1.0-13.0.7.2 and 12.0.1.0-12.0.12.27) occurs b
IBM App Connect enterprise 12.0.1.0 through 12.0.12.10 and 13.0.1.0 through 13.0.2.1 could allow an authenticated user t
IBM App Connect Enterprise 12.0.1.0 through 12.0.12.1 could allow an authenticated user to obtain sensitive user informa
IBM App Connect Enterprise 11.0.0.1 through 11.0.0.25 and 12.0.1.0 through 12.0.12.0 integration nodes could allow an au
File path control vulnerability (CWE-73) in IBM App Connect Enterprise and IBM Integration Bus for z/OS enables a remote
IBM App Connect Enterprise 11.0.0.1 through 11.0.0.23, 12.0.1.0 through 12.0.10.0 and IBM Integration Bus 10.1 through 1
IBM App Connect Enterprise 11.0.0.1 through 11.0.0.25 and 12.0.1.0 through 12.0.12.0 is vulnerable to HTML injection. Ra
IBM App Connect Enterprise 11.0.0.1 through 11.0.0.23, 12.0.1.0 through 12.0.9.0 and IBM Integration Bus for z/OS 10.1 t
IBM App Connect Enterprise 12.0.1.0 through 12.0.8.0 contains an unspecified vulnerability that could allow a local priv
Same weakness CWE-22 – Path Traversal
View allSame technique Path Traversal
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-51138
GHSA-q684-5x2c-2956