CVE-2025-60798
BaseFortify
Publication date: 2025-11-20
Last updated on: 2025-11-25
Assigner: MITRE
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| phppgadmin_project | phppgadmin | to 7.13.0 (inc) |
Helpful Resources
Exploitability
| 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. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a SQL injection in phpPgAdmin version 7.13.0 and earlier. It occurs because the application takes user input from the 'query' parameter in $_REQUEST and passes it directly to the browseQuery function without proper sanitization. This allows an authenticated attacker to manipulate the SQL query and execute arbitrary SQL commands.
How can this vulnerability impact me? :
An attacker exploiting this vulnerability can execute arbitrary SQL commands on the database, which can lead to complete database compromise. This means sensitive data could be accessed, modified, or deleted, and the integrity and availability of the database could be severely affected.