SEPTEMBER 15, 2026
Live Feed
Back to database
Case File

CVE-2026-73698

HIGH · CVSS 7.2 EPSS 0.43% 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 SQL injection flaw that allows delegated or simple administrators to execute arbitrary SQL commands through the description parameter. This vulnerability can lead to unauthorized escalation of privileges to superuser status and potentially enable code execution via unsanitized input. Organizations using affected versions should prioritize patching to mitigate the risk of exploitation.

Public Exploit Signal

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

Detected Signals
code execution

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

CVE
CVE-2026-73698
Severity
HIGH
CVSS
7.2
EPSS
0.43%

Original NVD Description

FileRun before 2026.3.0 contains a SQL injection vulnerability that allows delegated or simple administrators to execute arbitrary SQL by submitting the description parameter as an array, causing the getValuesString() method in DB/DP.php to interpolate raw array values directly into an INSERT statement without parameterization. Because the underlying PDO connection uses emulated prepared statements enabling stacked queries, attackers can manipulate the df_users_permissions table to escalate a delegated administrator account to superuser privileges, and may additionally achieve code execution via unsanitized path values passed to require_once in the logs listing component.