Cross-site Scripting (XSS) - Reflected in cujanovic/ssrf-testing
Reported on
Sep 7th 2021
✍️ Description
Cross-site Scripting (XSS) refers to client-side code injection attack wherein an attacker can execute malicious scripts into a legitimate website or web application. XSS occurs when a web application makes use of unvalidated or unencoded user input within the output it generates.
The user input GET parameter proto
ip
port
url
of index.php is unsanitized resulting reflected cross site scripting.
Remediation
Apply context-dependent encoding and/or validation to user input rendered on a page
📍 Location index.php#L8-L12 📝 References XSS
Occurrences
References
SECURITY.md
2 years ago
Thanks, this was fixed: https://github.com/cujanovic/SSRF-Testing/commit/971359ccf938c547ac6a99a0c182541150d560e2