CVE-2026-62230
HIGH
CVSS 8.7
grav
Verified Advisory
Case-sensitive extension filtering bypass in Grav CMS (CVE-2026-62230)
Grav's default .htaccess and reference webserver-configs/htaccess.txt contain rules blocking HTTP access to sensitive file types (.yaml, .yml, .php, .json, .twig, etc.) that lack the [NC] (No Case) flag, rendering extension matching case-sensitive. On case-insensitive filesystems (Windows/NTFS, macOS/HFS+, or Docker volume mounts from Windows/macOS), an unauthenticated attacker can bypass these restrictions by requesting files with uppercase or mixed-case extensions, leading to information disclosure of plugin configuration files, credentials, API keys, and system configuration files, as well as potential PHP source code exposure.
Affected versions:
- <= 2.0.1
- all versions shipping the current webserver-configs/htaccess.txt
We recommend updating to: 2.0.4.
CVSS 8.7 · our assessment: this_week
Vendor advisory: https://github.com/getgrav/grav/security/advisories/GHSA-vwg3-w8w3-pc79
Details: https://vuln.today/cve/CVE-2026-62230
Verified by vuln.today against published advisories.
Affected versions
- – <= 2.0.1
- – all versions shipping the current webserver-configs/htaccess.txt
Fixed in: 2.0.4
More advisories for grav
- CVE-2026-62231 – Authorization bypass in Grav API plugin (CVE-2026-62231)
- CVE-2026-62232 – Two-factor authentication bypass in Grav CMS (CVE-2026-62232)
- CVE-2026-62233 – Privilege escalation in Grav Plugin API (CVE-2026-62233)
- CVE-2026-62234 – Server-Side Request Forgery in Grav CMS (CVE-2026-62234)
- CVE-2026-62386 – JWT token exposure in URL parameters in Grav API plugin (CVE-2026-62386)
- CVE-2026-62387 – Overly permissive CORS in Grav API plugin (CVE-2026-62387)