CVE-2022-23967

In TightVNC 1.3.10, there is an integer signedness error and resultant heap-based buffer overflow in InitialiseRFBConnection in rfbproto.c (for the vncviewer component). There is no check on the size given to malloc, e.g., -1 is accepted. This allocates a chunk of size zero, which will give a heap pointer. However, one can send 0xffffffff bytes of data, which can have a DoS impact or lead to remote code execution.
References
Configurations

Configuration 1 (hide)

cpe:2.3:a:tightvnc:tightvnc:1.3.10:*:*:*:*:*:*:*

Information

Published : 2022-01-26 21:15

Updated : 2022-02-02 23:06


NVD link : CVE-2022-23967

Mitre link : CVE-2022-23967


JSON object : View

Products Affected

tightvnc

  • tightvnc
CWE
CWE-787

Out-of-bounds Write