CVE Catalog

CVE-2026-73693

HighCVSS 8.8
Published: Translated: NVD NIST

Summary

FileRun before 2026.3.0 contains an OS command injection vulnerability in the PhotoProofSheet handler. An authenticated user with upload permission can execute arbitrary commands by uploading files with shell metacharacters in their names, such as backticks, semicolons, or $() sequences, then triggering the PhotoProofSheet endpoint. This is due to missing escapeshellarg() sanitization in the ImageMagick montage command construction.

Risk Assessment

An attacker can execute arbitrary commands as the web-server user, leading to server compromise. Only upload permission is required.

Recommendation

Upgrade FileRun to version 2026.3.0 or later. Restrict upload permissions and monitor uploaded filenames for shell metacharacters.

Other vulnerabilities in FileRun

See all
Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS