PatchSiren cyber security CVE debrief
CVE-2026-73698 FileRun CVE debrief
A SQL injection vulnerability exists in FileRun before version 2026.3.0, allowing delegated or simple administrators to execute arbitrary SQL by manipulating the description parameter. This can lead to privilege escalation and potential code execution. The vulnerability is caused by the getValuesString() method in DB/DP.php interpolating raw array values directly into an INSERT statement without parameterization. The underlying PDO connection uses emulated prepared statements enabling stacked queries, which allows attackers to manipulate the df_users_permissions table to escalate a delegated administrator account to superuser privileges, and may additionally achieve code execution.
- Vendor
- FileRun
- Product
- Unknown
- CVSS
- HIGH 8.6
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-09-10
- Original CVE updated
- 2026-09-15
- Advisory published
- 2026-09-10
- Advisory updated
- 2026-09-15
Who should care
Administrators and users of FileRun versions prior to 2026.3.0 should assess exposure and prioritize updating to the latest version. Security teams and vulnerability management teams should review the vulnerability and assess the risk to their organization. Operators and platform administrators should review the vulnerability and assess the impact on their systems.
Why it matters
This SQL injection vulnerability in FileRun allows delegated administrators to execute arbitrary SQL, potentially leading to privilege escalation and code execution. Defenders should prioritize updating to version 2026.3.0 or later.
- Privilege escalation from delegated administrator to superuser
- Potential code execution via unsanitized path values
Technical summary
The vulnerability exists in the getValuesString() method in DB/DP.php, where raw array values are interpolated directly into an INSERT statement without parameterization. This allows delegated or simple administrators to execute arbitrary SQL, potentially leading to privilege escalation and code execution via unsanitized path values passed to require_once in the logs listing component. The underlying PDO connection uses emulated prepared statements enabling stacked queries, which allows attackers to manipulate the df_users_permissions table to escalate a delegated administrator account to superuser privileges.
Defensive priority
High
Recommended defensive actions
- Review and update FileRun to version 2026.3.0 or later
- Restrict administrative access to trusted users
- Monitor logs for suspicious activity
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up
- Review the supplied official advisory or CVE record to validate affected scope, severity, and vendor guidance
- Plan vendor-supported updates or mitigations through normal change control where exposure is confirmed
- Check relevant monitoring, detection, and logs for exposed assets that need extra review
Evidence notes
The vulnerability is caused by the getValuesString() method in DB/DP.php interpolating raw array values directly into an INSERT statement without parameterization. The underlying PDO connection uses emulated prepared statements enabling stacked queries. This allows delegated or simple administrators to execute arbitrary SQL, potentially leading to privilege escalation and code execution via unsanitized path values passed to require_once in the logs listing component. Evidence is limited to public CVE details and FileRun source code.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-73698 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-73698
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-73698 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-73698
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://vulncheck.com/blog/filerun-delegated-admin-sql-to-object-injection-rce
-
Source reference
Unverified legacy reference
URL: https://www.vulncheck.com/advisories/filerun-authenticated-sql-injection-via-groups-add-action
-
Source reference
Unverified legacy reference
URL: https://www.vulncheck.com/blog/filerun-delegated-admin-sql-to-object-injection-rce
134c704f-9b21-4f2e-91b3-4a467353bcc0
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.