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

|
|

|
|

|
|
|
|
### Description
|
|
|
|
Glossarizer through 1.5.2 improperly tries to convert text into HTML. Even though the application itself escapes special characters (e.g., <>), the underlying library converts these encoded characters into legitimate HTML, thereby possibly causing stored XSS. Attackers can append a XSS payload to a word that has a corresponding glossary entry.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- https://herolab.usd.de/security-advisories/usd-2024-0011/
|
|
|
|
#### Github
|
|
No PoCs found on GitHub currently.
|
|
|