SEPTEMBER 13, 2026
Live Feed
Back to database
Case File

CVE-2026-61498

CRITICAL · CVSS 9.8 EPSS 2.19% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-07-13 · Last synced 2026-08-12

CyberRota Analysis

AI-Generated

Vitec Flamingo 4.12.2 is vulnerable to an unauthenticated OS command injection flaw in the admin/ajax/gen_graphs.php endpoint, allowing remote attackers to execute arbitrary commands with root privileges by manipulating HTTP GET parameters. The vulnerability arises from insufficient input sanitization, enabling attackers to leverage the web server's passwordless sudo access. Organizations using this software should prioritize patching this critical vulnerability to mitigate the risk of unauthorized command execution.

Public Exploit Signal

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

Detected Signals
exploit

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

CVE
CVE-2026-61498
Severity
CRITICAL
CVSS
9.8
EPSS
2.19%

Original NVD Description

Vitec Flamingo 4.12.2 contains an unauthenticated OS command injection vulnerability in the admin/ajax/gen_graphs.php endpoint that allows remote unauthenticated attackers to execute arbitrary commands by supplying shell metacharacters in the start, end, key, or format HTTP GET parameters. Attackers can exploit the lack of input sanitization in the graph generation script, which passes user-supplied values directly to shell commands via passthru(), to execute arbitrary OS commands with root privileges due to the web server context having passwordless sudo access.