### [CVE-2024-56361](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-56361) ![](https://img.shields.io/static/v1?label=Product&message=lgsl&color=blue) ![](https://img.shields.io/static/v1?label=Version&message=%3C%207.0.0%20&color=brightgreen) ![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-79%3A%20Improper%20Neutralization%20of%20Input%20During%20Web%20Page%20Generation%20('Cross-site%20Scripting')&color=brightgreen) ### Description LGSL (Live Game Server List) provides online status for games. Before 7.0.0, a stored cross-site scripting (XSS) vulnerability was identified in lgsl. The function lgsl_query_40 in lgsl_protocol.php has implemented an HTTP crawler. This function makes a request to the registered game server, and upon crawling the malicious /info endpoint with our payload, will render our javascript on the info page. This information is being displayed via lgsl_details.php. This vulnerability is fixed in 7.0.0. ### POC #### Reference - https://github.com/tltneon/lgsl/security/advisories/GHSA-xx95-62h6-h7v3 #### Github No PoCs found on GitHub currently.