<?xml version='1.0' encoding='UTF-8'?>
<?xml-stylesheet href="/static/style.xsl" type="text/xsl"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" version="2.0">
  <channel>
    <title>Most recent sightings.</title>
    <link>https://vulnerability.circl.lu</link>
    <description>Contains only the most 10 recent sightings.</description>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <generator>python-feedgen</generator>
    <language>en</language>
    <lastBuildDate>Sat, 19 Sep 2026 01:05:04 +0000</lastBuildDate>
    <item>
      <title>52df8b46-c5d8-4441-b60e-d2f2f25da38b</title>
      <link>https://vulnerability.circl.lu/sighting/52df8b46-c5d8-4441-b60e-d2f2f25da38b/export</link>
      <description>{"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"}</description>
      <content:encoded>{"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:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/52df8b46-c5d8-4441-b60e-d2f2f25da38b/export</guid>
      <pubDate>Fri, 18 Sep 2026 00:00:39 +0000</pubDate>
    </item>
    <item>
      <title>5b3acdd6-e83a-44cc-a751-46885a386406</title>
      <link>https://vulnerability.circl.lu/sighting/5b3acdd6-e83a-44cc-a751-46885a386406/export</link>
      <description>{"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"}</description>
      <content:encoded>{"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:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/5b3acdd6-e83a-44cc-a751-46885a386406/export</guid>
      <pubDate>Thu, 17 Sep 2026 23:31:57 +0000</pubDate>
    </item>
  </channel>
</rss>
