CVE-2026-35450
PHP vulnerability analysis and mitigation

Summary

The plugin/API/check.ffmpeg.json.php endpoint probes the FFmpeg remote server configuration and returns connectivity status without any authentication. All sibling FFmpeg management endpoints (kill.ffmpeg.json.php, list.ffmpeg.json.php, ffmpeg.php) require User::isAdmin().

Details

The entire file at plugin/API/check.ffmpeg.json.php:

<?php
$configFile = __DIR__.'/../../videos/configuration.php';
require_once $configFile;
header('Content-Type: application/json');
$obj = testFFMPEGRemote();
die(json_encode($obj));

No User::isAdmin(), User::isLogged(), or any access control check exists. Compare with sibling endpoints in the same directory:

  • kill.ffmpeg.json.php checks User::isAdmin()
  • list.ffmpeg.json.php checks User::isAdmin()

Proof of Concept

curl "https://your-avideo-instance.com/plugin/API/check.ffmpeg.json.php"

Returns information about whether the platform uses a standalone FFmpeg server and its current reachability.

Impact

Infrastructure reconnaissance revealing the encoding architecture. Limited direct impact but aids targeted attack planning.

Add an admin authentication check at plugin/API/check.ffmpeg.json.php:3, after require_once $configFile;: php if (!User::isAdmin()) { forbiddenPage('Admin only'); }

Found by aisafe.io


SourceNVD

Related PHP vulnerabilities:

CVE ID

Severity

Score

Technologies

Component name

CISA KEV exploit

Has fix

Published date

CVE-2026-35452MEDIUM5.3
  • PHPPHP
  • wwbn/avideo
NoNoApr 04, 2026
CVE-2026-35450MEDIUM5.3
  • PHPPHP
  • wwbn/avideo
NoNoApr 04, 2026
CVE-2026-35449MEDIUM5.3
  • PHPPHP
  • wwbn/avideo
NoNoApr 04, 2026
CVE-2026-35181MEDIUM4.3
  • PHPPHP
  • wwbn/avideo
NoNoApr 03, 2026
CVE-2026-35448LOW3.7
  • PHPPHP
  • wwbn/avideo
NoNoApr 04, 2026

Free Vulnerability Assessment

Benchmark your Cloud Security Posture

Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.

Request assessment

Get a personalized demo

Ready to see Wiz in action?

"Best User Experience I have ever seen, provides full visibility to cloud workloads."
David EstlickCISO
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
Adam FletcherChief Security Officer
"We know that if Wiz identifies something as critical, it actually is."
Greg PoniatowskiHead of Threat and Vulnerability Management