From af4d99bd146ca98c367f761e6cc17c38147d78d5 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2025 15:52:38 +0000 Subject: [PATCH] Publish GHSA-f27h-g923-68hw --- .../GHSA-f27h-g923-68hw.json | 46 +++++++++++++++++-- 1 file changed, 42 insertions(+), 4 deletions(-) diff --git a/advisories/github-reviewed/2024/11/GHSA-f27h-g923-68hw/GHSA-f27h-g923-68hw.json b/advisories/github-reviewed/2024/11/GHSA-f27h-g923-68hw/GHSA-f27h-g923-68hw.json index fa816946f83..f21d488c547 100644 --- a/advisories/github-reviewed/2024/11/GHSA-f27h-g923-68hw/GHSA-f27h-g923-68hw.json +++ b/advisories/github-reviewed/2024/11/GHSA-f27h-g923-68hw/GHSA-f27h-g923-68hw.json @@ -1,13 +1,13 @@ { "schema_version": "1.4.0", "id": "GHSA-f27h-g923-68hw", - "modified": "2025-01-06T18:36:10Z", + "modified": "2025-01-09T15:50:49Z", "published": "2024-11-25T00:31:55Z", "aliases": [ "CVE-2024-53916" ], "summary": "OpenStack Neutron can use an incorrect ID during policy enforcement", - "details": "In OpenStack Neutron through 25.0.0, neutron/extensions/tagging.py can use an incorrect ID during policy enforcement. NOTE: 935883 has the \"Work in Progress\" status as of 2024-11-24.", + "details": "In OpenStack Neutron before 25.0.1, neutron/extensions/tagging.py can use an incorrect ID during policy enforcement. It does not apply the proper policy check for changing network tags. An unprivileged tenant is able to change (add and clear) tags on network objects that do not belong to the tenant, and this action is not subjected to the proper policy authorization check. This affects 23 before 23.2.1, 24 before 24.0.2, and 25 before 25.0.1.", "severity": [ { "type": "CVSS_V3", @@ -29,10 +29,48 @@ "type": "ECOSYSTEM", "events": [ { - "introduced": "0" + "introduced": "23.0.0" }, { - "last_affected": "25.0.0" + "fixed": "23.2.1" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "PyPI", + "name": "neutron" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "24.0.0" + }, + { + "fixed": "24.0.2" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "PyPI", + "name": "neutron" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "25.0.0" + }, + { + "fixed": "25.0.1" } ] }