cve/2024/CVE-2024-56507.md
2025-09-29 21:09:30 +02:00

18 lines
1.2 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

### [CVE-2024-56507](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-56507)
![](https://img.shields.io/static/v1?label=Product&message=LinkAce&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=%3C%201.15.6%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
LinkAce is a self-hosted archive to collect links of your favorite websites. Prior to 1.15.6, a reflected cross-site scripting (XSS) vulnerability exists in the LinkAce. This issue occurs in the "URL" field of the "Edit Link" module, where user input is not properly sanitized or encoded before being reflected in the HTML response. This allows attackers to inject and execute arbitrary JavaScript in the context of the victims browser, leading to potential session hijacking, data theft, and unauthorized actions. This vulnerability is fixed in 1.15.6.
### POC
#### Reference
- https://github.com/Kovah/LinkAce/security/advisories/GHSA-cjcg-wj4p-pgc5
#### Github
No PoCs found on GitHub currently.