CVE-2026-61498 PUBLISHED

Vitec Flamingo 4.12.2 Unauthenticated OS Command Injection via gen_graphs.php

Assigner: VulnCheck
Reserved: 10.07.2026 Published: 13.07.2026 Updated: 13.07.2026

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.

Metrics

CVSS 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
CVSS Score: 9.3

Product Status

Vendor VITEC
Product Flamingo
Versions Default: affected
  • Version 4.12.2 is affected

Credits

  • Yassine Damiri finder
  • Adam Outikni finder

References

Problem Types

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