CVE-2026-48314: ColdFusion Path Traversal Vulnerability (CVSS 6.5)
Adobe ColdFusion contains a path traversal vulnerability that allows an attacker to read and write files outside intended directory boundaries. Versions 2025.9, 2023.20 and earlier are affected. No user interaction is required for exploitation—an attacker can trigger the flaw remotely and directly access or modify sensitive files. The impact is classified as medium severity because while file access is limited, both confidentiality and integrity can be compromised.
Source data · NVD / CISA · public domain
- CVSS
- 3.1 · 6.5 MEDIUM · CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N
- Weaknesses (CWE)
- CWE-22
- Affected products
- 31 configuration(s)
- Published / Modified
- 2026-06-30 / 2026-06-30
NVD description (verbatim)
ColdFusion versions 2025.9, 2023.20 and earlier are affected by an Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') vulnerability that could result in a Security feature bypass. An attacker could leverage this vulnerability to gain limited read and write access to unauthorized files or directories outside the intended restrictions. Exploitation of this issue does not require user interaction.
1 reference(s) · View on NVD →
SEC.co analysis · AI-assisted, reviewed against source
Technical summary
CVE-2026-48314 is a CWE-22 path traversal flaw in ColdFusion's pathname validation logic. The vulnerability stems from improper limitation of file path inputs, allowing directory traversal sequences (such as ../ patterns) to escape sandbox restrictions. An unauthenticated network attacker can craft requests that bypass security controls and access or modify files and directories outside the application's intended restricted scope. The CVSS 3.1 vector (AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N) reflects network accessibility, low attack complexity, no privilege requirement, no user interaction, and limited impact on confidentiality and integrity without system availability compromise.
Business impact
This vulnerability poses a direct confidentiality and integrity risk to organizations running affected ColdFusion instances. An attacker could exfiltrate sensitive configuration files, application source code, or database credentials stored on the server filesystem. Additionally, the write capability enables code injection or configuration tampering, potentially leading to application compromise or lateral movement within the network. For organizations using ColdFusion to host customer-facing applications or internal services, this flaw could enable data breaches or service disruption without requiring credential theft or social engineering.
Affected systems
Adobe ColdFusion versions 2025.9, 2023.20 and earlier are vulnerable. Organizations should audit their ColdFusion deployments to identify running versions. Both current and legacy versions in this range require remediation. The broad version impact suggests the vulnerability exists in a core component affecting multiple release lines.
Exploitability
The vulnerability is remotely exploitable with no authentication or user interaction required. An attacker needs only network access to the ColdFusion application and knowledge of vulnerable path handling logic—no advanced exploitation techniques, zero-days, or specialized tools are necessary. The low attack complexity means reliable, repeatable exploitation is feasible. However, the vulnerability is not yet listed on CISA's KEV catalog, indicating it has not been actively weaponized in the wild as of the publication date.
Remediation
Apply vendor security patches immediately. Verify the specific patched versions against Adobe's security advisory for your ColdFusion release line (2025.x or 2023.x). Until patches are deployed, implement network segmentation to restrict access to ColdFusion services, enforce authentication on sensitive endpoints, and monitor file access logs for suspicious path traversal patterns. Organizations unable to patch urgently should consider disabling public-facing ColdFusion applications or placing them behind a Web Application Firewall (WAF) with path traversal detection rules.
Patch guidance
Contact Adobe Security Bulletins or your support channel to identify the specific patched version for your ColdFusion release. Patches for version 2025.9 and 2023.20 should be available; verify against the official advisory before deployment. Test patches in a staging environment first, as ColdFusion updates can affect custom applications and integrations. Plan updates during maintenance windows to minimize service disruption. After patching, validate that file access controls function correctly and that application functionality remains intact.
Detection guidance
Monitor web server and application logs for requests containing path traversal sequences (../, ..\ or URL-encoded variants %2e%2e%2f). Implement file integrity monitoring on sensitive directories to detect unauthorized read or write operations. Review ColdFusion access logs for unexpected file operations outside standard application directories. Consider deploying a WAF rule set targeting CWE-22 path traversal patterns. Endpoint Detection and Response (EDR) tools should flag unusual file access by the ColdFusion process user account.
Why prioritize this
Although categorized as medium severity, this vulnerability merits prompt prioritization because it enables direct file system access without authentication. The combination of confidentiality and integrity impact, remote exploitability, and absence of user interaction creates meaningful risk even at CVSS 6.5. Organizations with internet-exposed ColdFusion instances should treat this as high priority; internal or air-gapped deployments can follow standard patching schedules.
Risk score, explained
The CVSS 3.1 score of 6.5 (medium) reflects a remotely exploitable vulnerability with limited file access scope. Network accessibility (AV:N) and low attack complexity (AC:L) drive the score upward, while the partial impact on confidentiality (C:L) and integrity (I:L)—without affecting availability—keep it in the medium range. The score does not account for business context; organizations storing highly sensitive data should consider their own risk multiplier.
Frequently asked questions
Can this vulnerability be exploited without network access?
No. The flaw requires network connectivity to the ColdFusion application. However, no authentication credentials or special access are needed—any network-reachable instance is at risk.
Does this vulnerability affect all ColdFusion versions?
No. Only ColdFusion 2025.9, 2023.20, and earlier versions are affected. Check your installed version against Adobe's advisory to confirm exposure.
What kind of files can an attacker access or modify?
An attacker can read and write files and directories that the ColdFusion process user account has access to—typically application files, configuration files, and potentially database credentials. The exact scope depends on server permissions and filesystem layout.
Is this vulnerability currently being exploited in the wild?
As of the publication date, this vulnerability has not been added to CISA's Known Exploited Vulnerabilities (KEV) catalog, suggesting active exploitation in the wild has not been widely documented. However, the ease of exploitation means threat actors could quickly develop working exploits if they become aware of the flaw.
This analysis is based on vendor advisories and publicly available vulnerability data current as of June 2026. Security researchers should verify patch version numbers and technical details directly against Adobe's official security bulletins before making deployment decisions. This content is for informational purposes and does not constitute legal or compliance advice. Organizations should conduct their own risk assessment based on their specific infrastructure, data sensitivity, and regulatory obligations. Source: NVD (public-domain), retrieved 2026-08-09. Analysis generated by SEC.co (claude-haiku-4-5).
Related vulnerabilities
- CVE-2026-34657MEDIUMPath Traversal in CAI Content Credentials c2pa-web—MEDIUM Severity
- CVE-2026-47932HIGHAdobe ColdFusion Path Traversal – HIGH Severity Security Bypass
- CVE-2018-25393MEDIUMNavigate CMS 2.8.5 Path Traversal Vulnerability (CVSS 6.5)
- CVE-2018-25421MEDIUMOpen STA Manager 2.3 Path Traversal File Download Vulnerability
- CVE-2019-25734MEDIUMContact Form by WD CSRF & Local File Inclusion Vulnerability
- CVE-2019-25740MEDIUMJoomla com_jsjobs Arbitrary File Deletion Vulnerability
- CVE-2022-50953MEDIUMWordPress admin-word-count-column Plugin Local File Read Vulnerability
- CVE-2024-47263MEDIUMSynology Hyper Backup Path Traversal – Admin Privilege Required