Skip to content
Threat Feed
high advisory

OS Command Injection in FileRun Thumbnail Generation

FileRun versions up to 2026.2.0 contain a command injection vulnerability in the thumbnail generation component allowing authenticated attackers to execute arbitrary code.

CVE search metadata

CVE search record: CVE-2026-14863. Severity: high. CVSS: 8.8. KEV: no. Product: FileRun (<= 2026.2.0). Brief: OS Command Injection in FileRun Thumbnail Generation. Brief link: https://feed.craftedsignal.io/briefs/2026-08-filerun-rce/

FileRun versions up to and including 2026.2.0 contain an OS command injection vulnerability located within the application's thumbnail generation system. The vulnerability exists because the application passes file names containing shell command substitution sequences directly to system-level execution functions without adequate sanitization or escaping via escapeshellarg().

An authenticated attacker can exploit this by uploading a specially crafted file with a malicious filename (e.g., using syntax like $(PAYLOAD).mp4). When the system attempts to generate a thumbnail for the uploaded file using back-end utilities such as ffmpeg, ImageMagick, vips, or stl-thumb, the shell interprets the embedded payload. This allows for remote code execution on the host server under the privileges of the web application user. This flaw is particularly significant for environments where file uploads are permitted for authenticated users.

Impact

Successful exploitation allows an authenticated attacker to achieve arbitrary remote code execution on the server. This can lead to full system compromise, data exfiltration, or lateral movement within the environment. All deployments of FileRun version 2026.2.0 and earlier are susceptible.

Recommendation

  • Upgrade FileRun to the latest version as soon as a patch is available.
  • Identify and audit user upload directories for files containing shell metacharacters or suspicious extensions.
  • Monitor webserver logs for requests to thumbnail generation or upload endpoints that exhibit unusual query parameters or filename patterns.
  • Deploy the Sigma rule below to detect attempts to exploit CVE-2026-14863 by identifying shell injection patterns in the process lineage of thumbnail generation utilities.

Immediate actions

Patch FileRun to the version addressing CVE-2026-14863

IT Operations 48h

Mitigations

Restrict file upload types and sanitize filenames at the web application layer

immediate IT Operations

CVE-2026-14863

Detection coverage 1

Detects CVE-2026-14863 Exploitation - Command Injection via Thumbnail Generator

high

Detects potential command injection attempts by monitoring thumbnail generation tools for suspicious command line arguments containing shell metacharacters.

sigma tactics: execution techniques: T1203 sources: process_creation

Detection queries are available on the platform. Get full rules →