
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2025-61821 is an Improper Restriction of XML External Entity Reference (XXE) vulnerability in Adobe ColdFusion that allows unauthenticated remote attackers to read arbitrary files from the server's file system. Affected versions include ColdFusion 2025.4, 2023.16, 2021.22 and all earlier releases across the 2021, 2023, and 2025 product lines. The vulnerability was disclosed on December 9, 2025, with NVD publication on December 10, 2025. NVD assigns a CVSS v3.1 base score of 8.6 (High), while Adobe's own CNA scoring yields 6.8 (Medium) (Adobe Advisory, NVD).
The vulnerability is classified as CWE-611 (Improper Restriction of XML External Entity Reference), where ColdFusion fails to properly restrict the processing of XML external entity declarations in user-supplied XML input. An attacker can craft a malicious XML payload containing an external entity reference pointing to sensitive files on the server (e.g., /etc/passwd, configuration files, or credential stores), which the ColdFusion XML parser resolves and returns in the response. Exploitation requires no authentication, no user interaction, and the scope is changed — meaning the impact extends beyond the vulnerable component itself to other resources on the server (Adobe Advisory, NVD).
Successful exploitation results in a high confidentiality impact, enabling an unauthenticated attacker to read arbitrary files from the ColdFusion server's file system, including application configuration files, credentials, private keys, and sensitive system files. The changed scope means an attacker could potentially access resources beyond the ColdFusion application itself, such as files belonging to other services or the operating system. There is no integrity or availability impact — the vulnerability is limited to unauthorized data disclosure (Adobe Advisory, NVD).
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE foo [
<!ENTITY xxe SYSTEM "file:///etc/passwd">
]>
<root>&xxe;</root>Content-Type header (e.g., application/xml or text/xml).DOCTYPE, ENTITY, or SYSTEM keywords; outbound connections from the ColdFusion server to attacker-controlled hosts (in case of out-of-band XXE exfiltration via HTTP/DNS).coldfusion-error.log./etc/passwd, web.xml, neo-datasource.xml, password.properties) reflected in OS-level file access audit logs.Adobe has released patched versions addressing this vulnerability: ColdFusion 2025 Update 5, ColdFusion 2023 Update 17, and ColdFusion 2021 Update 23. Organizations should apply the security update from Adobe advisory APSB25-105 immediately to all affected installations. As interim mitigations, implement network segmentation to limit exposure of ColdFusion services, disable external entity processing in XML parsers where configurable, and monitor logs for suspicious XXE-related activity such as unusual DTD processing or unexpected file read patterns (Adobe Advisory).
Sophos noted the vulnerability in their December 2025 Patch Tuesday coverage, highlighting it as part of Adobe's end-of-year security releases (Sophos Blog). The Center for Internet Security (CIS) issued an advisory noting that multiple vulnerabilities in Adobe products could allow for arbitrary code execution and data exposure (CIS Advisory). Community reaction has been measured given the absence of public PoC code or active exploitation, with security teams primarily focused on patch prioritization alongside other December 2025 Patch Tuesday releases.
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."