Logo
componentlibvncserver
Name
libvncserver
Version
0.9.15
Type
library
Description
-
Licenses
GPL-2.0-only
PURL
-
CPE
cpe:2.3:*:libvncserver_project:libvncserver:0.9.15:*:*:*:*:*:*:*

Other Versions#


Project
Branch
Version
kirkstone
0.9.13
scarthgap
0.9.14

Patches#


#
Title
Author
Resolve
1
CMake: require at least CMake 3.5
=?UTF-8?q?Matti=20Lehtim=C3=A4ki?= <matti.lehtimaki@jolla.com>

Vulnerabilities#


Name
Analysis
Description
Exploitable
LibVNCClient is a library for easy implementation of a VNC client. In 0.9.15 and earlier, LibVNCClient's Tight encoding decoder uses fixed-size 2048-pixel scratch buffers for the Gradient filter, but it does not reject Tight rectangles whose width is larger than 2048 pixels. A malicious VNC server can send a crafted FramebufferUpdate rectangle using Tight encoding with NoZlib | ExplicitFilter and the Gradient filter. When a LibVNCClient-based client connects, the client processes the server-controlled rectangle width and writes beyond fixed-size Gradient buffers. This vulnerability is fixed with commit 5b270544b85233668b98161323297d418a8f5fd1.