Severity by source
AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N
Primary rating from Vendor (adobe) · only source for this CVE.
CVSS VectorVendor: adobe
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N
Lifecycle Timeline
5DescriptionCVE.org
ColdFusion versions 2023.18, 2025.6 and earlier are affected by an Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') vulnerability that could lead to arbitrary file system read. An attacker could exploit this vulnerability to access sensitive files and directories outside the intended access scope. Exploitation of this issue does not require user interaction.
AnalysisAI
Path traversal in Adobe ColdFusion 2023.18, 2025.6 and earlier enables unauthenticated remote attackers to read arbitrary files from the server file system without user interaction. The vulnerability carries a CVSS score of 8.6 (High) due to network accessibility, low complexity, and scope change, allowing access to sensitive files and directories beyond intended boundaries. No public exploit code or active exploitation (CISA KEV) has been identified at time of analysis, though the lack of authentication requirements and low attack complexity suggest elevated risk for publicly accessible ColdFusion instances.
Technical ContextAI
ColdFusion is Adobe's Java-based application server for building dynamic web applications. This vulnerability stems from CWE-22 (Improper Limitation of a Pathname to a Restricted Directory), commonly known as path traversal or directory traversal. The flaw occurs when user-supplied input containing directory traversal sequences (such as '../' or absolute paths) is insufficiently validated before being used in file system operations. Without proper canonicalization and validation of file paths, attackers can manipulate path references to escape the application's intended directory structure and access arbitrary files readable by the ColdFusion process. The CVSS Changed Scope (S:C) indicator suggests the vulnerability may allow reading files beyond the security scope of the vulnerable ColdFusion component itself, potentially exposing operating system files, configuration files containing credentials, application source code, or other sensitive data stored on the server.
RemediationAI
Apply the security updates provided in Adobe Security Bulletin APSB26-38 immediately, prioritizing internet-facing ColdFusion installations. Specific patched versions are documented in the bulletin at https://helpx.adobe.com/security/products/coldfusion/apsb26-38.html. As an interim mitigation, restrict network access to ColdFusion administrative interfaces and application endpoints using firewall rules, IP allowlisting, or VPN requirements to limit exposure to trusted networks only. Review and minimize file system permissions granted to the ColdFusion process user account to reduce the scope of accessible files. Implement web application firewall (WAF) rules to detect and block common path traversal patterns in HTTP requests, such as encoded or repeated directory traversal sequences, though this should be considered defense-in-depth rather than a primary remediation. Monitor ColdFusion access logs for suspicious patterns including encoded characters, excessive parent directory references, or attempts to access system files.
More in Coldfusion
View allUnspecified vulnerability in Adobe ColdFusion 9.0, 9.0.1, 9.0.2, and 10 allows remote attackers to read arbitrary files
Path traversal in Adobe ColdFusion 2025.9, 2023.20 and earlier enables remote, unauthenticated attackers to write or acc
The Office Open XML (OOXML) feature in Adobe ColdFusion 10 before Update 21 and 11 before Update 10 allows remote attack
Adobe ColdFusion versions July 12 release (2018.0.0.310739), Update 6 and earlier, and Update 14 and earlier have an unr
Adobe ColdFusion versions 2018 Update 15 (and earlier) and 2021 Update 5 (and earlier) are affected by an Improper Acces
ColdFusion versions 2023.12, 2021.18, 2025.0 and earlier are affected by a Deserialization of Untrusted Data vulnerabili
Adobe ColdFusion has an Untrusted Data Deserialization vulnerability. Rated critical severity (CVSS 9.8), this vulnerabi
Adobe ColdFusion has an Untrusted Data Deserialization vulnerability. Rated critical severity (CVSS 9.8), this vulnerabi
Adobe ColdFusion versions 2023.5 (and earlier) and 2021.11 (and earlier) are affected by an Deserialization of Untrusted
ColdFusion versions 2023.12, 2021.18, 2025.0 and earlier are affected by a Deserialization of Untrusted Data vulnerabili
Unspecified vulnerability in Adobe ColdFusion 9.0 before Update 11, 9.0.1 before Update 10, 9.0.2 before Update 5, and 1
Path traversal in Adobe ColdFusion 2025.9, 2023.20 and all earlier releases lets remote attackers (PR:N) read arbitrary
Same weakness CWE-22 – Path Traversal
View allSame technique Path Traversal
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-22732