Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2026-53606 Details

ANALYZED


This CVE record has been analyzed and enriched by NVDAPI.com as an independent party.

Description

ApostropheCMS is an open-source Node.js content management system, and sanitize-html provides a simple HTML sanitizer with a clear API. Versions of sanitize-html prior to 2.17.5 use `allowedSchemesAppliedToAttributes` (default: `['href', 'src', 'cite']`) to gate the `naughtyHref()` function that blocks dangerous URI schemes like `javascript:` and `vbscript:`. The HTML specification defines 10+ attributes that accept URIs (`action`, `formaction`, `data`, `poster`, `background`, `ping`, `xlink:href`, `dynsrc`, `lowsrc`), but none of these are included in the default gate list. When a developer allows any of these attributes in their configuration, `javascript:` URIs pass through completely unmodified, enabling XSS. Version 2.17.5 patches the issue.

Metrics

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

Weakness Enumeration

CWE-IDCWE NameSource
CWE-79Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')[email protected]

Affected Products

ProductVersions
ApostropheCMS
All versions

CPE

  • cpe:2.3:a:apostrophecms:apostrophecms:*:*:*:*:*:*:*:*

Remediation

  • No remediation found in references.
sanitize-html
<= 2.17.4 (semver)

CPE

  • cpe:2.3:a:apostrophecms:sanitize-html:*:*:*:*:*:node.js:*:*

Remediation

  • Upgrade: 2.17.5moderate effort
  • Workaround:low effort

    Do not allow the following attributes in your configuration: action, formaction, data, poster, background, ping, xlink:href, dynsrc, lowsrc.

Change History

4 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-53606
NVD Published Date:
Jun 12, 2026
NVD Last Modified:
Jun 17, 2026
Source:
[email protected]
CVE-2026-53606 Details - Not Deferred