SEPTEMBER 11, 2026
Live Feed
Back to database
Case File

CVE-2026-58655

HIGH · CVSS 8.8 EPSS 1.08% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-07-15 · Last synced 2026-08-14

CyberRota Analysis

AI-Generated

The Grav Flex Objects plugin prior to version 1.4.0 is vulnerable to a stored server-side template injection, allowing attackers to inject malicious Twig code through user-controlled frontmatter values. This vulnerability can lead to arbitrary code execution, potentially enabling remote command execution by exploiting internal Grav services. Organizations using this plugin should prioritize patching to mitigate the risk of exploitation.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

GitHub PoC Links

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-58655
Severity
HIGH
CVSS
8.8
EPSS
1.08%

Original NVD Description

The bundled Grav Flex Objects plugin (getgrav/grav-plugin-flex-objects) before 1.4.0 contains a stored server-side template injection vulnerability. When rendering dynamic collection or object titles, the plugin passes user-controlled frontmatter values (page.header.flex.collection.title or page.header.flex.object.title) to Twig's template_from_string(), causing them to be evaluated as Twig code rather than treated as text. This path bypasses Grav's Security::cleanDangerousTwig() sanitization. An attacker who can control the title frontmatter of a publicly reachable Flex Objects page can achieve arbitrary Twig execution and escalate to remote command execution via access to internal Grav services such as the scheduler.