File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,7 +24,20 @@ least, 0.9.13 comes with the usual assortment of bugfixes and security improveme
2424 Microsoft Windows. Building is supported with Visual Studio as well as MingGW.
2525 * The separate crypto routines used by LibVNCClient and LibVNCServer were refactored
2626 into an implementation common to both libraries.
27- * Several security issues got fixed.
27+ * Several security issues got fixed, namely:
28+ - CVE-2018 -21247: When connecting to a repeater, only send initialised string
29+ - CVE-2019 -20839: libvncclient: bail out if unix socket name would overflow
30+ - CVE-2019 -20840: fix crash because of unaligned accesses in hybiReadAndDecode()
31+ - CVE-2020 -14396: libvncclient/tls_openssl: do not deref a NULL pointer
32+ - CVE-2020 -14397: libvncserver: add missing NULL pointer checks
33+ - CVE-2020 -14398: libvncclient: handle half-open TCP connections
34+ - CVE-2020 -14399: libvncclient: fix pointer aliasing/alignment issue
35+ - CVE-2020 -14400: libvncserver: fix pointer aliasing/alignment issue
36+ - CVE-2020 -14401: libvncserver: scale: cast to 64 bit before shifting
37+ - CVE-2020 -14402: libvncserver: encodings: prevent OOB accesses
38+ - CVE-2020 -14403: encodings: prevent OOB accesses
39+ - CVE-2020 -14404: libvncserver: encodings: prevent OOB accesses
40+ - CVE-2020 -14405: libvncclient/rfbproto: limit max textchat size
2841 * The bundled noVNC client is now at version 1.1.0 and included via a git submodule.
2942
3043## LibVNCClient:
You can’t perform that action at this time.
0 commit comments