XSS in Ci4-Cms-Erp Ci4ms
CVE-2026-45138
CI4MS is a CodeIgniter 4-based content management system skeleton. Prior to version 0.31.9.0, the custom `html_purify` validation rule used to sanitize blog post bodies relies on by-reference mutation (`?string &$str`), but CodeIgniter 4's validator passes a local copy of the value, so the sanitized text is silently discarded. The Blog controller writes `$lanData['content']` directly into `blog_langs.content`, and the public template echoes it without escaping — yielding stored XSS executable in any visitor's browser, including the superadmin when previewing or editing posts. Version 0.31.9.0 patches the issue.
Vulnerability class: XSS (Cross-Site Scripting)
EPSS: 0.002 (14.3th percentile) — read the EPSS interpretation.
CVSS v3 metric
CVSS v3 base score 5.4 (Medium). Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N.
Affected products
- Ci4-cms-erp Ci4ms — versions < 0.31.9.0
Weakness classification (CWE)
References
- security-advisories@github.com (x_refsource_CONFIRM)
- security-advisories@github.com (x_refsource_MISC)
Frequently asked questions
- What is CVE-2026-45138?
- CVE-2026-45138 is a medium-severity vulnerability in Ci4-Cms-Erp Ci4ms, classified under Cross-site Scripting. CVSS score: 5.4/10. Published 2026-07-20.
- How severe is CVE-2026-45138?
- Medium severity. CVSS v3 base score is 5.4 out of 10.