You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
Minder is an open source Software Supply Chain Security Platform. Minder's Git
provider is vulnerable to a denial of service from a maliciously configured
GitHub repository. The Git provider clones users repositories using the github.com/go-git/go-git/v5 library on lines L55-L89. The Git provider does
the following on the lines L56-L62. First, it sets the CloneOptions,
specifying the url, the depth etc. It then validates the options. It then sets
up an in-memory filesystem, to which it clones and Finally, it clones the
repository. The (g *Git) Clone() method is vulnerable to a DoS at...
Advisory CVE-2024-37904 references a vulnerability in the following Go modules:
Description:
Minder is an open source Software Supply Chain Security Platform. Minder's Git
provider is vulnerable to a denial of service from a maliciously configured
GitHub repository. The Git provider clones users repositories using the
github.com/go-git/go-git/v5
library on linesL55-L89
. The Git provider doesthe following on the lines
L56-L62
. First, it sets theCloneOptions
,specifying the url, the depth etc. It then validates the options. It then sets
up an in-memory filesystem, to which it clones and Finally, it clones the
repository. The
(g *Git) Clone()
method is vulnerable to a DoS at...References:
Cross references:
See doc/triage.md for instructions on how to triage this report.
The text was updated successfully, but these errors were encountered: