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
Incorrect authorization in IBM App Connect Enterprise (ACE) versions 12.x and 13.x allows a remote authenticated attacke
Local arbitrary code execution affects IBM App Connect Enterprise releases 13.0.1.0 through 13.0.8.0 and 12.0.1.0 throug
Insecure deserialization in IBM App Connect Enterprise (12.0.1.0 through 12.0.12.27 and 13.0.1.0 through 13.0.8.0) allow
Insecure deserialization in IBM App Connect Enterprise releases 13.0.1.0 through 13.0.8.0 and 12.0.1.0 through 12.0.12.2
XML external entity injection in the SAP Adapter component of IBM App Connect Enterprise and IBM Integration Bus for z/O
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
Remote denial-of-service in IBM App Connect Enterprise and IBM Integration Bus for z/OS allows unauthenticated network a
XML external entity injection in IBM App Connect Enterprise (versions 12.0.1.0-12.0.12.28 and 13.0.1.0-13.0.8.1) and IBM
XML External Entity (XXE) injection in IBM App Connect Enterprise and IBM Integration Bus for z/OS enables authenticated
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