VMWare and HTTP stores do not verify HTTPS Connections as they use httplib.HTTPSConnection
Bug #1436082 reported by
Ian Cordasco
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Security Notes |
Fix Released
|
Undecided
|
Grant Murphy | ||
glance_store |
Fix Released
|
High
|
Ian Cordasco |
Bug Description
VMWare store: https:/
HTTP Store: https:/
This leaves both stores open to man-in-the-middle attacks while transferring image data.
CVE References
Changed in glance-store: | |
importance: | Critical → High |
information type: | Private Security → Public Security |
information type: | Public Security → Public |
tags: | added: security |
Changed in ossn: | |
assignee: | nobody → Ian Cordasco (icordasc) |
status: | New → In Progress |
Changed in ossn: | |
assignee: | Ian Cordasco (icordasc) → nobody |
assignee: | nobody → Grant Murphy (gmurphy) |
Changed in ossn: | |
status: | In Progress → Fix Committed |
tags: | added: spec-lite |
To post a comment you must log in.
The tests are failing right now because of mocks relying on httplib for testing, but this should be functionally equivalent to the current behaviour.