Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[GHSA-f27h-g923-68hw] OpenStack Neutron can use an incorrect ID during policy enforcement #5151

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,18 +1,14 @@
{
"schema_version": "1.4.0",
"id": "GHSA-f27h-g923-68hw",
"modified": "2025-01-06T18:36:10Z",
"modified": "2025-01-06T18:36:11Z",
"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.",
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N"
},
{
"type": "CVSS_V4",
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N"
Expand All @@ -32,11 +28,14 @@
"introduced": "0"
},
{
"last_affected": "25.0.0"
"fixed": "25.0.1"
}
]
}
]
],
"database_specific": {
"last_known_affected_version_range": "<= 25.0.0"
}
}
],
"references": [
Expand Down
Loading