Skip to content

Commit efe4e2a

Browse files
committed
data/reports: add GO-2024-2667.yaml
Aliases: CVE-2024-29893, GHSA-jhwx-mhww-rgc3 Fixes #2667 Change-Id: Ia63f84b83bfd7f1079ee4f9864d9634bf0e250f9 Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/577397 Reviewed-by: Tatiana Bradley <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]>
1 parent d01fe31 commit efe4e2a

File tree

2 files changed

+73
-0
lines changed

2 files changed

+73
-0
lines changed

data/osv/GO-2024-2667.json

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
{
2+
"schema_version": "1.3.1",
3+
"id": "GO-2024-2667",
4+
"modified": "0001-01-01T00:00:00Z",
5+
"published": "0001-01-01T00:00:00Z",
6+
"aliases": [
7+
"CVE-2024-29893",
8+
"GHSA-jhwx-mhww-rgc3"
9+
],
10+
"summary": "Out of memory crash from malicious Helm registry in github.com/argoproj/argo-cd/v2",
11+
"details": "Out of memory crash from malicious Helm registry in github.com/argoproj/argo-cd/v2",
12+
"affected": [
13+
{
14+
"package": {
15+
"name": "github.com/argoproj/argo-cd/v2",
16+
"ecosystem": "Go"
17+
},
18+
"ranges": [
19+
{
20+
"type": "SEMVER",
21+
"events": [
22+
{
23+
"introduced": "2.4.0"
24+
},
25+
{
26+
"fixed": "2.8.14"
27+
},
28+
{
29+
"introduced": "2.9.0"
30+
},
31+
{
32+
"fixed": "2.9.10"
33+
},
34+
{
35+
"introduced": "2.10.0"
36+
},
37+
{
38+
"fixed": "2.10.5"
39+
}
40+
]
41+
}
42+
],
43+
"ecosystem_specific": {}
44+
}
45+
],
46+
"references": [
47+
{
48+
"type": "ADVISORY",
49+
"url": "https://github.com/argoproj/argo-cd/security/advisories/GHSA-jhwx-mhww-rgc3"
50+
}
51+
],
52+
"database_specific": {
53+
"url": "https://pkg.go.dev/vuln/GO-2024-2667"
54+
}
55+
}

data/reports/GO-2024-2667.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
id: GO-2024-2667
2+
modules:
3+
- module: github.com/argoproj/argo-cd/v2
4+
versions:
5+
- introduced: 2.4.0
6+
fixed: 2.8.14
7+
- introduced: 2.9.0
8+
fixed: 2.9.10
9+
- introduced: 2.10.0
10+
fixed: 2.10.5
11+
vulnerable_at: 2.10.4
12+
summary: Out of memory crash from malicious Helm registry in github.com/argoproj/argo-cd/v2
13+
cves:
14+
- CVE-2024-29893
15+
ghsas:
16+
- GHSA-jhwx-mhww-rgc3
17+
references:
18+
- advisory: https://github.com/argoproj/argo-cd/security/advisories/GHSA-jhwx-mhww-rgc3

0 commit comments

Comments
 (0)