CVE-2026-62673 PUBLISHED

Grav: .htaccess file extension rules bypass via case variation on case-insensitive filesystems

Assigner: GitHub_M
Reserved: 14.07.2026 Published: 19.08.2026 Updated: 19.08.2026

Grav is a file-based Web platform. Prior to 2.0.4, the Grav .htaccess and webserver-configs/htaccess.txt security rules omit the Apache [NC] flag and therefore compare sensitive directory and file-extension patterns case-sensitively. On a case-insensitive filesystem, an unauthenticated requester can use uppercase directory or extension variants to bypass the rules and retrieve files under user/accounts or user/config, including password hashes and security configuration. This issue is fixed in version 2.0.4.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N
CVSS Score: 8.2

Product Status

Vendor getgrav
Product grav
Versions
  • Version < 2.0.4 is affected

References

Problem Types

  • CWE-178: Improper Handling of Case Sensitivity CWE