PT-2026-30335 · Avideo+1 · Avideo+1

·

CVE-2026-35450

·

Published

2026-04-04

·

Updated

2026-04-06

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;:
php
if (!User::isAdmin()) {
  forbiddenPage('Admin only');
}

Exploit

Fix

Missing Authentication

Found an issue in the description? Have something to add? Feel free to write us 👾

Weakness Enumeration

Related Identifiers

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

Affected Products

Avideo
Ffmpeg