CVE-2026-90879
Received Received - Intake

SQL Injection in FilePress Publish Module

Vulnerability report for CVE-2026-90879, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-09-15

Last updated on: 2026-09-15

Assigner: VulDB

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-15
Last Modified
2026-09-15
Generated
2026-09-15
AI Q&A
2026-09-15
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
zyx0814 filepress to 3.0.1 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-89 The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data.
CWE-74 The product constructs all or part of a command, data structure, or record using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify how it is parsed or interpreted when it is sent to a downstream component.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is a SQL injection flaw in zyx0814 FilePress up to version 3.0.1. It affects the Publish Module, specifically the file dzz/publish/search.php. The issue occurs due to improper handling of the orderby and order arguments, which are directly used in SQL queries without sanitization. Attackers can manipulate these parameters to inject malicious SQL code, enabling unauthorized data access or manipulation.

Detection Guidance

Check if your FilePress instance uses vulnerable endpoints like dzz/publish/search.php, dzz/publish/ajax.php, dzz/publish/robot/collect.php, or dzz/banner/robot/publish/collect.php. Test for SQL injection by appending payloads like orderby=dateline,(SELECT SLEEP(2)) to these URLs and observe time delays.

Impact Analysis

This vulnerability allows remote attackers to execute arbitrary SQL commands on the database. They could extract sensitive data like user credentials, session information, or database contents. In public mode, no authentication is required, making the attack easier to execute. The exploit is publicly available, increasing the risk of widespread attacks.

Compliance Impact

This vulnerability could lead to unauthorized access to personal or sensitive data, violating GDPR and HIPAA requirements for data protection and access controls. Organizations using this software may face compliance violations, legal penalties, and reputational damage due to potential data breaches.

Mitigation Strategies

Immediately update FilePress to the latest version if a patch exists. If not, disable the vulnerable endpoints or restrict access to them. Implement strict whitelist validation for orderby and order parameters. Use parameterized queries instead of direct SQL concatenation.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-90879. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart