SEPTEMBER 15, 2026
Live Feed
Back to database
Case File

CVE-2026-73699

HIGH · CVSS 7.2 EPSS 0.54% Public Exploit

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 a PHP object injection flaw that enables authenticated attackers to execute arbitrary code by manipulating options in the Perms::getPerms() method. This vulnerability allows attackers with database write access to inject serialized data into the permissions table, potentially leading to the deployment of web shells or other malicious files in accessible directories. Organizations using affected versions should prioritize patching to mitigate the risk of unauthorized code execution and potential system compromise.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Detected Signals
exploit

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-73699
Severity
HIGH
CVSS
7.2
EPSS
0.54%

Original NVD Description

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.