Skip to content

Commit

Permalink
data/reports: add GO-2024-2670.yaml
Browse files Browse the repository at this point in the history
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 <tatianabradley@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Auto-Submit: Zvonimir Pavlinovic <zpavlinovic@google.com>
Run-TryBot: Zvonimir Pavlinovic <zpavlinovic@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
  • Loading branch information
zpavlinovic authored and gopherbot committed Apr 4, 2024
1 parent 28210a7 commit d576a30
Show file tree
Hide file tree
Showing 2 changed files with 76 additions and 0 deletions.
54 changes: 54 additions & 0 deletions data/osv/GO-2024-2670.json
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"
}
}
22 changes: 22 additions & 0 deletions data/reports/GO-2024-2670.yaml
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

0 comments on commit d576a30

Please sign in to comment.