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
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-11-21 04:38
NVD link : CVE-2019-20382
Mitre link : CVE-2019-20382
CVE.ORG link : CVE-2019-20382
JSON object : View
Products Affected
qemu
- qemu
canonical
- ubuntu_linux
debian
- debian_linux
opensuse
- leap
CWE
CWE-401
Missing Release of Memory after Effective Lifetime