CVE-2026-90879 Details
Description
A vulnerability was identified in zyx0814 FilePress up to 3.0.1. This vulnerability affects unknown code of the file dzz/publish/search.php of the component Publish Module. Such manipulation of the argument orderby/order leads to sql injection. The attack can be launched remotely. The exploit is publicly available and might be used. The project was informed of the problem early through an issue report but has not responded yet.
A SQL injection vulnerability has been identified in FilePress versions through 3.0.1, specifically within the Publish Module. The issue arises in the file 'dzz/publish/search.php', where the 'orderby' and 'order' GET parameters are manipulated and directly concatenated into SQL 'ORDER BY' clauses without proper sanitization or validation. This vulnerability is remotely exploitable, allowing attackers to execute malicious SQL payloads and potentially access sensitive database information.
To address this vulnerability, it is recommended to apply whitelist validation to the affected 'orderby' and 'order' parameters in all four vulnerable endpoints. For a more robust long-term solution, consider adopting a parameterized query builder that automatically handles 'ORDER BY' column validation at the database abstraction layer.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Sep 15, 2026CISA-ADP
Assessed Sep 15, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/zyx0814/FilePress/ | [email protected] | ProductSource CodeVendor |
| https://github.com/zyx0814/FilePress/issues/74 | [email protected] | ExploitIssue TrackingTechnical DescriptionVendor |
| https://vuldb.com/cve/CVE-2026-90879 | [email protected] | AdvisoryPermission Required |
| https://vuldb.com/submit/928834 | [email protected] | Issue TrackingPermission Required |
| https://vuldb.com/vuln/403473 | [email protected] | AdvisoryPermission Required |
| https://vuldb.com/vuln/403473/cti | [email protected] | Content Wall |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-74 | Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection') | [email protected] |
| CWE-89 | Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| zyx0814 FilePress | <= 3.0.1 (semver) |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Sep 15, 2026 | CVE Modified | CISA-ADP |
| Sep 15, 2026 | New CVE Received | [email protected] |
Volerion