Skip to content

Commit

Permalink
data/reports: add GO-2024-3129
Browse files Browse the repository at this point in the history
  - data/reports/GO-2024-3129.yaml

Fixes #3129

Change-Id: I349b725a7babd24154285b8420840e51f5486e9e
Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/614077
LUCI-TryBot-Result: Go LUCI <[email protected]>
Reviewed-by: Tatiana Bradley <[email protected]>
Auto-Submit: Zvonimir Pavlinovic <[email protected]>
  • Loading branch information
zpavlinovic authored and gopherbot committed Sep 18, 2024
1 parent 49808b2 commit 19e5675
Show file tree
Hide file tree
Showing 2 changed files with 80 additions and 0 deletions.
57 changes: 57 additions & 0 deletions data/osv/GO-2024-3129.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
{
"schema_version": "1.3.1",
"id": "GO-2024-3129",
"modified": "0001-01-01T00:00:00Z",
"published": "0001-01-01T00:00:00Z",
"aliases": [
"CVE-2024-7387",
"GHSA-qqv8-ph7f-h3f7"
],
"summary": "OpenShift Builder has a path traversal, allows command injection in privileged BuildContainer in github.com/openshift/builder",
"details": "OpenShift Builder has a path traversal, allows command injection in privileged BuildContainer in github.com/openshift/builder",
"affected": [
{
"package": {
"name": "github.com/openshift/builder",
"ecosystem": "Go"
},
"ranges": [
{
"type": "SEMVER",
"events": [
{
"introduced": "0"
}
]
}
],
"ecosystem_specific": {}
}
],
"references": [
{
"type": "ADVISORY",
"url": "https://github.com/advisories/GHSA-qqv8-ph7f-h3f7"
},
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-7387"
},
{
"type": "FIX",
"url": "https://github.com/openshift/builder/commit/0b62633adfa2836465202bc851885e078ec888d1"
},
{
"type": "WEB",
"url": "https://access.redhat.com/security/cve/CVE-2024-7387"
},
{
"type": "WEB",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2302259"
}
],
"database_specific": {
"url": "https://pkg.go.dev/vuln/GO-2024-3129",
"review_status": "UNREVIEWED"
}
}
23 changes: 23 additions & 0 deletions data/reports/GO-2024-3129.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
id: GO-2024-3129
modules:
- module: github.com/openshift/builder
unsupported_versions:
- last_affected: 4.0.0
vulnerable_at: 4.0.0+incompatible
summary: |-
OpenShift Builder has a path traversal, allows command injection in privileged
BuildContainer in github.com/openshift/builder
cves:
- CVE-2024-7387
ghsas:
- GHSA-qqv8-ph7f-h3f7
references:
- advisory: https://github.com/advisories/GHSA-qqv8-ph7f-h3f7
- advisory: https://nvd.nist.gov/vuln/detail/CVE-2024-7387
- fix: https://github.com/openshift/builder/commit/0b62633adfa2836465202bc851885e078ec888d1
- web: https://access.redhat.com/security/cve/CVE-2024-7387
- web: https://bugzilla.redhat.com/show_bug.cgi?id=2302259
source:
id: GHSA-qqv8-ph7f-h3f7
created: 2024-09-18T13:42:07.618082148Z
review_status: UNREVIEWED

0 comments on commit 19e5675

Please sign in to comment.