LiveActive security incident?Get immediate response
CVE Record

CVE-2021-21087: ColdFusion Improper neutralization of web input during page generation could lead to arbitrary JavaScript execution in the browser

Adobe Coldfusion versions 2016 (update 16 and earlier), 2018 (update 10 and earlier) and 2021.0.0.323925 are affected by an Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability. An attacker could abuse this vulnerability to execute arbitrary JavaScript code in context of the current user. Exploitation of this issue requires user interaction.

MediumCVSS 5.4Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

This is a cross-site scripting issue in Adobe ColdFusion. A signed-in attacker could cause JavaScript to run in another user's browser if that user interacts with malicious content. Business risk is mainly account misuse, data exposure within the browser session, and workflow tampering, not direct server takeover based on the supplied evidence.

Executive priority

Treat this as a moderate-priority hygiene and exposure-reduction item. It is not evidenced as actively exploited in the supplied sources, but affected ColdFusion systems should be identified and updated because XSS can support account abuse and sensitive browser-session actions.

Technical view

CVE-2021-21087 is CWE-79 in ColdFusion page generation. Affected versions listed are ColdFusion 2016 update 16 and earlier, 2018 update 10 and earlier, and 2021.0.0.323925. CVSS is 5.4: network reachable, low complexity, low privileges required, user interaction required, changed scope, low confidentiality and integrity impact.

Likely exposure

Exposure is most likely where Adobe ColdFusion is still running the affected 2016, 2018, or 2021 builds. Public-facing administrative or application surfaces raise concern, especially where authenticated low-privilege users can influence rendered web input.

Exploitation context

The provided sources do not state active exploitation, and the bundle marks this CVE as not in KEV. Exploitation requires user interaction and low privileges, so risk depends on reachable ColdFusion interfaces, user roles, and whether targeted users can be induced to interact.

Researcher notes

The evidence supports an authenticated, user-interaction XSS condition, not unauthenticated remote code execution. The source bundle does not provide exploit details, proof-of-concept status, or exact fixed build numbers, so validation should center on product/version inventory and Adobe advisory comparison.

Mitigation direction

  • Inventory all Adobe ColdFusion instances and record exact update levels.
  • Review Adobe APSB21-16 for vendor-fixed versions and upgrade guidance.
  • Prioritize internet-facing and administrative ColdFusion deployments first.
  • Restrict access to ColdFusion administration and sensitive application paths.
  • Apply standard XSS hardening where application-controlled output is rendered.

Validation and detection

  • Confirm whether any instance runs ColdFusion 2016 update 16 or earlier.
  • Confirm whether any instance runs ColdFusion 2018 update 10 or earlier.
  • Confirm whether any instance runs ColdFusion 2021.0.0.323925.
  • Check patch records against Adobe APSB21-16 guidance.
  • Review web logs for suspicious authenticated input targeting ColdFusion pages.
Prepared
Confidence
high
Sources
3

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · medium confidence lookup

CWE-79: User-session and phishing behavior lookup

Client-side and session-facing weaknesses should be reviewed alongside initial-access and user-execution behaviors. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2021-21087 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Medium
CVSS
5.4 (3.0)
Known Exploited
No
Published

Vector: CVSS:3.0/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
0Timeline events
0ADP providers
2Source links

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
5.4CVSS 3.0MediumCVSS:3.0/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N2.32.7Primary CVE score

Vulnerability scoring details

Base CVSS 3.0 score

5.4Medium
CVSS 3.0 vector shape for CVE-2021-21087Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.0/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
AdobeColdFusionunspecified, unspecified, unspecified, unspecifiedListed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-79 · source CWE mapping

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.