PT-2026-30335 · FFmpeg+1 · Ffmpeg+1

Adrgs

·

Published

2026-04-04

·

Updated

2026-04-06

·

CVE-2026-35450

CVSS v3.1

5.3

Medium

VectorAV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
Name of the Vulnerable Software and Affected Versions AVideo versions 26.0 and prior
Description The plugin/API/check.ffmpeg.json.php endpoint allows probing the FFmpeg remote server configuration and retrieving connectivity status without authentication. The sibling endpoints kill.ffmpeg.json.php, list.ffmpeg.json.php, and ffmpeg.php require User::isAdmin() access control. The file plugin/API/check.ffmpeg.json.php lacks any access control checks. A simple curl request to the ''/plugin/API/check.ffmpeg.json.php'' endpoint reveals information about the encoding architecture, aiding in targeted attack planning.
Recommendations Add an admin authentication check at plugin/API/check.ffmpeg.json.php:3 after require once $configFile;:
if (!User::isAdmin()) {
  forbiddenPage('Admin only');
}

Fix

Missing Authentication

Weakness Enumeration

Related Identifiers

CVE-2026-35450
GHSA-2VG4-RRX4-QCPQ

Affected Products

Avideo
Ffmpeg