---
id: CVE-2026-60121
title: >-
  Vitec Flamingo 4.12.2 contains an unauthenticated OS command injection
  vulnerability in the admin/ajax/ping.php endpoint that allows remote attackers
  to execute arbitrary commands by exploiting a double-evaluation flaw in shell
  argument …
summary: >-
  Vitec Flamingo 4.12.2 contains an unauthenticated OS command injection
  vulnerability in the admin/ajax/ping.php endpoint that allows remote attackers
  to execute arbitrary commands by exploiting a double-evaluation flaw in shell
  argument …
severity: critical
cvss: 9.8
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H'
cwe:
  - CWE-78
vendor: vitec
product: flamingo
affected:
  - flamingo <= 4.12.2
published: '2026-07-13'
updated: '2026-08-14'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-60121'
references:
  - url: 'https://damiri.fr/en/cve/CVE-2026-60121'
    label: disclosure@vulncheck.com
  - url: 'https://www.vitec.com/solutions/iptv-distribution'
    label: disclosure@vulncheck.com
  - url: >-
      https://www.vulncheck.com/advisories/vitec-flamingo-unauthenticated-os-command-injection-via-ping-php
    label: disclosure@vulncheck.com
tags:
  - nvd
  - exploit-available
epss: 0.03304
epssPercentile: 0.88061
ingestedAt: '2026-08-15T13:26:46.544Z'
exploits:
  github: 1
  githubRepos:
    - 'https://github.com/HORKimhab/CVE-2026-60121-CVE-2026-61498'
  checkedAt: '2026-09-26T09:05:53.079Z'
exploitAvailable: true
---

## Overview

Vitec Flamingo 4.12.2 contains an unauthenticated OS command injection vulnerability in the admin/ajax/ping.php endpoint that allows remote attackers to execute arbitrary commands by exploiting a double-evaluation flaw in shell argument handling. The endpoint applies escapeshellarg() to the user-supplied host POST parameter before passing it to a system wrapper, but the wrapper retrieves the decoded value from argv and incorporates it into a second shell_exec() call without escaping, allowing injected commands to execute with root privileges via passwordless sudo.

## Affected

- `flamingo <= 4.12.2`

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
