-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Aliases: CVE-2023-3072, GHSA-rpvr-38xv-xvxq Fixes #2670 Change-Id: I46b19f27e158e894c212486f1523563d1dce6f8e Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/576556 Reviewed-by: Tatiana Bradley <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Auto-Submit: Zvonimir Pavlinovic <[email protected]> Run-TryBot: Zvonimir Pavlinovic <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]>
- Loading branch information
1 parent
28210a7
commit d576a30
Showing
2 changed files
with
76 additions
and
0 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -0,0 +1,54 @@ | ||
{ | ||
"schema_version": "1.3.1", | ||
"id": "GO-2024-2670", | ||
"modified": "0001-01-01T00:00:00Z", | ||
"published": "0001-01-01T00:00:00Z", | ||
"aliases": [ | ||
"CVE-2023-3072", | ||
"GHSA-rpvr-38xv-xvxq" | ||
], | ||
"summary": "ACL security vulnerability in github.com/hashicorp/nomad", | ||
"details": "An ACL policy using a block without label can be applied to unexpected resources in Nomad, a distributed, highly available scheduler designed for effortless operations and management of applications.", | ||
"affected": [ | ||
{ | ||
"package": { | ||
"name": "github.com/hashicorp/nomad", | ||
"ecosystem": "Go" | ||
}, | ||
"ranges": [ | ||
{ | ||
"type": "SEMVER", | ||
"events": [ | ||
{ | ||
"introduced": "0.7.0" | ||
}, | ||
{ | ||
"fixed": "1.4.11" | ||
}, | ||
{ | ||
"introduced": "1.5.0" | ||
}, | ||
{ | ||
"fixed": "1.5.6" | ||
} | ||
] | ||
} | ||
], | ||
"ecosystem_specific": {} | ||
} | ||
], | ||
"references": [ | ||
{ | ||
"type": "WEB", | ||
"url": "https://discuss.hashicorp.com/t/hcsec-2023-20-nomad-acl-policies-without-label-are-applied-to-unexpected-resources/56270" | ||
} | ||
], | ||
"credits": [ | ||
{ | ||
"name": "anonymous4ACL24" | ||
} | ||
], | ||
"database_specific": { | ||
"url": "https://pkg.go.dev/vuln/GO-2024-2670" | ||
} | ||
} |
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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
id: GO-2024-2670 | ||
modules: | ||
- module: github.com/hashicorp/nomad | ||
versions: | ||
- introduced: 0.7.0 | ||
fixed: 1.4.11 | ||
- introduced: 1.5.0 | ||
fixed: 1.5.6 | ||
vulnerable_at: 1.5.5 | ||
summary: ACL security vulnerability in github.com/hashicorp/nomad | ||
description: |- | ||
An ACL policy using a block without label can be applied to unexpected resources | ||
in Nomad, a distributed, highly available scheduler designed for effortless | ||
operations and management of applications. | ||
cves: | ||
- CVE-2023-3072 | ||
ghsas: | ||
- GHSA-rpvr-38xv-xvxq | ||
credits: | ||
- anonymous4ACL24 | ||
references: | ||
- web: https://discuss.hashicorp.com/t/hcsec-2023-20-nomad-acl-policies-without-label-are-applied-to-unexpected-resources/56270 |