]> git.ipfire.org Git - thirdparty/qemu.git/commit
vhost-user-gpu: fix memory leak in 'virgl_cmd_resource_unref' (CVE-2021-3544)
authorLi Qiang <liq3ea@163.com>
Sun, 16 May 2021 03:04:00 +0000 (20:04 -0700)
committerMichael Roth <michael.roth@amd.com>
Mon, 18 Oct 2021 01:26:15 +0000 (20:26 -0500)
commit4dda63d7edea4374dd3f5ec9982c255a6ec54d37
tree7f822bcced9655e505e93ddbe0331fc5d362dc0f
parent457053998df9ab77fa82360bbe3115263063e17a
vhost-user-gpu: fix memory leak in 'virgl_cmd_resource_unref' (CVE-2021-3544)

The 'res->iov' will be leaked if the guest trigger following sequences:

virgl_cmd_create_resource_2d
virgl_resource_attach_backing
virgl_cmd_resource_unref

This patch fixes this.

Fixes: CVE-2021-3544
Reported-by: Li Qiang <liq3ea@163.com>
virtio-gpu fix: 5e8e3c4c75 ("virtio-gpu: fix resource leak
in virgl_cmd_resource_unref"

Signed-off-by: Li Qiang <liq3ea@163.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-Id: <20210516030403.107723-6-liq3ea@163.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
(cherry picked from commit f6091d86ba9ea05f4e111b9b42ee0005c37a6779)
Signed-off-by: Michael Roth <michael.roth@amd.com>
contrib/vhost-user-gpu/virgl.c