diff --git a/advisories/unreviewed/2024/11/GHSA-2w5v-x29g-jw7j/GHSA-2w5v-x29g-jw7j.json b/advisories/github-reviewed/2024/11/GHSA-2w5v-x29g-jw7j/GHSA-2w5v-x29g-jw7j.json similarity index 53% rename from advisories/unreviewed/2024/11/GHSA-2w5v-x29g-jw7j/GHSA-2w5v-x29g-jw7j.json rename to advisories/github-reviewed/2024/11/GHSA-2w5v-x29g-jw7j/GHSA-2w5v-x29g-jw7j.json index 5aedc6d0a27..aa237f5335d 100644 --- a/advisories/unreviewed/2024/11/GHSA-2w5v-x29g-jw7j/GHSA-2w5v-x29g-jw7j.json +++ b/advisories/github-reviewed/2024/11/GHSA-2w5v-x29g-jw7j/GHSA-2w5v-x29g-jw7j.json @@ -1,38 +1,69 @@ { "schema_version": "1.4.0", "id": "GHSA-2w5v-x29g-jw7j", - "modified": "2024-11-07T21:31:44Z", + "modified": "2024-11-07T22:05:51Z", "published": "2024-11-07T21:31:44Z", "aliases": [ "CVE-2024-10975" ], + "summary": "Hashicorp Nomad Incorrect Authorization vulnerability", "details": "Nomad Community and Nomad Enterprise (\"Nomad\") volume specification is vulnerable to arbitrary cross-namespace volume creation through unauthorized Container Storage Interface (CSI) volume writes. This vulnerability, identified as CVE-2024-10975, is fixed in Nomad Community Edition 1.9.2 and Nomad Enterprise 1.9.2, 1.8.7, and 1.7.15.", "severity": [ { "type": "CVSS_V3", "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:N/I:H/A:N" + }, + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/VA:N/SC:N/SI:H/SA:N" } ], "affected": [ - + { + "package": { + "ecosystem": "Go", + "name": "github.com/hashicorp/nomad" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "last_affected": "1.9.1" + } + ] + } + ] + } ], "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-10975" }, + { + "type": "WEB", + "url": "https://github.com/hashicorp/nomad/commit/30849c518e16647a4f698e5f5cc82bef2bf40e4d" + }, { "type": "WEB", "url": "https://discuss.hashicorp.com/t/hcsec-2024-27-nomad-vulnerable-to-cross-namespace-volume-creation-abusing-csi-write-permission" + }, + { + "type": "PACKAGE", + "url": "https://github.com/hashicorp/nomad" } ], "database_specific": { "cwe_ids": [ "CWE-863" ], - "severity": "HIGH", - "github_reviewed": false, - "github_reviewed_at": null, + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2024-11-07T22:05:51Z", "nvd_published_at": "2024-11-07T21:15:06Z" } } \ No newline at end of file