Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
advisory-database[bot] committed Dec 20, 2024
1 parent ac50526 commit 6158285
Showing 1 changed file with 33 additions and 4 deletions.
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"
}
}

0 comments on commit 6158285

Please sign in to comment.