Actively exploited in the wild. This CVE is on the CISA Known Exploited Vulnerabilities list — treat remediation as urgent. Federal remediation due by 15 Apr 2022. Known ransomware use
ColdfusionApplication · Adobe

CVE-2010-2861

CRITICAL · 9.8 CVSS v3.1 Published 2010-08-11
Fix available
A fix is available. Upgrade to after 9.0.1 or later.
See remediation →
100/100
Remediation priority · Urgent
In the wild Ransomware High EPSS Public exploit Remotely reachable No privileges Zero-click

Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.

NVD · unedited
Multiple directory traversal vulnerabilities in the administrator console in Adobe ColdFusion 9.0.1 and earlier allow remote attackers to read arbitrary files via the locale parameter to (1) CFIDE/administrator/settings/mappings.cfm, (2) logging/settings.cfm, (3) datasources/index.cfm, (4) j2eepackaging/editarchive.cfm, and (5) enter.cfm in CFIDE/administrator/.

Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.

dbcve analysis · high confidence

Multiple directory traversal vulnerabilities in Adobe ColdFusion 9.0.1 and earlier allow unauthenticated remote attackers to read arbitrary server files by manipulating the 'locale' parameter in multiple administrator console CFML files (CFIDE/administrator/settings/mappings.cfm, logging/settings.cfm, datasources/index.cfm, j2eepackaging/editarchive.cfm, and enter.cfm).

MitigationApply Adobe's hotfix for CVE-2010-2861 or upgrade to ColdFusion 9.0.2 or later; as an interim control, disable or restrict network access to the CFIDE/administrator/ directory.

Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.

Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.

NVD · CPE data
ColdfusionApplication
Affected:<= 9.0.1

CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.

From the vector
Attack vector
Network
Complexity
Low
Privileges
None
User interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.

dbcve checks

Work through these to decide whether this CVE applies to you.

  1. Identify ColdFusion installation and version
    Check the ColdFusion version by accessing the administrator console login page (CFIDE/administrator/enter.cfm) or by checking the registry key (HKLM\SOFTWARE\Adobe\ColdFusion\CurrentVersion) on Windows. Look for the version number displayed in the page source or about section.
    Affected if ColdFusion version is 9.0.1 or earlier (including 9.0, 8.0, 7.x, etc.)
  2. Verify CFIDE/administrator is network accessible
    Attempt to access http(s)://<your-server>/CFIDE/administrator/ from an external host or check if port 80/443 is open to untrusted networks. Review firewall rules and web server configuration to confirm exposure.
    Affected if The CFIDE/administrator directory is reachable from untrusted networks without IP restriction.
  3. Confirm vulnerable parameters are functional
    Send a test request to one of the affected endpoints using the locale parameter with a directory traversal payload, such as: GET /CFIDE/administrator/settings/mappings.cfm?locale=../../../../../../../../etc/passwd HTTP/1.1. Check if the server returns file contents outside the web root.
    Affected if The server returns the contents of arbitrary files (like /etc/passwd or Windows\\system32\\drivers\\etc\\hosts) in the response.
  4. Review web server access logs for exploitation attempts
    Search web server logs (IIS logs, Apache access.log, or ColdFusion logs) for requests to CFIDE/administrator/* pages containing patterns like '../' or '..\' in the locale parameter, indicating probing or exploitation attempts.
    Affected if Logs contain directory traversal attempts to CFIDE/administrator endpoints with the locale parameter.

You are affected if ColdFusion version is 9.0.1 or earlier AND the CFIDE/administrator console is accessible from untrusted networks, allowing unauthenticated directory traversal via the locale parameter.

Generated from the published advisory. Verify against your own configuration.

Check your environment

Paste your version and any relevant configuration and it will be compared against the affected criteria above. Do not include secrets or credentials.

AI-assisted, checked against the advisory. Informational, not a guarantee.

Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.

dbcve · scoped
Upgrade available Upgrade to a release after 9.0.1
Interim mitigation

Apply Adobe's hotfix for CVE-2010-2861 or upgrade to ColdFusion 9.0.2 or later; as an interim control, disable or restrict network access to the CFIDE/administrator/ directory.

Recommended fix High confidence

ColdFusion 9.0.2 or later, or apply Adobe hotfix APSB10-18

  1. 1. Verify the current ColdFusion version by accessing the ColdFusion Administrator console or checking the version file
  2. 2. Download and install Adobe ColdFusion 9.0.2 or later from the Adobe website (official Adobe licensing required)
  3. 3. Alternatively, apply the official Adobe security hotfix APSB10-18 specifically for CVE-2010-2861
  4. 4. After upgrading, verify the vulnerability is remediated by attempting to access the affected paths with the locale parameter
  5. 5. If upgrading is not immediately possible, disable or restrict access to the ColdFusion Administrator console (CFIDE/administrator/) using web server configuration or IP restrictions
Caveat Minor - the upgrade includes security fixes; verify custom mappings and datasource configurations after upgrade as some settings may need to be reconfigured

Generated from the published advisory — verify against the referenced sources before acting.

Fix this in Coldfusion Exploited in the wild — priority engagement
  • Consultation2.0 h
  • Implementation4.0 h
  • Testing4.0 h
  • Review / QA2.0 h
12.0 hours of engineering $2,080
Get it fixed fast

An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $3,328.

Scan for this in your stack

Free · runs locally
dbcve dependency scanner

Check whether your project pulls in CVE-2010-2861 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.

References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.

Primary sources

Practitioner notes

Contributed

Peer-ranked notes from engineers who’ve handled CVE-2010-2861 in production — separate from our analysis above.

No notes yet

Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.

What this is

A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.

What belongs here
  • Verified mitigations, workarounds, and config changes
  • Version or environment caveats, and links to real fixes
  • No weaponised exploit code, or anything meant to cause harm
  • No spam, self-promotion, credentials, or personal data