cve/2024/CVE-2024-42515.md
2025-09-29 16:08:36 +00:00

825 B

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

Github

No PoCs found on GitHub currently.