-
Notifications
You must be signed in to change notification settings - Fork 346
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ac50526
commit 6158285
Showing
1 changed file
with
33 additions
and
4 deletions.
There are no files selected for viewing
37 changes: 33 additions & 4 deletions
37
...A-hr68-hvgv-xxqf/GHSA-hr68-hvgv-xxqf.json → ...A-hr68-hvgv-xxqf/GHSA-hr68-hvgv-xxqf.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,65 @@ | ||
{ | ||
"schema_version": "1.4.0", | ||
"id": "GHSA-hr68-hvgv-xxqf", | ||
"modified": "2024-12-20T03:30:23Z", | ||
"modified": "2024-12-20T15:05:17Z", | ||
"published": "2024-12-20T03:30:23Z", | ||
"aliases": [ | ||
"CVE-2024-12678" | ||
], | ||
"summary": "Hashicorp Nomad Incorrect Privilege Assignment vulnerability", | ||
"details": "Nomad Community and Nomad Enterprise (\"Nomad\") allocations are vulnerable to privilege escalation within a namespace through unredacted workload identity tokens. This vulnerability, identified as CVE-2024-12678, is fixed in Nomad Community Edition 1.9.4 and Nomad Enterprise 1.9.4, 1.8.8, and 1.7.16.", | ||
"severity": [ | ||
{ | ||
"type": "CVSS_V3", | ||
"score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N" | ||
} | ||
], | ||
"affected": [], | ||
"affected": [ | ||
{ | ||
"package": { | ||
"ecosystem": "Go", | ||
"name": "github.com/hashicorp/nomad" | ||
}, | ||
"ranges": [ | ||
{ | ||
"type": "ECOSYSTEM", | ||
"events": [ | ||
{ | ||
"introduced": "0" | ||
}, | ||
{ | ||
"fixed": "1.9.4" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
], | ||
"references": [ | ||
{ | ||
"type": "ADVISORY", | ||
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-12678" | ||
}, | ||
{ | ||
"type": "WEB", | ||
"url": "https://github.com/hashicorp/nomad/commit/359a71861ef044cb5d749a36ff0e44b172c8f1a6" | ||
}, | ||
{ | ||
"type": "WEB", | ||
"url": "https://discuss.hashicorp.com/t/hcsec-2024-29-nomad-allocations-vulnerable-to-privilege-escalation-within-a-namespace-using-unredacted-workload-identity-token/72119" | ||
}, | ||
{ | ||
"type": "PACKAGE", | ||
"url": "https://github.com/hashicorp/nomad" | ||
} | ||
], | ||
"database_specific": { | ||
"cwe_ids": [ | ||
"CWE-266" | ||
], | ||
"severity": "MODERATE", | ||
"github_reviewed": false, | ||
"github_reviewed_at": null, | ||
"github_reviewed": true, | ||
"github_reviewed_at": "2024-12-20T15:05:17Z", | ||
"nvd_published_at": "2024-12-20T02:15:05Z" | ||
} | ||
} |