Cross-site Scripting (XSS) - Reflected in ptrofimov/beanstalk_console
Reported on
Jan 31st 2022
Description
Beanstalk Console is vulnerable to reflected Cross-Site Scripting via the server parameter.
Steps to reproduce
Setup the Beanstalk console locally.
Go to
https://localhost/public/?
and add a random server.Visit
https://localhost/public/?server=%3Cimg%20src=x%20onerror=alert(document.domain)%3E
You can see that an alert pops up with the domain name confirming the reflected XSS
Occurrences
SECURITY.md
2 years ago
I am a collaborator on the repo, and I am checking now the details.
Do let me know if more information is required to verify the issue