CVE-2026-14863 PUBLISHED

FileRun 2026.2.0 RCE via Thumbnail Generation Command Injection

Assigner: VulnCheck
Reserved: 06.07.2026 Published: 11.08.2026 Updated: 11.08.2026

FileRun up to and including version 2026.2.0 contains an OS command injection vulnerability that allows authenticated attackers to achieve remote code execution by uploading a file with a malicious filename containing shell command substitution sequences. The thumbnail generation system passes filenames wrapped in shell double-quotes directly to exec() without escapeshellarg() sanitization, allowing filenames such as $(PAYLOAD).mp4 to survive the filename sanitizer and be evaluated as shell commands when ffmpeg, ImageMagick, vips, or stl-thumb processes the file during thumbnail generation.

Metrics

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

Product Status

Vendor FileRun
Product FileRun
Versions Default: affected
  • affected from 0 to 2026.2.0 (incl.)
  • Version 2026.2.1 is unaffected

Credits

  • Valentin Lobstein (Chocapikk) finder

References

Problem Types

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