
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2026-34562 is a stored DOM-based Cross-Site Scripting (XSS) vulnerability in CI4MS, a CodeIgniter 4-based CMS skeleton with RBAC authorization and theme support. The flaw exists in the System Settings – Company Information module, where multiple administrative configuration fields accept attacker-controlled input that is stored server-side and later rendered without proper output encoding. All versions up to and including 0.28.6.0 are affected; the issue was patched in version 0.31.0.0. The vulnerability was published on March 31, 2026, and assigned CVE-2026-34562 on April 1, 2026. CVSS v3.1 scores vary by source: the GitHub Advisory Database rates it Moderate (4.7), while Feedly's assessment scores it 9.0 (Critical) (Github Advisory, CI4MS Advisory).
The root cause is CWE-79 (Improper Neutralization of Input During Web Page Generation – Cross-Site Scripting): the application stores user-supplied values from Company Information fields (e.g., Company Name, Slogan, Phone, Email, Google Maps iframe link, Logo) without sanitization, then renders them back into the page without HTML entity encoding (Github Advisory). The injected payload breaks out of the HTML attribute context — for example, using test"><img src=1 onerror=alert()> — and executes immediately on the same settings page (/backend/settings/) when the page is reloaded or revisited by any authenticated user (CI4MS Advisory). Exploitation requires the attacker to have at minimum low-privilege administrative access to the backend settings panel; no additional user interaction beyond page load is needed for the payload to fire against other authenticated users viewing the same page. The use of unsafe DOM manipulation methods (e.g., .html(), innerHTML) or unencoded server-side template output is identified as the underlying technical sink (Github Advisory).
Successful exploitation enables persistent, stored XSS execution in the browsers of any authenticated user who visits the Company Information settings page, including higher-privileged administrators. This can lead to full administrator account takeover, privilege escalation across all roles, and complete platform compromise — including session hijacking, credential theft, and unauthorized actions performed on behalf of victims (CI4MS Advisory). Confidentiality, integrity, and availability are all rated High in the more severe scoring assessments, reflecting the potential for arbitrary JavaScript execution in victim browsers and cascading access to all platform resources (Github Advisory).
A proof-of-concept (PoC) exploit with concrete reproduction steps and a video demonstration is publicly available in the GitHub Security Advisory (CI4MS Advisory). The EPSS score is approximately 0.038% (0.000380), indicating a low current probability of widespread exploitation within 30 days. There is no evidence of in-the-wild exploitation or CISA KEV catalog inclusion at this time, and no threat actor attribution has been reported (Github Advisory).
/backend/settings/ → System Settings → Company Information.test"><img src=1 onerror=alert(document.cookie)> or a more sophisticated payload to exfiltrate session tokens to an attacker-controlled server./backend/settings/ page, the stored payload breaks out of the HTML attribute context and executes immediately in their browser./backend/settings/ containing HTML special characters or JavaScript keywords (e.g., <script>, onerror=, alert(, document.cookie) in Company Information field values.<img, <script, onerror=, javascript:) instead of plain text values./backend/settings/ page; anomalous session activity or privilege changes for administrator accounts shortly after visiting the settings page (CI4MS Advisory).Upgrade CI4MS to version 0.31.0.0 or later, which includes global input validation, enhanced XSS and CSRF protection, and a complete security overhaul including CodeIgniter Shield integration (CI4MS Release). As interim mitigations, implement a strict Content Security Policy (CSP) to limit unauthorized script execution, set HttpOnly and SameSite attributes on session cookies, and enforce HTML entity encoding on all user-controlled output. Avoid unsafe DOM manipulation methods such as .html() and innerHTML in both client-side JavaScript and server-side templates (Github Advisory).
The vulnerability was reported by researchers credited as bugmithlegend and LAW6ZX7 in the GitHub Security Advisory, and the maintainer published the advisory and patch promptly (CI4MS Advisory). The issue was picked up by automated CVE tracking feeds and aggregators shortly after disclosure, with no notable broader media coverage or significant community debate identified at this time.
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."