CVE-2026-92917

HIGHPre-NVD 7.57.5—
EchelonGraph scoreHIGH confidence

Score 7.5 from GitHub Security Advisory (severity: HIGH) published 2026-09-17. a secondary CVSS source baseline 7.5; sources differ by 0.0.

Triggered by: GitHub Security Advisory CVSS
Sources: epss, ghsa, secondary
Trending — 3 sources updated this weekElevated
7.5EG
EchelonGraph verdictPlan a fixSerious severity, but no confirmed exploitation yet.
  • High severity, but no confirmed exploitation yet
CISA-KEV: Not listedEPSS PROB: 0%CVSS: 7.5Exploit: Elevated riskExposed: 0

No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.

Grav is a flat-file CMS. In versions 2.0.0-rc.1 through 2.0.21, the Twig content sandbox fails to restrict the dump and serialize filters (print_r, vardump, json_encode, yaml_encode, string): GravExtension::assertSandboxDumpSafe() determines sandbox state by calling SandboxExtension::isSandboxed() without a Source argument, which reports only the global sandbox flag that Grav never enables, so the guard added in GHSA-mc5q-6hpj-rp7j never executes. As a result, an authenticated user with page-edit rights can render {{ config|print_r }} in page content with Twig processing enabled and dump Grav's entire merged configuration — print_r reflects the real Config object held in a private property of the SandboxConfig facade, bypassing its path redaction — exposing plugin secrets such as SMTP credentials, API tokens, webhook secrets and cache backend passwords. Grav 1.7 is not affected because it ships no Twig content sandbox. The issue is fixed in 2.0.22, where the affected filters are registered with Twig's needs_is_sandboxed flag.

CVSS v3
7.5
EG Score
7.5(high)
EG Risk
65(Attend)
EG Risk 65/100SSVC: Attend

EG Risk is EchelonGraph's 0–100 priority score: it fuses intrinsic severity with real-world exploitation and automatability so you can rank equal-severity CVEs and fix the most dangerous first. Higher = act sooner. Distinct from the 0–10 EG Score (severity).

How it’s computed
Severity75% × 45%
Exploitation40% × 40%
Automatability100% × 15%
Action: Remediate soon — notable exploitation risk.
EPSS PROB
0%
EPSS %ILE
37%
KEV
Not listed

Published

September 17, 2026

Last Modified

September 19, 2026

Advisory Details (2)

Auto-updated Sep 17, 2026
🔬 Proof of concept available. Patch available. Sources: github.
generic

Grav 2.0.0-rc.1 through 2.0.21 Configuration Disclosure via print_r | Advisories | VulnCheck

https://www.vulncheck.com/advisories/grav-2.0.0-rc.1-through-2.0.21-configuration-disclosure-via-print-r
github Patch Available🟡 PoC Available

Twig content sandbox leaks the full configuration through print_r · Advisory · getgrav/grav · GitHub

Affected: 2.0.22.

https://github.com/getgrav/grav/security/advisories/GHSA-rfr9-7h4p-gx2x

Vendor Advisories for CVE-2026-92917(1)

These vendors published their own advisory mentioning this CVE — often with vendor-specific remediation steps + affected product lists not in NVD.

Weakness Classification(1)

MITRE Common Weakness Enumeration — the root-cause categories this CVE belongs to.

Data Freshness Timeline

(refreshed 28× in last 7d / 33× in last 30d)

Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.

  1. 2026-09-25 04:25 UTCGHSA enrichment
  2. 2026-09-24 15:15 UTCEG score recompute
  3. 2026-09-24 15:15 UTCGHSA enrichment
  4. 2026-09-24 14:04 UTCEPSS rescore
  5. 2026-09-24 02:04 UTCEG score recompute
  6. 2026-09-24 02:04 UTCGHSA enrichment
  7. 2026-09-23 17:54 UTCEPSS rescore
  8. 2026-09-23 12:54 UTCGHSA enrichment
  9. 2026-09-22 23:44 UTCEG score recompute
  10. 2026-09-22 23:44 UTCGHSA enrichment
  11. 2026-09-22 16:01 UTCEPSS rescore
  12. 2026-09-22 10:33 UTCGHSA enrichment
  13. 2026-09-21 21:20 UTCEG score recompute
  14. 2026-09-21 21:20 UTCGHSA enrichment
  15. 2026-09-21 21:09 UTCEPSS rescore
  16. 2026-09-21 08:09 UTCEG score recompute
  17. 2026-09-21 08:09 UTCGHSA enrichment
  18. 2026-09-20 20:16 UTCEPSS rescore
  19. 2026-09-20 18:59 UTCGHSA enrichment
  20. 2026-09-20 05:49 UTCGHSA enrichment
  21. 2026-09-19 16:39 UTCEG score recompute
  22. 2026-09-19 16:39 UTCGHSA enrichment
  23. 2026-09-19 03:29 UTCEG score recompute
  24. 2026-09-19 03:29 UTCGHSA enrichment
  25. 2026-09-19 02:36 UTCEG score recompute
Show 8 more
  1. 2026-09-19 02:36 UTCGHSA enrichment
  2. 2026-09-18 19:28 UTCEPSS rescore
  3. 2026-09-18 14:40 UTCGHSA enrichment
  4. 2026-09-18 01:30 UTCEG score recompute
  5. 2026-09-18 01:30 UTCGHSA enrichment
  6. 2026-09-17 12:20 UTCEG score recompute
  7. 2026-09-17 11:29 UTCEG score recompute
  8. 2026-09-17 11:29 UTCMITRE cvelistV5first tracked

Frequently asked(5)

What is CVE-2026-92917?
CVE-2026-92917 is a high vulnerability published on September 17, 2026. Grav is a flat-file CMS. In versions 2.0.0-rc.1 through 2.0.21, the Twig content sandbox fails to restrict the dump and serialize filters (printr, vardump, jsonencode, yamlencode, string): GravExtension::assertSandboxDumpSafe() determines sandbox state by calling SandboxExtension::isSandboxed()…
When was CVE-2026-92917 disclosed?
CVE-2026-92917 was first published in the National Vulnerability Database on September 17, 2026, with the most recent update on September 19, 2026. EchelonGraph re-ingests CVE updates from NVD on a 2-hour cycle, so this page reflects the latest published state.
Is CVE-2026-92917 actively exploited?
CVE-2026-92917 is not currently on CISA's Known Exploited Vulnerabilities catalog. FIRST EPSS estimates a 0% probability of exploitation in the next 30 days, which ranks it in the top 63.0% of all scored CVEs.
What is the CVSS score of CVE-2026-92917?
CVE-2026-92917 has a CVSS v3 base score of 7.5 (NVD).
How do I remediate CVE-2026-92917?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-92917, EchelonGraph cross-links them in the Vendor Advisories panel below — those typically contain the canonical remediation steps, fixed version numbers, and any vendor-specific mitigations.

Dependency Blast Radius

Explore the affected products and dependency analysis for CVE-2026-92917

Explore →

Is Your Infrastructure Affected by CVE-2026-92917?

EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.