Bug 717204
| Summary: | CVE-2011-2511 libvirt: integer overflow in VirDomainGetVcpus [fedora-all] | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Petr Matousek <pmatouse> |
| Component: | libvirt | Assignee: | Daniel Veillard <veillard> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 14 | CC: | aquini, berrange, clalance, crobinso, eblake, itamar, jforbes, laine, veillard, virt-maint |
| Target Milestone: | --- | Keywords: | Security, SecurityTracking |
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | libvirt-0.8.8-7.fc15 | Doc Type: | Release Note |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2011-07-12 04:59:46 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: | |||
| Bug Blocks: | 717199 | ||
|
Description
Petr Matousek
2011-06-28 11:27:07 UTC
Fixed by this upstream patch:
commit 774b21c163845170c9ffa873f5720d318812eaf6
Author: Eric Blake <eblake>
Date: Fri Jun 24 12:16:05 2011 -0600
remote: protect against integer overflow
Integer overflow and remote code are never a nice mix.
This has existed since commit 56cd414.
* src/libvirt.c (virDomainGetVcpus): Reject overflow up front.
* src/remote/remote_driver.c (remoteDomainGetVcpus): Avoid overflow
on sending rpc.
* daemon/remote.c (remoteDispatchDomainGetVcpus): Avoid overflow on
receiving rpc.
F14 and F15 can instead use this backport, to avoid having to update gnulib:
http://post-office.corp.redhat.com/archives/rhvirt-patches/2011-June/msg00624.html
Rawhide will pick up the fix by rebasing to 0.9.3.
libvirt-0.8.8-7.fc15 has been submitted as an update for Fedora 15. https://admin.fedoraproject.org/updates/libvirt-0.8.8-7.fc15 libvirt-0.8.3-10.fc14 has been submitted as an update for Fedora 14. https://admin.fedoraproject.org/updates/libvirt-0.8.3-10.fc14 Package libvirt-0.8.8-7.fc15: * should fix your issue, * was pushed to the Fedora 15 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing libvirt-0.8.8-7.fc15' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/libvirt-0.8.8-7.fc15 then log in and leave karma (feedback). libvirt-0.8.8-7.fc15 has been pushed to the Fedora 15 stable repository. If problems still persist, please make note of it in this bug report. libvirt-0.8.3-10.fc14 has been pushed to the Fedora 14 stable repository. If problems still persist, please make note of it in this bug report. |