PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-75838 cure53 CVE debrief

CVE-2026-75838 is a cross-site scripting vulnerability in DOMPurify before version 3.4.13. The vulnerability occurs in the IN_PLACE sanitization process where element-removal hooks fail to neutralize detached subtrees. This allows attackers to supply HTML with event handlers on descendant elements that execute after sanitization completes, even though the returned root appears clean. The CVSS score for this vulnerability is 5.1, indicating a medium severity.

Vendor
cure53
Product
DOMPurify
CVSS
MEDIUM 5.1
CISA KEV
Not listed in stored evidence
Original CVE published
2026-08-18
Original CVE updated
2026-09-24
Advisory published
2026-08-18
Advisory updated
2026-09-24

Who should care

Defenders responsible for systems that utilize DOMPurify, especially those handling user-supplied HTML content, should assess the exposure of these systems and verify the version of DOMPurify in use.

Why it matters

CVE-2026-75838 is a medium-severity cross-site scripting vulnerability in DOMPurify before version 3.4.13. Defenders should prioritize verifying the versions in use and assessing system exposure, especially for those handling user-supplied HTML content.

  • Defenders need to verify the versions of DOMPurify in use to ensure they are not vulnerable.
  • Systems handling user-supplied HTML content may be exposed to cross-site scripting attacks.
  • Successful exploitation could lead to execution of malicious scripts.

Technical summary

The vulnerability occurs in the IN_PLACE sanitization process of DOMPurify before version 3.4.13. Element-removal hooks fail to neutralize detached subtrees, allowing attackers to supply HTML with event handlers on descendant elements that execute after sanitization completes. This issue affects systems utilizing DOMPurify, particularly those handling user-supplied HTML content. Defenders should prioritize verifying the versions in use and assessing system exposure to mitigate potential cross-site scripting attacks.

Defensive priority

Defenders should prioritize verifying the versions of DOMPurify in use and assessing the exposure of systems that utilize this library, especially those handling user-supplied HTML content.

Recommended defensive actions

  • Verify the version of DOMPurify in use and ensure it is 3.4.13 or later.
  • Assess the exposure of systems that utilize DOMPurify, especially those handling user-supplied HTML content.
  • Implement additional security measures to detect and prevent cross-site scripting attacks.
  • Review compensating controls for exposed systems while remediation is scheduled and verified.
  • Check relevant monitoring, detection, and logs for exposed assets that need extra review.
  • Track exceptions, retest remediated assets, and close the item only after evidence is documented.
  • Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up.

Evidence notes

The evidence for this vulnerability comes from the official CVE Program record and the NIST National Vulnerability Database. Additional details are provided by source references from [email protected], including advisories from GitHub and Vulncheck.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-75838 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2026-75838

    CVE Program - Official CVE Program record with source-provided CVE metadata.

  • CVE-2026-75838 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2026-75838

    NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.

Supplemental references

Methodology and review provenance

AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.