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.
Security readout for executives and security teams
Plain-English summary
This issue can let a remote attacker crash a LibVNCServer-based service, but only when the HTTP server and proxy features are enabled. It is a denial-of-service risk, not a data theft or code execution issue based on the supplied sources.
Executive priority
Treat as a moderate availability risk. Prioritize internet-facing or business-critical remote access services first, especially where service crashes would disrupt support, operations, or monitoring.
Technical view
LibVNCServer 0.9.15 and prior have NULL pointer dereferences in httpProcessInput() in httpd.c. Missing validation of strchr() results in CONNECT and GET proxy handling can crash the server when crafted HTTP requests reach enabled httpd and proxy functionality.
Likely exposure
Exposure is limited to systems using affected LibVNCServer versions with both httpd and proxy features enabled and reachable over the network. Systems not using those features are not described as exposed by the supplied sources.
Exploitation context
The CVE is not listed as KEV, and the supplied sources do not cite active exploitation. The attack is network-reachable, requires no privileges or user interaction, and causes service availability impact.
Researcher notes
Root cause is CWE-476 in HTTP proxy parsing paths. The key validation question is configuration: affected code must be reachable through enabled httpd and proxy behavior. Version-to-package mapping may need vendor or distribution confirmation.
Mitigation direction
Update LibVNCServer to a build containing commit dc78dee51a7e270e537a541a17befdf2073f5314.
If immediate patching is delayed, disable unused httpd or proxy features.
Restrict network access to affected LibVNCServer HTTP/proxy interfaces.
Check vendor guidance for packaged release mapping and downstream advisories.
Validation and detection
Inventory applications and appliances that embed or link LibVNCServer.
Confirm whether LibVNCServer is version 0.9.15 or prior.
Verify whether httpd and proxy features are enabled and network-reachable.
Confirm the deployed source or package includes the fixing commit.
Review crash logs for LibVNCServer HTTP/proxy handling failures.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · low confidence lookup
CWE-476: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-476 · source CWE mapping
NULL Pointer Dereference
NULL Pointer Dereference represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.