QEMU 4.1.0 has a memory leak in zrle_compress_data in ui/vnc-enc-zrle.c during a VNC disconnect operation because libz is misused, resulting in a situation where memory allocated in deflateInit2 is not freed in deflateEnd.
References
Link | Resource |
---|---|
http://lists.opensuse.org/opensuse-security-announce/2020-04/msg00007.html | Broken Link Third Party Advisory |
http://www.openwall.com/lists/oss-security/2020/03/05/1 | Mailing List Patch Third Party Advisory |
https://git.qemu.org/?p=qemu.git%3Ba=commit%3Bh=6bf21f3d83e95bcc4ba35a7a07cc6655e8b010b0 | |
https://lists.debian.org/debian-lts-announce/2020/07/msg00020.html | Mailing List Third Party Advisory |
https://usn.ubuntu.com/4372-1/ | Third Party Advisory |
https://www.debian.org/security/2020/dsa-4665 | Third Party Advisory |
Configurations
Configuration 1 (hide)
|
Configuration 2 (hide)
|
Configuration 3 (hide)
|
Configuration 4 (hide)
|
History
No history.
Information
Published : 2020-03-05 19:15
Updated : 2024-02-04 20:39
NVD link : CVE-2019-20382
Mitre link : CVE-2019-20382
CVE.ORG link : CVE-2019-20382
JSON object : View
Products Affected
qemu
- qemu
debian
- debian_linux
canonical
- ubuntu_linux
opensuse
- leap
CWE
CWE-401
Missing Release of Memory after Effective Lifetime