๐Ÿ” CVE Alert

CVE-2026-45138

MEDIUM 5.4

CI4MS: Stored XSS in Blog Content via Broken `html_purify` Validation Rule

CVSS Score
5.4
EPSS Score
0.0%
EPSS Percentile
0th

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.

CWE CWE-79
Vendor ci4-cms-erp
Product ci4ms
Published Jul 19, 2026
Last Updated Jul 20, 2026
Stay Ahead of the Next One

Get instant alerts for ci4-cms-erp ci4ms

Be the first to know when new medium vulnerabilities affecting ci4-cms-erp ci4ms are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N
Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
Required
Scope
Changed
Confidentiality
Low
Integrity
Low
Availability
None

Affected Versions

ci4-cms-erp / ci4ms
< 0.31.9.0

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/ci4-cms-erp/ci4ms/security/advisories/GHSA-2m69-jmvh-6chr github.com: https://github.com/ci4-cms-erp/ci4ms/releases/tag/0.31.9.0