Skip to content

Commit 06de138

Browse files
tatianabgopherbot
authored andcommitted
data/reports: review GO-2024-3286
- data/reports/GO-2024-3286.yaml Fixes #3286 Updates #3301 Change-Id: I9530c44251daaa221d883403800779477cd929de Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/635759 LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Damien Neil <[email protected]> Auto-Submit: Tatiana Bradley <[email protected]>
1 parent cb179ac commit 06de138

File tree

2 files changed

+17
-9
lines changed

2 files changed

+17
-9
lines changed

data/osv/GO-2024-3286.json

+11-6
Original file line numberDiff line numberDiff line change
@@ -40,18 +40,23 @@
4040
]
4141
}
4242
],
43-
"ecosystem_specific": {}
43+
"ecosystem_specific": {
44+
"imports": [
45+
{
46+
"path": "k8s.io/kubernetes/pkg/volume/git_repo",
47+
"symbols": [
48+
"validateVolume"
49+
]
50+
}
51+
]
52+
}
4453
}
4554
],
4655
"references": [
4756
{
4857
"type": "ADVISORY",
4958
"url": "https://github.com/advisories/GHSA-27wf-5967-98gx"
5059
},
51-
{
52-
"type": "ADVISORY",
53-
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-10220"
54-
},
5560
{
5661
"type": "WEB",
5762
"url": "http://www.openwall.com/lists/oss-security/2024/11/20/1"
@@ -71,6 +76,6 @@
7176
],
7277
"database_specific": {
7378
"url": "https://pkg.go.dev/vuln/GO-2024-3286",
74-
"review_status": "UNREVIEWED"
79+
"review_status": "REVIEWED"
7580
}
7681
}

data/reports/GO-2024-3286.yaml

+6-3
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,22 @@ modules:
88
- introduced: 1.30.0
99
- fixed: 1.30.3
1010
vulnerable_at: 1.30.2
11+
packages:
12+
- package: k8s.io/kubernetes/pkg/volume/git_repo
13+
symbols:
14+
- validateVolume
1115
summary: Kubernetes kubelet arbitrary command execution in k8s.io/kubernetes
1216
cves:
1317
- CVE-2024-10220
1418
ghsas:
1519
- GHSA-27wf-5967-98gx
1620
references:
1721
- advisory: https://github.com/advisories/GHSA-27wf-5967-98gx
18-
- advisory: https://nvd.nist.gov/vuln/detail/CVE-2024-10220
1922
- web: http://www.openwall.com/lists/oss-security/2024/11/20/1
2023
- web: https://github.com/kubernetes/kubernetes/commit/1ab06efe92d8e898ca1931471c9533ce94aba29b
2124
- web: https://github.com/kubernetes/kubernetes/issues/128885
2225
- web: https://groups.google.com/g/kubernetes-security-announce/c/ptNgV5Necko
2326
source:
2427
id: GHSA-27wf-5967-98gx
25-
created: 2024-11-27T13:41:27.937873-05:00
26-
review_status: UNREVIEWED
28+
created: 2024-12-13T09:59:18.294847-05:00
29+
review_status: REVIEWED

0 commit comments

Comments
 (0)