mirror of
https://github.com/0xMarcio/cve.git
synced 2025-11-28 18:48:49 +00:00
18 lines
1.2 KiB
Markdown
18 lines
1.2 KiB
Markdown
### [CVE-2024-56517](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-56517)
|
||

|
||

|
||
&color=brightgreen)
|
||
|
||
### Description
|
||
|
||
LGSL (Live Game Server List) provides online status lists for online video games. Versions up to and including 6.2.1 contain a reflected cross-site scripting vulnerability in the `Referer` HTTP header. 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. Commit 7ecb839df9358d21f64cdbff5b2536af25a77de1 contains a patch for the issue.
|
||
|
||
### POC
|
||
|
||
#### Reference
|
||
- https://github.com/tltneon/lgsl/security/advisories/GHSA-ggwq-xc72-33r3
|
||
|
||
#### Github
|
||
No PoCs found on GitHub currently.
|
||
|