cve/2024/CVE-2024-38521.md

18 lines
909 B
Markdown
Raw Permalink Normal View History

2024-08-05 18:41:32 +00:00
### [CVE-2024-38521](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-38521)
![](https://img.shields.io/static/v1?label=Product&message=hushline&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=%3D%20%3C%200.1.0%20&color=brighgreen)
![](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=brighgreen)
### Description
Hush Line is a free and open-source, anonymous-tip-line-as-a-service for organizations or individuals. There is a stored XSS in the Inbox. The input is displayed using the `safe` Jinja2 attribute, and thus not sanitized upon display. This issue has been patched in version 0.1.0.
### POC
#### Reference
- https://github.com/scidsg/hushline/security/advisories/GHSA-4v8c-r6h2-fhh3
#### Github
No PoCs found on GitHub currently.