LibVNC before commit ca2a5ac02fbbadd0a21fabba779c1ea69173d10b contains heap use-after-free vulnerability in server code of file transfer extension that can result remote code execution.
The product reuses or references memory after it has been freed. At some point afterward, the memory may be allocated again and saved in another pointer, while the original pointer references a location somewhere within the new allocation. Any operations using the original pointer are no longer valid because the memory "belongs" to the code that operates on the new pointer.
Link | Tags |
---|---|
https://ics-cert.kaspersky.com/advisories/klcert-advisories/2018/12/19/klcert-18-026-libvnc-heap-use-after-free/ | third party advisory |
https://www.debian.org/security/2019/dsa-4383 | third party advisory vendor advisory |
https://lists.debian.org/debian-lts-announce/2018/12/msg00017.html | third party advisory mailing list |
https://usn.ubuntu.com/3877-1/ | third party advisory vendor advisory |
https://lists.debian.org/debian-lts-announce/2019/10/msg00042.html | mailing list |
https://github.com/LibVNC/libvncserver/issues/241 | third party advisory |