CVE-2026-100668
Last modified
CVE-2026-100668 is a medium-severity vulnerability rated 6.5/10 on the CVSS scale. Grav 2.0.0 through 2.0.24 contain a Twig content sandbox escape. The `array` filter (and its identical function form) is on the sandbox allowlist but is registered without the needs_is_sandboxed guard that print_r, vardump, json_encode, yaml_encode and string carry, and its implementation calls toArray() — or falls back to an (array) cast — without consulting the sandbox method allowlist.
Description
Grav 2.0.0 through 2.0.24 contain a Twig content sandbox escape. The `array` filter (and its identical function form) is on the sandbox allowlist but is registered without the needs_is_sandboxed guard that print_r, vardump, json_encode, yaml_encode and string carry, and its implementation calls toArray() — or falls back to an (array) cast — without consulting the sandbox method allowlist. Because the `grav` Twig global is the raw Pimple-based dependency injection container, a user who can author Twig in page content can evaluate `grav|array` to read the container's private $values array, including the un-redacted Config service; a second array cast returns the entire configuration tree, disclosing plugin credentials, SMTP and OAuth secrets, Redis passwords, proxy URLs and the security.* subtree that the sandbox's redaction is meant to hide. Because the payload is stored in page content, the disclosed configuration is rendered to anonymous visitors. Grav 1.7 is not affected as it has no Twig content sandbox. Fixed in Grav 2.0.25.
Metrics
Weakness Enumeration
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-100668?
How severe is CVE-2026-100668?
How do I fix CVE-2026-100668?
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-100662Netty's HTTP/3 codec (io.netty:netty-codec-http3) versions 4…7.5
- 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-100669Grav before 2.0.25 ships web server configuration samples wh…7.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
Are you affected by CVE-2026-100668?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
