LGSL has a reflected XSS at /lgsl_files/lgsl_list.php
Description
Published to the GitHub Advisory Database
Dec 30, 2024
Reviewed
Dec 30, 2024
Published by the National Vulnerability Database
Dec 30, 2024
Last updated
Dec 30, 2024
Reflected XSS at /lgsl_files/lgsl_list.php
Description:
Vulnerability: A reflected XSS vulnerability exists in the
Referer
HTTP header of LGSL v6.2.1. The vulnerability allows attackers to inject arbitrary JavaScript code, which is reflected in the HTML response without proper sanitization.When crafted malicious input is provided in the
Referer
header, it is echoed back into an HTML attribute in the application’s response.The vulnerability is present at Line 20-24
Proof of Concept:
/lgsl_files/lgsl_list.php
.test'><script>alert(1)</script><
.Impact:
Execution of Malicious Code
References