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.
Published: 2026-07-13
Score: 9.3 Critical
EPSS: 2.2% Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Vitec Flamingo 4.12.2 contains an unauthenticated OS command injection flaw in the admin/ajax/gen_graphs.php endpoint. The script accepts the start, end, key, and format GET parameters and forwards them directly to a shell via passthru() without any input sanitization. Because the web server runs with passwordless sudo, injection of shell metacharacters into these parameters lets an attacker execute arbitrary operating‑system commands with root privileges, giving full system compromise.

Affected Systems

The vulnerability is specific to Vitec Flamingo version 4.12.2. No other versions or products are identified as impacted.

Risk and Exploitability

The CVSS score of 9.3 signals critical severity, and the EPSS score of 2% indicates a moderate likelihood that exploit code exists in the wild. The flaw is not listed in CISA KEV, yet the lack of authentication and remote reachability of the gen_graphs.php endpoint make exploitation highly feasible. An attacker only needs to send a crafted HTTP GET request; if successful, arbitrary commands can be run as root due to passwordless sudo privileges, enabling a complete takeover of the host system.

Generated by OpenCVE AI on July 31, 2026 at 11:36 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Disable the admin/ajax/gen_graphs.php endpoint or remove graph generation functionality from the configuration.
  • Reconfigure the web server or application to run under a non‑privileged user and eliminate any passwordless sudo privileges for the web process to prevent elevated command execution.
  • Restrict external network access to the Flamingo server, ensuring only trusted networks can reach the gen_graphs.php endpoint.

Generated by OpenCVE AI on July 31, 2026 at 11:36 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 28 Jul 2026 02:30:00 +0000

Type Values Removed Values Added
First Time appeared Flamingo Project
Flamingo Project flamingo
CPEs cpe:2.3:a:flamingo_project:flamingo:4.12.2:*:*:*:*:*:*:*
Vendors & Products Flamingo Project
Flamingo Project flamingo

Tue, 14 Jul 2026 15:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'poc', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Mon, 13 Jul 2026 15:00:00 +0000

Type Values Removed Values Added
First Time appeared Vitec
Vitec flamingo
Vendors & Products Vitec
Vitec flamingo

Mon, 13 Jul 2026 13:45:00 +0000

Type Values Removed Values Added
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.
Title Vitec Flamingo 4.12.2 Unauthenticated OS Command Injection via gen_graphs.php
Weaknesses CWE-78
References
Metrics cvssV3_1

{'score': 9.8, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H'}

cvssV4_0

{'score': 9.3, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N'}


Subscriptions

Flamingo Project Flamingo
Vitec Flamingo
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-07-28T01:49:51.768Z

Reserved: 2026-07-10T15:43:36.625Z

Link: CVE-2026-61498

cve-icon Vulnrichment

Updated: 2026-07-14T14:21:40.088Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-31T11:45:13Z

Weaknesses
  • CWE-78

    Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')