The vendor has published a fix. Version details are below where the sources state them.
Steps
Written by AI from the record
Check which ColdFusion version you run (ColdFusion 2023 or ColdFusion 2025) and whether it is updated past 2025.0.12 and 2023.0.23.
If you are on ColdFusion 2025, upgrade ColdFusion to 2025.0.12 or later.
If you are on ColdFusion 2023, upgrade ColdFusion to 2023.0.23 or later.
After upgrading, verify the service is running the updated build and review logs for suspicious command-like activity around the time of any probing.
If you cannot patch right away, restrict network access to the ColdFusion admin and application endpoints so the service is not reachable from the public internet.
ColdFusion is affected by an Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection') vulnerability that could result in arbitrary code execution in the context of the current user. An attacker could exploit this vulnerability to execute arbitrary code. Exploitation of this issue does not require user interaction. Scope is changed.
In plain language
Written by AI from the record
CVE-2026-48362 is a serious ColdFusion flaw that lets an attacker send specially crafted network requests and run commands on your server with no login needed—if you use ColdFusion 2023 or 2025 and haven’t installed the fixed update, you should act.
ColdFusion suffers from OS Command Injection (CWE-78) allowing unauthenticated, network-triggered command execution in the context of the ColdFusion service account, with no user interaction required.
If you're affected
Server takeover risk
Malware installation possible
Data theft from server access
Business disruption
What is it
This vulnerability is like a broken “escape hatch” in ColdFusion where crafted input can be used to trick the server into running operating-system commands. In the worst case, that means an attacker could gain full control of the server and use it to install malware, steal data, or disrupt your operations.
Who is affected
This matters if you run or host applications on Adobe ColdFusion, specifically ColdFusion 2023 or ColdFusion 2025 that are not updated to the fixed versions. The risk is that an attacker can reach the ColdFusion service over the network without needing a login, and send crafted requests to trigger command execution. It’s a concern when the ColdFusion service is reachable from where attackers can reach it (e.g., from the internet or any exposed network path).
How urgent is it
This is RED because the issue enables remote attackers to execute arbitrary commands on the server without authentication or user interaction. Even without confirmed public incidents, the combination of critical impact (full command execution, service-account context) and network reachability makes it a high-priority patch.
What to do — in detail
Confirm whether you’re exposed
Identify the installed ColdFusion major version: ColdFusion 2023 or ColdFusion 2025.
Check the exact build/update level currently installed.
Compare against the vendor fixed versions:
ColdFusion 2025: fixed in 2025.0.12
ColdFusion 2023: fixed in 2023.0.23
Remediate
Upgrade to the fixed build for your branch (2025.0.12 for ColdFusion 2025, or 2023.0.23 for ColdFusion 2023).
Follow the vendor’s installation/upgrade steps from the vendor advisory linked below (and apply any required restart).
Confirm post-upgrade:
ColdFusion service is running
The build/version shown by your installation matches the fixed release
Restrict who can reach ColdFusion over the network:
Block public internet access to ColdFusion unless absolutely required.
Limit access to known internal networks/IPs.
Ensure any admin interfaces/endpoints are not exposed publicly.
What to monitor after updating
Review ColdFusion and web server logs for suspicious requests targeting unusual parameters or patterns consistent with command execution attempts.
Look for evidence of unexpected child processes, system command execution traces, or unusual outbound connections from the ColdFusion host.
KEV / exploitation notes
This CVE is not listed in the CISA KEV catalog per the provided findings.
The provided reporting indicates no clear dated public incident and no public exploit code on record, but the vulnerability is still critical due to its unauthenticated remote command-execution capability.
Technical context
CVE-2026-48362 is a CWE-78 flaw in Adobe ColdFusion that can lead to OS command injection and arbitrary code execution on the server. The findings state: network attack vector, no authentication required, no user interaction, and execution occurs in the context of the current user (i.e., the service account running ColdFusion). The provided traffic-light verdict is RED.
Exploitation status (from findings):
KEV: not listed.
Press/incidents: no clear dated exploitation claim; no incidents reported in the findings.
Public exploit code: none on record.
A note in PULSE indicates actor chatter/association (Lazarus Group) as part of a roundup; this is not the same as confirmed exploitation and is treated accordingly in the findings.
Patch availability (from findings):
ColdFusion 2025 fixed in 2025.0.12
ColdFusion 2023 fixed in 2023.0.23
EPSS: provided as a prediction only (2.1%, flat trend) and should not be treated as proof of exploitation.
This is a general assessment based on public vulnerability data. It does not account for your specific infrastructure — when in doubt, consult a security specialist.