CVE-2026-73693 PUBLISHED

FileRun < 2026.3.0 OS Command Injection via PhotoProofSheet Handler

Assigner: VulnCheck
Reserved: 13.08.2026 Published: 10.09.2026 Updated: 10.09.2026

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.

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: unaffected
  • affected from 0 to 2026.3.0 (excl.)

Credits

  • Valentin Lobstein (Chocapikk) finder
  • VulnCheck coordinator

References

Problem Types

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