Skip to content

Commit

Permalink
data/reports: review GO-2024-3286
Browse files Browse the repository at this point in the history
  - 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 <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Damien Neil <dneil@google.com>
Auto-Submit: Tatiana Bradley <tatianabradley@google.com>
  • Loading branch information
tatianab authored and gopherbot committed Dec 13, 2024
1 parent cb179ac commit 06de138
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 9 deletions.
17 changes: 11 additions & 6 deletions data/osv/GO-2024-3286.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,18 +40,23 @@
]
}
],
"ecosystem_specific": {}
"ecosystem_specific": {
"imports": [
{
"path": "k8s.io/kubernetes/pkg/volume/git_repo",
"symbols": [
"validateVolume"
]
}
]
}
}
],
"references": [
{
"type": "ADVISORY",
"url": "https://github.com/advisories/GHSA-27wf-5967-98gx"
},
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-10220"
},
{
"type": "WEB",
"url": "http://www.openwall.com/lists/oss-security/2024/11/20/1"
Expand All @@ -71,6 +76,6 @@
],
"database_specific": {
"url": "https://pkg.go.dev/vuln/GO-2024-3286",
"review_status": "UNREVIEWED"
"review_status": "REVIEWED"
}
}
9 changes: 6 additions & 3 deletions data/reports/GO-2024-3286.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,22 @@ modules:
- introduced: 1.30.0
- fixed: 1.30.3
vulnerable_at: 1.30.2
packages:
- package: k8s.io/kubernetes/pkg/volume/git_repo
symbols:
- validateVolume
summary: Kubernetes kubelet arbitrary command execution in k8s.io/kubernetes
cves:
- CVE-2024-10220
ghsas:
- GHSA-27wf-5967-98gx
references:
- advisory: https://github.com/advisories/GHSA-27wf-5967-98gx
- advisory: https://nvd.nist.gov/vuln/detail/CVE-2024-10220
- web: http://www.openwall.com/lists/oss-security/2024/11/20/1
- web: https://github.com/kubernetes/kubernetes/commit/1ab06efe92d8e898ca1931471c9533ce94aba29b
- web: https://github.com/kubernetes/kubernetes/issues/128885
- web: https://groups.google.com/g/kubernetes-security-announce/c/ptNgV5Necko
source:
id: GHSA-27wf-5967-98gx
created: 2024-11-27T13:41:27.937873-05:00
review_status: UNREVIEWED
created: 2024-12-13T09:59:18.294847-05:00
review_status: REVIEWED

0 comments on commit 06de138

Please sign in to comment.