<?xml version='1.0' encoding='UTF-8'?>
<?xml-stylesheet href="/static/style.xsl" type="text/xsl"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
  <id>https://vulnerability.circl.lu/sightings/feed</id>
  <title>Most recent sightings.</title>
  <updated>2026-09-19T01:05:04.321663+00:00</updated>
  <author>
    <name>Vulnerability-Lookup</name>
    <email>info@circl.lu</email>
  </author>
  <link href="https://vulnerability.circl.lu" rel="alternate"/>
  <generator uri="https://lkiesow.github.io/python-feedgen" version="1.0.0">python-feedgen</generator>
  <subtitle>Contains only the most 10 recent sightings.</subtitle>
  <entry>
    <id>https://vulnerability.circl.lu/sighting/52df8b46-c5d8-4441-b60e-d2f2f25da38b/export</id>
    <title>52df8b46-c5d8-4441-b60e-d2f2f25da38b</title>
    <updated>2026-09-19T01:05:04.347877+00:00</updated>
    <author>
      <name>Automation user</name>
      <uri>https://vulnerability.circl.lu/user/automation</uri>
    </author>
    <content>{"uuid": "52df8b46-c5d8-4441-b60e-d2f2f25da38b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-75834", "type": "seen", "source": "https://gist.github.com/alon710/ad6e1e5488ae59b7f526abb734e7c86a", "content": "# CVE-2026-75834: CVE-2026-75834: Input Sanitization Bypass leading to Stored XSS in Grav CMS\n\n&amp;gt; **CVSS Score:** 5.4\n&amp;gt; **Published:** 2026-09-17\n&amp;gt; **Full Report:** https://cvereports.com/reports/CVE-2026-75834\n\n## Summary\nCVE-2026-75834 is a stored Cross-Site Scripting (XSS) vulnerability in Grav CMS core, caused by a design flaw in its input validation wrapper Security::detectXss(). Regular expressions using the PCRE UTF-8 /u modifier fail-open when encountering invalid UTF-8 sequences or when the PCRE JIT stack limit is exhausted, allowing authenticated users with page-editing privileges to save malicious HTML and scripts.\n\n## TL;DR\nA critical security bypass in Grav CMS's XSS safety gate allows attackers to inject and store arbitrary HTML/JavaScript by passing invalid UTF-8 bytes or oversized elements, triggering silent engine failures.\n\n## Exploit Status: POC\n\n## Technical Details\n\n- **CWE ID**: CWE-79\n- **Attack Vector**: Network (Authenticated Page-Edit Permissions Required)\n- **CVSS v3.1 Score**: 5.4 (Medium)\n- **EPSS Score**: 0.00182 (0.18% Probability)\n- **Impact**: Stored Cross-Site Scripting (XSS) / Account Takeover\n- **Exploit Status**: Proof of Concept (PoC) documented\n- **CISA KEV Status**: Not listed\n\n## Affected Systems\n\n- Grav CMS Core\n- **grav**: &amp;lt; 2.0.14 (Fixed in: `2.0.14`)\n\n## Mitigation\n\n- Upgrade core Grav CMS deployment to version 2.0.14 or above\n- Apply strict input validation on markdown file writes via WAF filters\n- Run server-side sweeps to detect broken encoding formats in site text storage\n\n**Remediation Steps:**\n1. Review user directories for modifications executed inside pages containing non-ASCII values\n2. Update system dependencies and apply commit 5192316f5bf0f033636f43561829d7fc13a4ab64 manually if pinned to an older version\n3. Enforce multi-factor authentication and role limits for editor-level profiles\n\n## References\n\n- [GitHub Security Advisory GHSA-q2j8-x8hf-63ch](https://github.com/getgrav/grav/security/advisories/GHSA-q2j8-x8hf-63ch)\n- [VulnCheck Security Advisory](https://www.vulncheck.com/advisories/grav-before-stored-xss-via-invalid-utf-8-byte)\n- [Remediation Commit](https://github.com/getgrav/grav/commit/5192316f5bf0f033636f43561829d7fc13a4ab64)\n\n\n---\n*Generated by [CVEReports](https://cvereports.com/reports/CVE-2026-75834) - Automated Vulnerability Intelligence*", "creation_timestamp": "2026-09-18T00:00:39.664080Z"}</content>
    <link href="https://vulnerability.circl.lu/sighting/52df8b46-c5d8-4441-b60e-d2f2f25da38b/export"/>
    <published>2026-09-18T00:00:39.664080+00:00</published>
  </entry>
  <entry>
    <id>https://vulnerability.circl.lu/sighting/5b3acdd6-e83a-44cc-a751-46885a386406/export</id>
    <title>5b3acdd6-e83a-44cc-a751-46885a386406</title>
    <updated>2026-09-19T01:05:04.351201+00:00</updated>
    <author>
      <name>Automation user</name>
      <uri>https://vulnerability.circl.lu/user/automation</uri>
    </author>
    <content>{"uuid": "5b3acdd6-e83a-44cc-a751-46885a386406", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-75834", "type": "seen", "source": "https://gist.github.com/alon710/ad6e1e5488ae59b7f526abb734e7c86a", "content": "# CVE-2026-75834: CVE-2026-75834: Input Sanitization Bypass leading to Stored XSS in Grav CMS\n\n&amp;gt; **CVSS Score:** 5.4\n&amp;gt; **Published:** 2026-09-17\n&amp;gt; **Full Report:** https://cvereports.com/reports/CVE-2026-75834\n\n## Summary\nCVE-2026-75834 is a stored Cross-Site Scripting (XSS) vulnerability in Grav CMS core, caused by a design flaw in its input validation wrapper Security::detectXss(). Regular expressions using the PCRE UTF-8 /u modifier fail-open when encountering invalid UTF-8 sequences or when the PCRE JIT stack limit is exhausted, allowing authenticated users with page-editing privileges to save malicious HTML and scripts.\n\n## TL;DR\nA critical security bypass in Grav CMS's XSS safety gate allows attackers to inject and store arbitrary HTML/JavaScript by passing invalid UTF-8 bytes or oversized elements, triggering silent engine failures.\n\n## Exploit Status: POC\n\n## Technical Details\n\n- **CWE ID**: CWE-79\n- **Attack Vector**: Network (Authenticated Page-Edit Permissions Required)\n- **CVSS v3.1 Score**: 5.4 (Medium)\n- **EPSS Score**: 0.00182 (0.18% Probability)\n- **Impact**: Stored Cross-Site Scripting (XSS) / Account Takeover\n- **Exploit Status**: Proof of Concept (PoC) documented\n- **CISA KEV Status**: Not listed\n\n## Affected Systems\n\n- Grav CMS Core\n- **grav**: &amp;lt; 2.0.14 (Fixed in: `2.0.14`)\n\n## Mitigation\n\n- Upgrade core Grav CMS deployment to version 2.0.14 or above\n- Apply strict input validation on markdown file writes via WAF filters\n- Run server-side sweeps to detect broken encoding formats in site text storage\n\n**Remediation Steps:**\n1. Review user directories for modifications executed inside pages containing non-ASCII values\n2. Update system dependencies and apply commit 5192316f5bf0f033636f43561829d7fc13a4ab64 manually if pinned to an older version\n3. Enforce multi-factor authentication and role limits for editor-level profiles\n\n## References\n\n- [GitHub Security Advisory GHSA-q2j8-x8hf-63ch](https://github.com/getgrav/grav/security/advisories/GHSA-q2j8-x8hf-63ch)\n- [VulnCheck Security Advisory](https://www.vulncheck.com/advisories/grav-before-stored-xss-via-invalid-utf-8-byte)\n- [Remediation Commit](https://github.com/getgrav/grav/commit/5192316f5bf0f033636f43561829d7fc13a4ab64)\n\n\n---\n*Generated by [CVEReports](https://cvereports.com/reports/CVE-2026-75834) - Automated Vulnerability Intelligence*", "creation_timestamp": "2026-09-17T23:31:57.309916Z"}</content>
    <link href="https://vulnerability.circl.lu/sighting/5b3acdd6-e83a-44cc-a751-46885a386406/export"/>
    <published>2026-09-17T23:31:57.309916+00:00</published>
  </entry>
</feed>
