cve/2023/CVE-2023-22483.md

18 lines
1.0 KiB
Markdown
Raw Normal View History

2024-05-25 21:48:12 +02:00
### [CVE-2023-22483](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-22483)
![](https://img.shields.io/static/v1?label=Product&message=cmark-gfm&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=%3D%20%3C%20%200.29.0.gfm.7%20&color=brighgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-400%3A%20Uncontrolled%20Resource%20Consumption&color=brighgreen)
### Description
cmark-gfm is GitHub's fork of cmark, a CommonMark parsing and rendering library and program in C. Versions prior to 0.29.0.gfm.7 are subject to several polynomial time complexity issues in cmark-gfm that may lead to unbounded resource exhaustion and subsequent denial of service. Various commands, when piped to cmark-gfm with large values, cause the running time to increase quadratically. These vulnerabilities have been patched in version 0.29.0.gfm.7.
### POC
#### Reference
- https://github.com/github/cmark-gfm/security/advisories/GHSA-29g3-96g3-jg6c
#### Github
No PoCs found on GitHub currently.