Adobe ColdFusion
CVE-2026-48363
HIGH
Severity by source
AV:L/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:H
Local delivery (AV:L) with a victim opening a malicious file needing no attacker privileges (PR:N, UI:R); untrusted library load yields full C/I/A impact with changed scope (S:C).
Primary rating from Vendor (adobe).
CVSS VectorVendor: adobe
Lifecycle Timeline
2DescriptionCVE.org
ColdFusion versions 2025.9, 2023.20 and earlier are affected by an Uncontrolled Search Path Element vulnerability that could result in arbitrary code execution in the context of the current user. Exploitation of this issue requires user interaction in that a victim must open a malicious file. Scope is changed.
AnalysisAI
Arbitrary code execution in Adobe ColdFusion 2025.9, 2023.20 and all earlier releases arises from an Uncontrolled Search Path Element weakness that lets attacker-controlled files or libraries be loaded when a victim opens a malicious file, running code in the context of the current user. The bug carries a scope change (S:C), meaning execution can affect resources beyond the initially vulnerable component. There is no public exploit identified at time of analysis and it is not listed in CISA KEV, so real-world risk currently hinges on social-engineering a local user into opening a crafted file.
Technical ContextAI
The root cause is CWE-427 (Uncontrolled Search Path Element), the class of flaw where an application resolves an executable, DLL, shared library, or other dependency using a search path that includes attacker-writable or attacker-supplied locations. In practice this typically manifests as DLL/library hijacking or planting a malicious component alongside a document the application processes; when ColdFusion (or an associated tool/handler) opens the file, it loads the untrusted element instead of the legitimate one and executes attacker code. The affected component is the Adobe ColdFusion application server (CPE cpe:2.3:a:adobe:coldfusion), a Java-based platform for building and running CFML web applications, which explains why code runs with the privileges of the current user rather than a network service.
RemediationAI
Apply the Adobe security update referenced in advisory APSB26-68 (https://helpx.adobe.com/security/products/coldfusion/apsb26-68.html) as the primary fix; upgrade past the affected 2025.9 and 2023.20 builds to the vendor-patched versions listed there (exact fixed build numbers are not enumerated in the provided data - confirm from the advisory). Because exploitation depends on a user opening a malicious file that triggers loading of an untrusted search-path element, interim compensating controls include restricting who can place or deliver files into directories ColdFusion or its handlers read from, ensuring the application and JVM library search paths point only to trusted, non-user-writable locations, removing write permissions on ColdFusion install and working directories for standard users, and enforcing least-privilege on the account ColdFusion processes run as to limit the blast radius of code executed in the current user's context. These controls reduce exposure but do not remove the flaw, so patching remains mandatory.
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
Arbitrary code execution in Adobe ColdFusion 2025.9, 2023.20 and all earlier releases lets a remote attacker upload a fi
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
Same weakness CWE-427 – Uncontrolled Search Path Element
View allShare
External POC / Exploit Code
Leaving vuln.today