SEPTEMBER 19, 2026
Live Feed
Back to database
Case File

CVE-2026-75834

MEDIUM · CVSS 5.4 EPSS 0.18% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-18 · Last synced 2026-09-17

CyberRota Analysis

AI-Generated

Grav versions prior to 2.0.14 are vulnerable to a stored cross-site scripting (XSS) flaw due to improper handling of UTF-8 characters in the Security::detectXss() function, allowing authenticated attackers with page-edit permissions to inject malicious JavaScript. This vulnerability can lead to the execution of harmful scripts in the browsers of users visiting the compromised pages. Organizations using Grav should prioritize patching this issue to protect against potential exploitation and safeguard user data.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

GitHub PoC Links

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-75834
Severity
MEDIUM
CVSS
5.4
EPSS
0.18%
Java

Original NVD Description

Grav before 2.0.14 contains a stored cross-site scripting vulnerability in the Security::detectXss() function (system/src/Grav/Common/Security.php). All XSS detection patterns use the PCRE /u (UTF-8) modifier, so a single invalid UTF-8 byte anywhere in page content causes preg_match() to return false for every pattern, silently bypassing the save-time XSS safety gate (Validation::checkSafety()). An authenticated attacker with page-edit permissions (without the security.xss_whitelist privilege) can store malicious JavaScript that executes in the browser of a visitor who views the affected page.