Vulnerability Description
ApostropheCMS is an open-source Node.js content management system. Prior to 2.17.6, sanitizeHtml() can pass disallowed executable markup through packages/sanitize-html/index.js when textarea or xmp is included in allowedTags because a literal solidus after the raw-text end-tag name is treated as text by htmlparser2 and the ontext handler emits that content without escaping, while a browser parses the following img onerror markup as active HTML. This issue is fixed in version 2.17.6.
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://github.com/apostrophecms/apostrophe/commit/eae1fb2b72ec5d1c27d0977509c64
- https://github.com/apostrophecms/apostrophe/pull/5501
- https://github.com/apostrophecms/apostrophe/security/advisories/GHSA-jxwj-j7wr-g
- https://github.com/apostrophecms/apostrophe/security/advisories/GHSA-jxwj-j7wr-g
FAQ
What is CVE-2026-63670?
CVE-2026-63670 is a vulnerability with a CVSS score of 6.1 (MEDIUM). ApostropheCMS is an open-source Node.js content management system. Prior to 2.17.6, sanitizeHtml() can pass disallowed executable markup through packages/sanitize-html/index.js when textarea or xmp is...
How severe is CVE-2026-63670?
CVE-2026-63670 has been rated MEDIUM with a CVSS base score of 6.1/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-63670?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.