Files
CVEs-PoC/2021/CVE-2021-32723.md
T
2024-05-25 21:48:12 +02:00

18 lines
992 B
Markdown

### [CVE-2021-32723](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-32723)
![](https://img.shields.io/static/v1?label=Product&message=prism&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-400%3A%20Uncontrolled%20Resource%20Consumption&color=brighgreen)
### Description
Prism is a syntax highlighting library. Some languages before 1.24.0 are vulnerable to Regular Expression Denial of Service (ReDoS). When Prism is used to highlight untrusted (user-given) text, an attacker can craft a string that will take a very very long time to highlight. This problem has been fixed in Prism v1.24. As a workaround, do not use ASCIIDoc or ERB to highlight untrusted text. Other languages are not affected and can be used to highlight untrusted text.
### POC
#### Reference
- https://www.oracle.com/security-alerts/cpujan2022.html
#### Github
No PoCs found on GitHub currently.