CVE-2026-73694 PUBLISHED

FileRun < 2026.3.0 OS Command Injection via escapeshellcmd() No-Op Redefinition

Assigner: VulnCheck
Reserved: 13.08.2026 Published: 10.09.2026 Updated: 10.09.2026

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.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N
CVSS Score: 8.6

Product Status

Vendor FileRun
Product FileRun
Versions Default: unaffected
  • affected from 0 to 2026.3.0 (excl.)

Credits

  • Valentin Lobstein (Chocapikk) finder
  • VulnCheck coordinator

References

Problem Types

  • Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection') CWE