Bugzilla – Bug 1203778
VUL-0: CVE-2022-3277: openstack-neutron: unrestricted creation of security groups
Last modified: 2022-09-29 08:37:37 UTC
rh#2129193 Upstream bug description: When a non-admin user tries to list security groups for project_id "None", Neutron creates a default security group for that project and returns an empty list to the caller. To reproduce: openstack --os-cloud devstack security group list --project None openstack --os-cloud devstack-admin security group list The API call that is made is essentially GET /networking/v2.0/security-groups?project_id=None The expected result would be an authorization failure, since normal users should not be allowed to list security groups for other projects. References: https://bugzilla.redhat.com/show_bug.cgi?id=2129193 http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2022-3277
CVSS < 8.0, so wonftix for Cloud8 and Cloud9. Closing