File tree 2 files changed +17
-9
lines changed
2 files changed +17
-9
lines changed Original file line number Diff line number Diff line change 40
40
]
41
41
}
42
42
],
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
+ }
44
53
}
45
54
],
46
55
"references" : [
47
56
{
48
57
"type" : " ADVISORY" ,
49
58
"url" : " https://github.com/advisories/GHSA-27wf-5967-98gx"
50
59
},
51
- {
52
- "type" : " ADVISORY" ,
53
- "url" : " https://nvd.nist.gov/vuln/detail/CVE-2024-10220"
54
- },
55
60
{
56
61
"type" : " WEB" ,
57
62
"url" : " http://www.openwall.com/lists/oss-security/2024/11/20/1"
71
76
],
72
77
"database_specific" : {
73
78
"url" : " https://pkg.go.dev/vuln/GO-2024-3286" ,
74
- "review_status" : " UNREVIEWED "
79
+ "review_status" : " REVIEWED "
75
80
}
76
81
}
Original file line number Diff line number Diff line change @@ -8,19 +8,22 @@ modules:
8
8
- introduced : 1.30.0
9
9
- fixed : 1.30.3
10
10
vulnerable_at : 1.30.2
11
+ packages :
12
+ - package : k8s.io/kubernetes/pkg/volume/git_repo
13
+ symbols :
14
+ - validateVolume
11
15
summary : Kubernetes kubelet arbitrary command execution in k8s.io/kubernetes
12
16
cves :
13
17
- CVE-2024-10220
14
18
ghsas :
15
19
- GHSA-27wf-5967-98gx
16
20
references :
17
21
- advisory : https://github.com/advisories/GHSA-27wf-5967-98gx
18
- - advisory : https://nvd.nist.gov/vuln/detail/CVE-2024-10220
19
22
- web : http://www.openwall.com/lists/oss-security/2024/11/20/1
20
23
- web : https://github.com/kubernetes/kubernetes/commit/1ab06efe92d8e898ca1931471c9533ce94aba29b
21
24
- web : https://github.com/kubernetes/kubernetes/issues/128885
22
25
- web : https://groups.google.com/g/kubernetes-security-announce/c/ptNgV5Necko
23
26
source :
24
27
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
You can’t perform that action at this time.
0 commit comments