Monitor vulnerabilities like this one.
Sign up free to get alerted when software you use is affected.
6.1
ApostropheCMS allows XSS through form and textarea elements
CVE-2026-40186
GHSA-9mrh-v2v3-xpfm
Summary
A bug in ApostropheCMS's form and textarea handling can let hackers inject malicious code into forms and text areas. This is a risk for sites using ApostropheCMS's form builders or CMS platforms. Upgrade to version 4.29.0 of ApostropheCMS to fix the issue.
What to do
- Update sanitize-html to version 2.17.3.
Affected software
| Ecosystem | Vendor | Product | Affected versions |
|---|---|---|---|
| npm | – | sanitize-html |
>= 2.17.2, < 2.17.3 Fix: upgrade to 2.17.3
|
Original title
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 bypas...
Original description
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.
nvd CVSS3.1
6.1
Vulnerability type
CWE-79
Cross-site Scripting (XSS)
Published: 15 Apr 2026 · Updated: 17 Apr 2026 · First seen: 15 Apr 2026