---
id: CVE-2024-53916
aliases:
  - GHSA-f27h-g923-68hw
  - PYSEC-2026-1693
title: OpenStack Neutron can use an incorrect ID during policy enforcement
summary: OpenStack Neutron can use an incorrect ID during policy enforcement
severity: high
cvss: 7.5
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N'
vendor: neutron
product: neutron
ecosystem: pip
affected:
  - 'neutron >= 23.0.0, < 23.2.1'
  - 'neutron >= 24.0.0, < 24.0.2'
  - 'neutron >= 25.0.0, < 25.0.1'
patched:
  - neutron 23.2.1
  - neutron 24.0.2
  - neutron 25.0.1
published: '2024-11-25'
updated: '2026-07-07'
source: OSV
sourceUrl: 'https://osv.dev/vulnerability/GHSA-f27h-g923-68hw'
references:
  - url: 'https://nvd.nist.gov/vuln/detail/CVE-2024-53916'
  - url: 'https://github.com/openstack/neutron'
  - url: >-
      https://github.com/openstack/neutron/blob/363ffa6e9e1ab5968f87d45bc2f1cb6394f48b9f/neutron/extensions/tagging.py#L138-L232
  - url: 'https://review.opendev.org/c/openstack/neutron/+/935883'
  - url: 'https://review.opendev.org/q/project:openstack/neutron'
  - url: 'https://security.openstack.org/ossa/OSSA-2024-005.html'
  - url: 'http://www.openwall.com/lists/oss-security/2024/12/03/1'
tags:
  - osv
  - pip
epss: 0.00714
epssPercentile: 0.51681
ingestedAt: '2026-07-08T18:25:48.616Z'
---

## Overview

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.

## Affected packages

- `neutron >= 23.0.0, < 23.2.1`
- `neutron >= 24.0.0, < 24.0.2`
- `neutron >= 25.0.0, < 25.0.1`

## Remediation

Upgrade to a patched release:

- `neutron 23.2.1`
- `neutron 24.0.2`
- `neutron 25.0.1`
