CVE Catalog

CVE-2026-73698

HighCVSS 7.2
Published: Translated: NVD NIST

Summary

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. The getValuesString() method in DB/DP.php interpolates raw array values directly into an INSERT statement without parameterization, and the PDO connection uses emulated prepared statements enabling stacked queries. Attackers can manipulate the df_users_permissions table to escalate a delegated administrator to superuser, and may additionally achieve code execution via unsanitized path values passed to require_once in the logs listing component.

Risk Assessment

An attacker can escalate privileges to superuser and potentially achieve code execution. Deployments with delegated administrator accounts are at risk.

Recommendation

Upgrade FileRun to version 2026.3.0 or later. Limit the number of delegated administrator accounts and monitor changes to the df_users_permissions table.

Other vulnerabilities in FileRun

See all
Original NVD description (English source)

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.

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