troydavisson / RETS-MD

RETS metadata viewer built on PHRETS
http://retsmd.com
98 stars 67 forks source link

RETS-MD – Multiple Cross-Site Scripting (XSS) #8

Open bestshow opened 7 years ago

bestshow commented 7 years ago

Product: RETS-MD Download: https://github.com/troydavisson/RETS-MD Vunlerable Version: latest version Tested Version: latest version Author: ADLab of Venustech

Advisory Details: Multiple Cross-Site Scripting (XSS) were discovered in“RETS-MD latest version”, which can be exploited to execute arbitrary code. The vulnerabilities exist due to insufficient filtration of user-supplied data in multiple HTTP GET parameters passed to the “RETS-MD-master/index.php” URL. An attacker could execute arbitrary HTML and script code in a browser in the context of the vulnerable website. The exploitation examples below use the "alert()" JavaScript function to see a pop-up messagebox: Poc: (1) http://localhost/.../RETS-MD-master/index.php?username=%27%20/%3E%3Cscript%3Ealert(1);%3C/script%3E%3Ca%20id=%27test (2) http://localhost/.../RETS-MD-master/index.php?login_url=%27%20/%3E%3Cscript%3Ealert(1);%3C/script%3E%3Ca%20id=%27test (3) http://localhost/.../RETS-MD-master/index.php?password=%27%20/%3E%3Cscript%3Ealert(1);%3C/script%3E%3Ca%20id=%27test

bestshow commented 7 years ago

Excuse me, is there anyone dealing with this issue?

troydavisson commented 7 years ago

No, not at the moment.