Infinite loop Affecting github.com/gomarkdown/markdown/parser package, versions *
Threat Intelligence
Exploit Maturity
Proof of concept
EPSS
0.04% (11th
percentile)
Do your applications use this vulnerable package?
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applications- Snyk ID SNYK-GOLANG-GITHUBCOMGOMARKDOWNMARKDOWNPARSER-8220052
- published 16 Oct 2024
- disclosed 15 Oct 2024
- credit Brinmon
Introduced: 15 Oct 2024
CVE-2024-44337 Open this link in a new tabHow to fix?
A fix was pushed into the master
branch but not yet published.
Overview
github.com/gomarkdown/markdown/parser is a library for parsing Markdown text and rendering as HTML.
Affected versions of this package are vulnerable to Infinite loop via the paragraph
function in the parser/block.go file. An attacker can cause the application to hang and consume resources indefinitely by providing tailor-made input that triggers an infinite loop.