[go: up one dir, main page]

Bug 861486 (CVE-2013-6491) - VUL-0: CVE-2013-6491: openstack-nova: QPID SSL configuration
Summary: VUL-0: CVE-2013-6491: openstack-nova: QPID SSL configuration
Status: RESOLVED WONTFIX
Alias: CVE-2013-6491
Product: SUSE Security Incidents
Classification: Novell Products
Component: Incidents (show other bugs)
Version: unspecified
Hardware: Other Other
: P3 - Medium : Normal
Target Milestone: ---
Assignee: Vincent Untz
QA Contact: Security Team bot
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-31 10:19 UTC by Alexander Bergmann
Modified: 2014-02-19 21:20 UTC (History)
1 user (show)

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Bergmann 2014-01-31 10:19:48 UTC
JuanFra Rodriguez Cardoso reported the following openstack-nova issue:

By default, TCP is used as transport for QPID connections. If you like to enable SSL, there is a flat 'qpid_protocol = ssl' available in nova.conf. However, python-qpid client is awaiting transport type instead of protocol. It seems to be a bug:

Solution: (https://github.com/openstack/nova/blob/master/nova/openstack/common/rpc/impl_qpid.py#L323)

WRONG: self.connection.protocol = self.conf.qpid_protocol
CORRECT: self.connection.transport = self.conf.qpid_protocol

CVE-2013-6491 was assigned to this issue.

References:
https://bugs.launchpad.net/oslo/+bug/1158807
https://bugzilla.redhat.com/show_bug.cgi?id=1059504
Comment 1 Vincent Untz 2014-01-31 10:46:23 UTC
Security team: we don't ship QPID as messaging queue. Obviously people can still manually install QPID and manually change the configuration of openstack, but that would not be supported.

With this context: do we care about backporting the fix?
Comment 2 Swamp Workflow Management 2014-01-31 23:00:39 UTC
bugbot adjusting priority
Comment 3 Alexander Bergmann 2014-02-07 08:03:51 UTC
The fix looks quite simple, so maybe we should put this bug on the planed update list and fix it with the next serious bug.

https://review.openstack.org/#/c/25157/2/openstack/common/rpc/impl_qpid.py

If we are not using QPID at all, we shouldn't burden this on QA.
Comment 4 Alexander Bergmann 2014-02-07 08:35:17 UTC
Further thinking brings me to close this as WONTFIX. As nova is only shipped inside a SUSE product, this CVE doesn't affect us here.

Side note:
openSUSE:12.3 not fixed yet
openSUSE:13.1 already fixed
Comment 5 Vincent Untz 2014-02-19 21:20:58 UTC
(In reply to comment #4)
> Further thinking brings me to close this as WONTFIX. As nova is only shipped
> inside a SUSE product, this CVE doesn't affect us here.

I'll assume you forgot to close as WONTFIX. Please reopen if I was assuming wrong.