CVE-2026-73699 PUBLISHED

FileRun < 2026.3.0 PHP Object Injection via Perms::getPerms()

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

FileRun before 2026.3.0 contains a PHP object injection vulnerability that allows authenticated attackers to execute arbitrary code by exploiting incorrect options passed to unserialize() in the Perms::getPerms() method, where a positional array is used instead of the required named-key array to disable class instantiation. Attackers with database write access can inject a serialized gadget chain into the permissions table columns processed on every authenticated page load to write arbitrary files, such as PHP webshells, to web-accessible paths.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N
CVSS Score: 8.6

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

  • Deserialization of Untrusted Data CWE