[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-stable] [PULL 0/3] Cve 2015 5154 patches
From: |
John Snow |
Subject: |
Re: [Qemu-stable] [PULL 0/3] Cve 2015 5154 patches |
Date: |
Mon, 27 Jul 2015 08:28:25 -0400 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 |
On 07/27/2015 08:10 AM, Stefan Priebe - Profihost AG wrote:
>
> Am 27.07.2015 um 14:01 schrieb John Snow:
>> The following changes since commit f793d97e454a56d17e404004867985622ca1a63b:
>>
>> Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into
>> staging (2015-07-24 13:07:10 +0100)
>>
>> are available in the git repository at:
>>
>> https://github.com/jnsnow/qemu.git tags/cve-2015-5154-pull-request
>
> Any details on this CVE? Is RCE possible? Only if IDE is used?
>
> Stefan
>
It's a heap overflow. The most likely outcome is a segfault, but the
guest is allowed to continue writing past the end of the PIO buffer at
its leisure. This makes it similar to CVE-2015-3456.
This CVE can be mitigated unlike CVE-2015-3456 by just removing the
CD-ROM drive until the patch can be applied.
>> for you to fetch changes up to cb72cba83021fa42719e73a5249c12096a4d1cfc:
>>
>> ide: Clear DRQ after handling all expected accesses (2015-07-26 23:42:53
>> -0400)
>>
>> ----------------------------------------------------------------
>>
>> ----------------------------------------------------------------
>>
>> Kevin Wolf (3):
>> ide: Check array bounds before writing to io_buffer (CVE-2015-5154)
>> ide/atapi: Fix START STOP UNIT command completion
>> ide: Clear DRQ after handling all expected accesses
>>
>> hw/ide/atapi.c | 1 +
>> hw/ide/core.c | 32 ++++++++++++++++++++++++++++----
>> 2 files changed, 29 insertions(+), 4 deletions(-)
>>
- [Qemu-stable] [PULL 0/3] Cve 2015 5154 patches, John Snow, 2015/07/27
- [Qemu-stable] [PULL 3/3] ide: Clear DRQ after handling all expected accesses, John Snow, 2015/07/27
- [Qemu-stable] [PULL 2/3] ide/atapi: Fix START STOP UNIT command completion, John Snow, 2015/07/27
- [Qemu-stable] [PULL 1/3] ide: Check array bounds before writing to io_buffer (CVE-2015-5154), John Snow, 2015/07/27
- Re: [Qemu-stable] [PULL 0/3] Cve 2015 5154 patches, Stefan Priebe - Profihost AG, 2015/07/27
- Re: [Qemu-stable] [PULL 0/3] Cve 2015 5154 patches, John Snow, 2015/07/27
- Re: [Qemu-stable] [PULL 0/3] Cve 2015 5154 patches,
John Snow <=
- Re: [Qemu-stable] [PULL 0/3] Cve 2015 5154 patches, Stefan Priebe - Profihost AG, 2015/07/27
- Re: [Qemu-stable] [Qemu-devel] [PULL 0/3] Cve 2015 5154 patches, Kevin Wolf, 2015/07/27
- Re: [Qemu-stable] [Qemu-devel] [PULL 0/3] Cve 2015 5154 patches, Peter Lieven, 2015/07/27
- Re: [Qemu-stable] [Qemu-devel] [PULL 0/3] Cve 2015 5154 patches, Kevin Wolf, 2015/07/27
- Re: [Qemu-stable] [Qemu-devel] [PULL 0/3] Cve 2015 5154 patches, Peter Lieven, 2015/07/27
Re: [Qemu-stable] [PULL 0/3] Cve 2015 5154 patches, Peter Maydell, 2015/07/27