SEPTEMBER 20, 2026
Live Feed
Back to database
Case File

CVE-2026-65608

HIGH · CVSS 8.8 EPSS 0.85% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-07-23 · Last synced 2026-08-22

CyberRota Analysis

AI-Generated

Grav versions from 1.7.0 to 2.0.8 are vulnerable to a remote code execution flaw that allows authenticated users with create or update permissions on Flex-based directories to execute arbitrary shell commands on the server. The vulnerability arises from insufficient validation of user input in the FlexDirectory::dynamicDataField() function, which permits the execution of dangerous functions without proper restrictions. Organizations using affected Grav versions, particularly those with user-generated content or flexible directory structures, 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.

Detected Signals
remote code execution code execution

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

CVE
CVE-2026-65608
Severity
HIGH
CVSS
8.8
EPSS
0.85%

Original NVD Description

Grav versions >= 1.7.0 and before 2.0.9 contain a remote code execution vulnerability. FlexDirectory::dynamicDataField() resolves blueprint data-*@: directives by calling call_user_func_array() on attacker-influenced input, validating only that the target is callable (is_callable()) without restricting dangerous functions such as exec, system, passthru, or shell_exec. Because FlexDirectory registers this handler for every Flex directory, it bypasses the validation added to Blueprint::dynamicData() in 2.0.7 (GHSA-fj2p-qj2f-74v5). Any authenticated user with create or update permission on any Flex-based directory (Flex Users, Flex Pages, Flex Objects, or custom Flex types) can execute arbitrary shell commands on the server.