The probability is the direct output of the EPSS model, and conveys an overall sense of the threat of exploitation in the wild. The percentile measures the EPSS probability relative to all known EPSS scores. Note: This data is updated daily, relying on the latest available EPSS model version. Check out the EPSS documentation for more details.
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 applicationsUpgrade Debian:13
golang-github-gomarkdown-markdown
to version 0.0~git20231115.a660076-1 or higher.
Note: Versions mentioned in the description apply only to the upstream golang-github-gomarkdown-markdown
package and not the golang-github-gomarkdown-markdown
package as distributed by Debian
.
See How to fix?
for Debian:13
relevant fixed versions and status.
The package github.com/gomarkdown/markdown
is a Go library for parsing Markdown text and rendering as HTML. Prior to pseudoversion 0.0.0-20230922105210-14b16010c2ee
, which corresponds with commit 14b16010c2ee7ff33a940a541d993bd043a88940
, parsing malformed markdown input with parser that uses parser.Mmark extension could result in out-of-bounds read vulnerability. To exploit the vulnerability, parser needs to have parser.Mmark
extension set. The panic occurs inside the citation.go
file on the line 69 when the parser tries to access the element past its length. This can result in a denial of service. Commit 14b16010c2ee7ff33a940a541d993bd043a88940
/pseudoversion 0.0.0-20230922105210-14b16010c2ee
contains a patch for this issue.