SEPTEMBER 9, 2026
Live Feed
Back to database
Case File

CVE-2026-63304

HIGH · CVSS 8.1 EPSS 1.35% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-07-16 · Last synced 2026-08-15

CyberRota Analysis

AI-Generated

AVideo versions up to 29.0 are vulnerable to an OS command injection due to the unsanitized handling of keyword parameters in the listFFmpegProcesses() function. This flaw allows attackers to execute arbitrary OS commands with the privileges of the web server user by crafting a malicious payload. Organizations using AVideo should prioritize patching this vulnerability to mitigate the risk of unauthorized command execution.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

GitHub PoC Links

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-63304
Severity
HIGH
CVSS
8.1
EPSS
1.35%

Original NVD Description

AVideo through 29.0 contains an OS command injection vulnerability in plugin/API/standAlone/functions.php where the listFFmpegProcesses() function interpolates unsanitized keyword parameters inside single quotes without escaping. Attackers who can craft a valid encrypted codeToExec payload can break out of the single-quoted grep context and execute arbitrary OS commands as the web-server user.