CVE-2026-100669
Last modified
CVE-2026-100669 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. Grav before 2.0.25 ships web server configuration samples whose access-control deny rules are matched case-sensitively. In webserver-configs/web.config (IIS), every deny rule (user_sensitive_folders, user_accounts, user_data, user_error_redirect, user_pages, system, vendor, ignore_folders) sets ignoreCase="false" on its URL Rewrite <match> element, overriding the IIS default of ignoreCase="true"; because these are rewrite matches rather than <requestFiltering> elements, there is no case-insensitive fallback.
Description
Grav before 2.0.25 ships web server configuration samples whose access-control deny rules are matched case-sensitively. In webserver-configs/web.config (IIS), every deny rule (user_sensitive_folders, user_accounts, user_data, user_error_redirect, user_pages, system, vendor, ignore_folders) sets ignoreCase="false" on its URL Rewrite <match> element, overriding the IIS default of ignoreCase="true"; because these are rewrite matches rather than <requestFiltering> elements, there is no case-insensitive fallback. On IIS running over case-insensitive NTFS, an unauthenticated remote attacker can vary the case of a folder name or file extension (for example GET /user/CONFIG/system.YAML) so that no deny rule matches and the IIS static file handler resolves and returns the underlying file, disclosing sensitive data such as configuration secrets or account password hashes. Whether a bypassed file is actually returned depends on MIME registration: .json is served by default, while .yaml/.yml return HTTP 404.3 on a stock IIS unless a YAML MIME mapping has been added. The same class of gap exists in the bundled webserver-configs/lighttpd.conf, whose user/(config|env), directory, script-extension, root-file and dotfile rules lack the (?i) modifier, though it is lower risk because lighttpd typically runs on case-sensitive filesystems. Deployments served by Apache (.htaccess), nginx, Caddy, or the PHP built-in server are not affected. The issue is fixed in 2.0.25; because the .htaccess installer heal does not touch web.config or lighttpd.conf, operators must re-copy the corrected sample files after upgrading.
Metrics
Weakness Enumeration
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-100669?
How severe is CVE-2026-100669?
How do I fix CVE-2026-100669?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-100663Netty's HTTP/3 codec (io.netty:netty-codec-http3) from 4.2.2…7.5
- CVE-2026-100664Netty's HTTP/3 codec (io.netty:netty-codec-http3) versions 4…7.5
- CVE-2026-100665Netty versions from 4.2.11.Final before 4.2.18.Final contain…7.5
- CVE-2026-100666Netty's HttpServerCodec (io.netty:netty-codec-http) in versi…7.3
- CVE-2026-100667grav-plugin-login (the Grav CMS Login plugin) versions >= 3.…5.3
- CVE-2026-100668Grav 2.0.0 through 2.0.24 contain a Twig content sandbox esc…6.5
- CVE-2026-10067A vulnerability was detected in Shibby Tomato 1.28. Impacted…8.8
- CVE-2026-100670Grav CMS 2.0.14 through 2.0.24 contains a privilege escalati…8.8
- CVE-2026-100671Grav is a flat-file CMS. In versions 2.0.19 through 2.0.24 —…8
- CVE-2026-100672The Comments plugin (getgrav/grav-plugin-comments) for Grav …7.5
- CVE-2026-100673The Grav Data Manager plugin (getgrav/grav-plugin-datamanage…8.2
- CVE-2026-100674stoatchat before 0.15.5 fails to revalidate usernames after …4.3
Are you affected by CVE-2026-100669?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
