PMB SQL Injection Vulnerability in ajax.php Endpoint

Vulnerability

A SQL injection vulnerability has been identified in PMB version 7.4.6. The issue resides in the storage parameter of the ajax.php endpoint, where the 'id' parameter is not properly sanitized. This vulnerability allows remote attackers to manipulate database queries by injecting conditional sleep statements. Exploitation of this flaw could lead to time-based blind SQL injection attacks, enabling attackers to extract information from the database.

Impact

Exploitation of this vulnerability allows for SQL injection, where attackers can manipulate database queries. This could lead to unauthorized data access, data manipulation, or in some cases, executing administrative operations on the database.

Reproduction

To reproduce this vulnerability, send a request to the ajax.php endpoint with the 'categ' parameter set to 'storage' and the 'id' parameter injected with a SQL payload that exploits the lack of input sanitization. The injection can include conditional sleep statements to demonstrate the vulnerability, such as using 'IF(NOW()=SYSDATE(),SLEEP(5),0)' to create a time delay response.

Remediation

Users are advised to update to PMB versions 7.4.7 or 7.5.1, both of which include patches for this vulnerability.

Added: Dec 23, 2025, 8:17 PM
Updated: Dec 23, 2025, 8:17 PM

Vulnerability Rating

Custom Algorithm
spread
0.8
impact
2.5
exploitability
9.5
remediation
7.7
relevance
1.6
threat
6.4
urgency
2.9
incentive
10.0

Our algorithm analyzes dozens of metrics to generate these 8 key vulnerability categories, which are then combined to calculate the overall risk score.