Description
xhtml-purifier is a Node.js library to take in raw/unknown/untrusted HTML and output cleaned, purified, trusted HTML. Versions prior to 0.4.3 do not HTML-entity-encode attribute values when serializing its sanitized output. In attributeString() (XHTMLPurifier.js, around line 148) the attribute value is concatenated directly into a double-quoted attribute without encoding. As a result, an attacker-controlled value in any allowed attribute (class, style, title, alt, src, href) can include a double-quote character to break out of the attribute and inject an additional attribute, such as a JavaScript event handler (for example onmouseover or onerror). The injected handler survives sanitization and executes when the output is rendered, which is a sanitizer bypass leading to cross-site scripting. The fix in version 0.4.3 HTML-entity-encodes attribute values before serialization.
Published: 2026-09-24
Score: 6.1 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Cross‑Site Scripting (XSS)
Action: Apply Upgrade
AI Analysis

Impact

The vulnerability lies in the node-xhtml-purifier library, which fails to HTML‑entity‑encode attribute values when serializing its sanitized output. An attacker‑controlled value placed in any attribute that the library permits can embed a double‑quote to break out of the attribute and inject an event handler such as onmouseover or onerror. The injected handler survives sanitization and executes when the resulting HTML is rendered, leading to cross‑site scripting. The weakness is an instance of CWE‑116 (Improper Encoding) in conjunction with CWE‑79 (XSS).

Affected Systems

Node.js applications that depend on cstigler/node‑xhtml‑purifier with a version older than 0.4.3. The library is used to clean untrusted HTML before rendering in a browser. Clients using earlier releases without the patch are vulnerable.

Risk and Exploitability

The CVSS base score of 6.1 indicates moderate severity. EPSS is not available, and the vulnerability is not listed in the CISA KEV catalog. An attacker can exploit the flaw by injecting malicious attribute values into any context where the library is used to process user input. Successful exploitation requires that the output of node‑xhtml‑purifier is eventually rendered in a browser, where the injected JavaScript will execute. Because the vulnerability bypasses the library’s sanitization, the attack is straightforward once the input is processed by the unpatched version.

Generated by OpenCVE AI on September 25, 2026 at 05:46 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to node‑xhtml‑purifier version 0.4.3 or later, which encodes attribute values before serialization.
  • Verify that all user‑supplied HTML is passed through the purified library and no raw HTML is rendered unfiltered.
  • Implement additional defensive coding such as escaping attribute values and disallowing event handler attributes if not required.

Generated by OpenCVE AI on September 25, 2026 at 05:46 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-j8r4-32c5-33rc xhtml-purifier has HTML attribute-injection (sanitizer bypass) that leads to XSS
History

Fri, 25 Sep 2026 14:45:00 +0000

Type Values Removed Values Added
First Time appeared Cstigler
Cstigler node-xhtml-purifier
Vendors & Products Cstigler
Cstigler node-xhtml-purifier

Thu, 24 Sep 2026 17:45:00 +0000

Type Values Removed Values Added
Description xhtml-purifier is a Node.js library to take in raw/unknown/untrusted HTML and output cleaned, purified, trusted HTML. Versions prior to 0.4.3 do not HTML-entity-encode attribute values when serializing its sanitized output. In attributeString() (XHTMLPurifier.js, around line 148) the attribute value is concatenated directly into a double-quoted attribute without encoding. As a result, an attacker-controlled value in any allowed attribute (class, style, title, alt, src, href) can include a double-quote character to break out of the attribute and inject an additional attribute, such as a JavaScript event handler (for example onmouseover or onerror). The injected handler survives sanitization and executes when the output is rendered, which is a sanitizer bypass leading to cross-site scripting. The fix in version 0.4.3 HTML-entity-encodes attribute values before serialization.
Title xhtml-purifier has HTML attribute-injection (sanitizer bypass) that leads to XSS
Weaknesses CWE-116
CWE-79
References
Metrics cvssV3_1

{'score': 6.1, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N'}


Subscriptions

Cstigler Node-xhtml-purifier
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-09-24T18:03:05.576Z

Reserved: 2026-07-10T20:06:05.616Z

Link: CVE-2026-61784

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-24T18:17:16.640

Modified: 2026-09-24T19:17:15.023

Link: CVE-2026-61784

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-25T14:16:36Z

Weaknesses
  • CWE-116

    Improper Encoding or Escaping of Output

  • CWE-79

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