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

Other Versions#


Project
Branch
Version
kirkstone
0.9.13
master
0.9.15

Patches#


#
Title
Author
Resolve
1
libvncserver: fix NULL pointer dereferences in httpd proxy
Kazuma Matsumoto <269371721+y637F9QQ2x@users.noreply.github.com>
CVE-2026-32854
2
libvncclient: add bounds checks to UltraZip subrectangle
Kazuma Matsumoto <269371721+y637F9QQ2x@users.noreply.github.com>
CVE-2026-32853

Vulnerabilities#


Name
Analysis
Description
Patched
LibVNCServer versions 0.9.15 and prior (fixed in commit dc78dee) contain null pointer dereference vulnerabilities in the HTTP proxy handlers within httpProcessInput() in httpd.c that allow remote attackers to cause a denial of service by sending specially crafted HTTP requests. Attackers can exploit missing validation of strchr() return values in the CONNECT and GET proxy handling paths to trigger null pointer dereferences and crash the server when httpd and proxy features are enabled.
Patched
LibVNCServer versions 0.9.15 and prior (fixed in commit 009008e) contain a heap out-of-bounds read vulnerability in the UltraZip encoding handler that allows a malicious VNC server to cause information disclosure or application crash. Attackers can exploit improper bounds checking in the HandleUltraZipBPP() function by manipulating subrectangle header counts to read beyond the allocated heap buffer.