# CVE-2026-40186

> Vulnerability · severity: **MEDIUM** (CVSS 6.1).

## 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.

## Key facts

- **CVE ID:** CVE-2026-40186
- **Published:** 2026-04-15
- **CVSS severity:** MEDIUM
- **CVSS base score:** 6.1
- **CWE codes:** CWE-79

## Affected products

- `apostrophecms:apostrophecms`
- `apostrophecms:sanitize-html`

## Primary sources

- NIST NVD: https://nvd.nist.gov/vuln/detail/CVE-2026-40186

## Citation

> AI Analytics. CVE-2026-40186. Retrieved 2026-07-20 from https://api.ai-analytics.org/cve/CVE-2026-40186. Derived from NIST NVD. Licensed CC0.

---

*[Dataset catalog](https://api.ai-analytics.org/datasets/) · [AI Analytics](https://api.ai-analytics.org/) · CC0 1.0*