Bug 1466323 (CVE-2016-4383)
Summary: | CVE-2016-4383 openstack-glance: glance-manage db purge breaks image immutability expectation | ||
---|---|---|---|
Product: | [Other] Security Response | Reporter: | Adam Mariš <amaris> |
Component: | vulnerability | Assignee: | Red Hat Product Security <security-response-team> |
Status: | CLOSED WONTFIX | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | unspecified | CC: | apevec, chrisw, cvsbot-xmlrpc, cyril, eglynn, ekuvaja, fpercoco, jjoyce, jschluet, kbasil, lhh, lhinds, lpeer, markmc, mburns, rbryant, sclewis, slinaber, slong, srevivo, tdecacqu, tshefi |
Target Milestone: | --- | Keywords: | Security |
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: |
An immutability flaw was discovered in openstack-glance, where the glance-manage DB allows deleted image IDs to be reassigned. The flaw could be exploited to allow remote authenticated users to cause other users to boot into a malicious image without knowing it.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2018-02-15 06:26:39 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | 1466324 | ||
Bug Blocks: | 1466325 |
Description
Adam Mariš
2017-06-29 12:33:06 UTC
Created openstack-glance tracking bugs for this issue: Affects: openstack-rdo [bug 1466324] The OSSN is here (with mitigation): https://wiki.openstack.org/wiki/OSSN/OSSN-0075 Mitigation: For this flaw to be exploited, both non-admin image upload must be permitted and records of deleted IDs must have been purged from the openstack-glance 'images' database table. To prevent flaw exploitation: * Do not allow non-admin users to upload images, or * If you do permit normal users to upload images, do not purge the 'images' table. Note: It is safe to delete rows from `image_properties`, `image_tags`, `image_members`, and `image_locations` tables. Red Hat Product Security has rated this issue as having security impact of Moderate for: * Red Hat Enterprise Linux OpenStack Platform 6.0 (Juno) for RHEL 7 * Red Hat Enterprise Linux OpenStack Platform 7.0 (Kilo) for RHEL 7 * Red Hat OpenStack Platform 8.0 (Liberty) * Red Hat OpenStack Platform 9.0 (Mitaka) * Red Hat OpenStack Platform 10.0 (Newton) * Red Hat OpenStack Platform 11.0 (Ocata) * Red Hat OpenStack Platform 12.0 (Pike) This issue is not currently planned to be addressed in future updates (see Mitigation). For additional information, refer to the Issue Severity Classification: https://access.redhat.com/security/updates/classification/. |