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.
Public sources used
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
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-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 lookupCVE-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- 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
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.
CVSS vector scores
1 official scoreWe 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.
CVSS:3.0/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N2.32.7Primary CVE scoreVulnerability scoring details
Base CVSS 3.0 score
5.4MediumVector: CVSS:3.0/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N
Source materials
- CVE List V5 sourceCVE List V5
- https://helpx.adobe.com/security/products/coldfusion/apsb21-16.htmlCVE reference · x_refsource_MISC
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
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.
