SQL Injection in Phppgadmin Project

CVE-2025-60797

phpPgAdmin 7.13.0 and earlier contains a SQL injection vulnerability in dataexport.php at line 118. The application directly executes user-supplied SQL queries from the $_REQUEST['query'] parameter without any sanitization or parameterization via $data->conn->Execute($_REQUEST['query']). An authenticated attacker can exploit this vulnerability to execute arbitrary SQL commands, potentially leading to complete database compromise, data theft, or privilege escalation.

Vulnerability class: SQL Injection

EPSS: 0.003 (17.7th percentile) — read the EPSS interpretation.

CVSS v3 metric

CVSS v3 base score 6.5 (Medium). Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N.

Affected products

Weakness classification (CWE)

References

Frequently asked questions

What is CVE-2025-60797?
CVE-2025-60797 is a medium-severity vulnerability in Phppgadmin Project, classified under SQL Injection. CVSS score: 6.5/10. Published 2025-11-20.
How severe is CVE-2025-60797?
Medium severity. CVSS v3 base score is 6.5 out of 10.