SEPTEMBER 15, 2026
Live Feed
Back to database
Case File

CVE-2026-73693

HIGH · CVSS 8.8 EPSS 1.80%

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 flaw in the PhotoProofSheet handler, allowing authenticated users with upload permissions to execute arbitrary commands by manipulating file names. This vulnerability can lead to unauthorized command execution as the web-server user, posing a significant risk to system integrity and data security. Organizations using affected versions should prioritize patching to mitigate potential exploitation.

CVE
CVE-2026-73693
Severity
HIGH
CVSS
8.8
EPSS
1.80%

Original NVD Description

FileRun before 2026.3.0 contains an OS command injection vulnerability in the PhotoProofSheet handler that allows authenticated users with upload permission to execute arbitrary commands by uploading files with shell metacharacters in their names. Attackers can upload a file containing command substitution syntax such as backticks, semicolons, or $() sequences in the filename, then trigger the PhotoProofSheet endpoint to execute arbitrary commands as the web-server user due to missing escapeshellarg() sanitization in the ImageMagick montage command construction.