Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12:Update
xen.8005
CVE-2017-8309-qemuu-audio-host-memory-leakage-v...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File CVE-2017-8309-qemuu-audio-host-memory-leakage-via-capture-buffer.patch of Package xen.8005
References: bsc#1037243 CVE-2017-8309 Subject: audio: release capture buffers From: Gerd Hoffmann kraxel@redhat.com Fri Apr 28 09:56:12 2017 +0200 Date: Thu May 4 08:31:48 2017 +0200: Git: 3268a845f41253fb55852a8429c32b50f36f349a AUD_add_capture() allocates two buffers which are never released. Add the missing calls to AUD_del_capture(). Impact: Allows vnc clients to exhaust host memory by repeatedly starting and stopping audio capture. Fixes: CVE-2017-8309 Cc: P J P <ppandit@redhat.com> Cc: Huawei PSIRT <PSIRT@huawei.com> Reported-by: "Jiangxin (hunter, SCC)" <jiangxin1@huawei.com> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Reviewed-by: Prasad J Pandit <pjp@fedoraproject.org> Message-id: 20170428075612.9997-1-kraxel@redhat.com Index: xen-4.4.4-testing/tools/qemu-xen-dir-remote/audio/audio.c =================================================================== --- xen-4.4.4-testing.orig/tools/qemu-xen-dir-remote/audio/audio.c +++ xen-4.4.4-testing/tools/qemu-xen-dir-remote/audio/audio.c @@ -2055,6 +2055,8 @@ void AUD_del_capture (CaptureVoiceOut *c sw = sw1; } QLIST_REMOVE (cap, entries); + g_free (cap->hw.mix_buf); + g_free (cap->buf); g_free (cap); } return;
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor