SEPTEMBER 15, 2026
Live Feed
Back to database
Case File

CVE-2026-73694

HIGH · CVSS 7.2 EPSS 1.81% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-09-10 · Last synced 2026-09-15

CyberRota Analysis

AI-Generated

FileRun versions prior to 2026.3.0 are vulnerable to an OS command injection due to improper handling of shell command escaping in the CLI.php file. This flaw allows attackers to execute arbitrary commands by injecting malicious input through specific parameters, potentially leading to unauthorized access or system compromise. Organizations using affected versions should prioritize patching this vulnerability, especially those with superuser access or functionality related to video thumbnail generation.

Public Exploit Signal

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

Detected Signals
exploit

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

CVE
CVE-2026-73694
Severity
HIGH
CVSS
7.2
EPSS
1.81%

Original NVD Description

FileRun before 2026.3.0 contains an OS command injection vulnerability caused by a no-op redefinition of escapeshellcmd() in CLI.php that strips shell-metacharacter escaping, allowing attacker-controlled input to reach an exec() sink unsanitized. Attackers can exploit this through an interactive path via image_preview.php with a crafted args parameter requiring superuser authentication, or through a persistent path by storing malicious payloads in thumbnails_ffmpeg_args or thumbnails_ffmpeg_ss that execute when any user triggers video thumbnail generation.