CVE-2025-60796: XSS
phpPgAdmin 7.13.0 and earlier contains multiple cross-site scripting (XSS) vulnerabilities across various components. User-supplied input from $REQUEST parameters is reflected in HTML output without proper encoding or sanitization in multiple locations including sequences.php, indexes.php, admin.php, and other unspecified files. An attacker can exploit these vulnerabilities to execute arbitrary JavaScript in victims' browsers, potentially leading to session hijacking, credential theft, or other malicious actions.
Other sources
phpPgAdmin versions 7.13.0 and earlier contain multiple cross-site scripting (XSS) vulnerabilities across various components. User-supplied inputs from $REQUEST parameters are reflected in HTML output without proper encoding or sanitization in multiple locations including sequences.php, indexes.php, admin.php, and other unspecified files. An attacker can exploit these vulnerabilities to execute arbitrary JavaScript in victims' browsers, potentially leading to session hijacking, credential theft, or other malicious actions.
— GitHub
Affected Software
Event History
Frequently Asked Questions
What is the severity of CVE-2025-60796?
CVE-2025-60796 is classified as a medium severity vulnerability due to its potential for cross-site scripting (XSS) attacks.
How do I fix CVE-2025-60796?
To fix CVE-2025-60796, you should upgrade phpPgAdmin to version 7.14.0 or later where the vulnerabilities are addressed.
What are the potential impacts of CVE-2025-60796?
The potential impacts of CVE-2025-60796 include unauthorized access to user sessions and injection of malicious scripts into web pages.
Which versions of phpPgAdmin are affected by CVE-2025-60796?
phpPgAdmin versions 7.13.0 and earlier are affected by CVE-2025-60796.
What are the XSS vulnerabilities in CVE-2025-60796?
CVE-2025-60796 contains multiple XSS vulnerabilities due to improper encoding and sanitization of user input from $_REQUEST parameters.