CVE-2026-47423

HIGHPre-NVD 8.28.2
EchelonGraph scoreLOW confidence

This high-severity CVE scores 8.2 under the CNA's CVSS (NVD's own analysis pending). EPSS exploit probability: 0.0%, top 89% of all CVEs by exploit prediction. GitHub Security Advisory data not yet ingested — confidence will rise once GHSA publishes (typical lag: hours to days for open-source ecosystem CVEs; never for infrastructure-only CVEs).

Triggered by: NVD CVSS baseline
Sources: cna:github_m, epss
8.2
EchelonGraph verdictPlan a fixSerious severity, but no confirmed exploitation yet.
  • High severity, but no confirmed exploitation yet
CISA-KEV: Not listedEPSS: 0%CVSS: 8.2Exploit: NoneExposed: 0

No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.

DOMPurify XSS via selectedcontent re-clone

Summary

DOMPurify 3.4.4 allows selectedcontent by default, allowing a chain in which browsers "re-clone" an XSS payload after sanitization, effectively bypassing DOMPurify.

Details

The chain is as follows:
  • The browser parses the input and creates a ` clone from the selected
  • DOMPurify walks and sanitizes that generated clone.
  • DOMPurify reaches the original and removes selected=javascript:1
  • The browser refreshes the clone from the original option's content.
  • The refreshed clone is in a subtree DOMPurify already walked, which DOMPurify doesn't go back to sanitize
  • The returned string contains unsanitized markup inside .

PoC

const dirty =
  '' +
  '' +
  'x' +
  '';

const clean = DOMPurify.sanitize(dirty); console.log(clean);

document.body.innerHTML = clean;

Observed "sanitized" output in Chromium 148/WebKit 625:

xx

After reinsertion, the browser updates the live DOM and strips the handler from the displayed clone, but the onerror has already fired:

xx

Reproduced in Chromium and WebKit, but not Safari (not yet latest WebKit) or Firefox. Will likely change with browser support for selectedcontent`.

Impact

This is a default-configuration DOMPurify sanitizer bypass resulting in XSS.

Applications are impacted if they sanitize attacker-controlled HTML with DOMPurify 3.4.4 using the string-input path and then insert the returned string into the page, for example with innerHTML.

CVSS v3
8.2
EG Score
8.2(low)
EPSS
10.9%
KEV
Not listed

Published

June 1, 2026

Last Modified

June 1, 2026

Vendor Advisories for CVE-2026-47423(1)

These vendors published their own advisory mentioning this CVE — often with vendor-specific remediation steps + affected product lists not in NVD.

Affected Packages

(1 across 1 ecosystem)
npm(1)
PackageVulnerable rangeFixed inDependents
dompurify3.4.43.4.5

Data Freshness Timeline

(refreshed 3× in last 7d / 33× in last 30d)

Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.

  1. 2026-07-12 02:47 UTCEG score recompute
  2. 2026-07-11 13:38 UTCEG score recompute
  3. 2026-07-08 17:01 UTCEG score recompute
  4. 2026-07-02 18:36 UTCEG score recompute
  5. 2026-07-02 03:01 UTCEG score recompute
  6. 2026-07-01 13:49 UTCEG score recompute
  7. 2026-07-01 00:41 UTCEG score recompute
  8. 2026-06-30 01:01 UTCEG score recompute
  9. 2026-06-29 11:52 UTCEG score recompute
  10. 2026-06-28 20:46 UTCEG score recompute
  11. 2026-06-28 07:37 UTCEG score recompute
  12. 2026-06-27 18:29 UTCEG score recompute
  13. 2026-06-27 05:20 UTCEG score recompute
  14. 2026-06-26 15:58 UTCEG score recompute
  15. 2026-06-25 18:46 UTCEG score recompute
  16. 2026-06-25 05:37 UTCEG score recompute
  17. 2026-06-24 15:18 UTCEG score recompute
  18. 2026-06-24 02:09 UTCEG score recompute
  19. 2026-06-18 22:02 UTCEG score recompute
  20. 2026-06-18 03:04 UTCEG score recompute
  21. 2026-06-17 13:54 UTCEG score recompute
  22. 2026-06-17 00:45 UTCEG score recompute
  23. 2026-06-16 11:35 UTCEG score recompute
  24. 2026-06-15 22:27 UTCEG score recompute
  25. 2026-06-15 09:18 UTCEG score recompute
Show 28 more
  1. 2026-06-14 23:18 UTCEPSS rescore
  2. 2026-06-14 19:34 UTCEG score recompute
  3. 2026-06-14 06:25 UTCEG score recompute
  4. 2026-06-13 23:00 UTCEPSS rescore
  5. 2026-06-13 17:17 UTCEG score recompute
  6. 2026-06-13 03:31 UTCEG score recompute
  7. 2026-06-12 23:12 UTCEPSS rescore
  8. 2026-06-12 14:22 UTCEG score recompute
  9. 2026-06-12 01:11 UTCEG score recompute
  10. 2026-06-11 12:02 UTCEG score recompute
  11. 2026-06-10 22:53 UTCEG score recompute
  12. 2026-06-10 09:44 UTCEG score recompute
  13. 2026-06-09 20:36 UTCEG score recompute
  14. 2026-06-09 07:26 UTCEG score recompute
  15. 2026-06-08 18:17 UTCEG score recompute
  16. 2026-06-08 04:33 UTCEG score recompute
  17. 2026-06-07 15:25 UTCEG score recompute
  18. 2026-06-07 02:17 UTCEG score recompute
  19. 2026-06-06 13:09 UTCEG score recompute
  20. 2026-06-06 00:00 UTCEG score recompute
  21. 2026-06-05 10:51 UTCEG score recompute
  22. 2026-06-04 21:43 UTCEG score recompute
  23. 2026-06-04 08:34 UTCEG score recompute
  24. 2026-06-03 19:25 UTCEG score recompute
  25. 2026-06-03 06:16 UTCEG score recompute
  26. 2026-06-02 17:07 UTCEG score recompute
  27. 2026-06-02 03:58 UTCEG score recompute
  28. 2026-06-01 14:50 UTCEG score recompute

Frequently asked(5)

What is CVE-2026-47423?
CVE-2026-47423 is a high vulnerability published on June 1, 2026. DOMPurify XSS via selectedcontent re-clone Summary DOMPurify 3.4.4 allows selectedcontent by default, allowing a chain in which browsers "re-clone" an XSS payload after sanitization, effectively bypassing DOMPurify. Details The chain is as follows: 1. The browser parses the input and creates a…
When was CVE-2026-47423 disclosed?
CVE-2026-47423 was first published in the National Vulnerability Database on June 1, 2026. EchelonGraph re-ingests CVE updates from NVD on a 2-hour cycle, so this page reflects the latest published state.
Is CVE-2026-47423 actively exploited?
CVE-2026-47423 is not currently on CISA's Known Exploited Vulnerabilities catalog. FIRST EPSS estimates a 10.9% percentile likelihood of exploitation in the next 30 days — higher percentiles indicate greater predicted risk.
What is the CVSS score of CVE-2026-47423?
CVE-2026-47423 has a CVSS v4.0 base score of 8.2 (CNA self-assessment; NVD's own analysis pending). The EG score is currently aggregating — additional source signals are being incorporated as they become available..
How do I remediate CVE-2026-47423?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-47423, EchelonGraph cross-links them in the Vendor Advisories panel below — those typically contain the canonical remediation steps, fixed version numbers, and any vendor-specific mitigations.

Dependency Blast Radius

See which npm, PyPI, Go, and Maven packages are affected by CVE-2026-47423

Explore →

Is Your Infrastructure Affected by CVE-2026-47423?

EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.