ApostropheCMS is an open-source Node.js content management system. A regression introduced in commit 49d0bb7, included in versions 2.17.1 of the ApostropheCMS-maintained sanitize-html package bypasses allowedTags enforcement for text inside nonTextTagsArray elements (textarea and option). ApostropheCMS version 4.28.0 is affected through its dependency on the vulnerable sanitize-html version. The code at packages/sanitize-html/index.js:569-573 incorrectly assumes that htmlparser2 does not decode entities inside these elements and skips escaping, but htmlparser2 10.x does decode entities before passing text to the ontext callback. As a result, entity-encoded HTML is decoded by the parser and then written directly to the output as literal HTML characters, completely bypassing the allowedTags filter. An attacker can inject arbitrary tags including XSS payloads through any allowed option or textarea element using entity encoding. This affects non-default configurations where option or textarea are included in allowedTags, which is common in form builders and CMS platforms. This issue has been fixed in version 2.17.2 of sanitize-html and 4.29.0 of ApostropheCMS.
References
| Link | Resource |
|---|---|
| https://github.com/apostrophecms/apostrophe/commit/7ca2d16237c72718ef7e5c7ae0458e6027ac4f64 | Patch |
| https://github.com/apostrophecms/apostrophe/security/advisories/GHSA-9mrh-v2v3-xpfm | Exploit Vendor Advisory |
Configurations
History
25 Apr 2026, 18:15
| Type | Values Removed | Values Added |
|---|---|---|
| References | () https://github.com/apostrophecms/apostrophe/commit/7ca2d16237c72718ef7e5c7ae0458e6027ac4f64 - Patch | |
| References | () https://github.com/apostrophecms/apostrophe/security/advisories/GHSA-9mrh-v2v3-xpfm - Exploit, Vendor Advisory | |
| First Time |
Apostrophecms
Apostrophecms sanitize-html Apostrophecms apostrophecms |
|
| CPE | cpe:2.3:a:apostrophecms:sanitize-html:*:*:*:*:*:node.js:*:* cpe:2.3:a:apostrophecms:apostrophecms:4.29.0:*:*:*:*:*:*:* |
15 Apr 2026, 21:17
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Information
Published : 2026-04-15 21:17
Updated : 2026-04-25 18:15
NVD link : CVE-2026-40186
Mitre link : CVE-2026-40186
CVE.ORG link : CVE-2026-40186
JSON object : View
Products Affected
apostrophecms
- sanitize-html
- apostrophecms
CWE
CWE-79
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')
