Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
advisory-database[bot] committed Oct 10, 2024
1 parent 5b2a363 commit 5523e83
Showing 1 changed file with 31 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,20 +1,43 @@
{
"schema_version": "1.4.0",
"id": "GHSA-rr8j-7w34-xp5j",
"modified": "2024-10-10T21:30:43Z",
"modified": "2024-10-10T22:19:11Z",
"published": "2024-10-10T21:30:43Z",
"aliases": [
"CVE-2024-9180"
],
"summary": "Vault Community Edition privilege escalation vulnerability",
"details": "A privileged Vault operator with write permissions to the root namespace’s identity endpoint could escalate their privileges to Vault’s root policy. Fixed in Vault Community Edition 1.18.0 and Vault Enterprise 1.18.0, 1.17.7, 1.16.11, and 1.15.16.",
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H"
},
{
"type": "CVSS_V4",
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N"
}
],
"affected": [

{
"package": {
"ecosystem": "Go",
"name": "github.com/hashicorp/vault"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
},
{
"fixed": "1.18.0"
}
]
}
]
}
],
"references": [
{
Expand All @@ -24,15 +47,19 @@
{
"type": "WEB",
"url": "https://discuss.hashicorp.com/t/hcsec-2024-21-vault-operators-in-root-namespace-may-elevate-their-privileges/70565"
},
{
"type": "PACKAGE",
"url": "https://github.com/hashicorp/vault"
}
],
"database_specific": {
"cwe_ids": [
"CWE-266"
],
"severity": "HIGH",
"github_reviewed": false,
"github_reviewed_at": null,
"github_reviewed": true,
"github_reviewed_at": "2024-10-10T22:19:11Z",
"nvd_published_at": "2024-10-10T21:15:05Z"
}
}

0 comments on commit 5523e83

Please sign in to comment.