CVE-2026-40186
Last modified
CVE-2026-40186 is a medium-severity vulnerability rated 6.1/10 on the CVSS scale. 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). EPSS estimates a 0.24% chance of exploitation in the next 30 days.
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.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Apostrophecms | Apostrophecms | 4.29.0 |
| Apostrophecms | Sanitize-Html | <= 2.17.1 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-40186?
How severe is CVE-2026-40186?
How do I fix CVE-2026-40186?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-40180Quarkus OpenAPI Generator is Quarkus' extensions for generat…7.5
- CVE-2026-40181React Router is a router for React. In versions 7.0.0 throug…6.1
- CVE-2026-40182OpenTelemetry dotnet is a dotnet telemetry framework. From 1…5.9
- CVE-2026-40183ImageMagick is free and open-source software used for editin…5.5
- CVE-2026-40184TREK is a collaborative travel planner. Prior to 2.7.2, TREK…5.3
- CVE-2026-40185TREK is a collaborative travel planner. Prior to 2.7.2, TREK…6.5
- CVE-2026-40187In egroupware version 26.0 and earlier, an authenticated adm…8.6
- CVE-2026-40188goshs is a SimpleHTTPServer written in Go. From 1.0.7 to bef…7.7
- CVE-2026-40189goshs is a SimpleHTTPServer written in Go. Prior to 2.0.0-be…9.8
- CVE-2026-4019The Complianz – GDPR/CCPA Cookie Consent plugin for WordPres…5.3
- CVE-2026-40190LangSmith Client SDKs provide SDK's for interacting with the…9.8
- CVE-2026-40191ClearanceKit intercepts file-system access events on macOS a…6.8
Are you affected by CVE-2026-40186?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
