LiveActive security incident?Get immediate response
CVE Record

CVE-2026-32854: LibVNCServer httpd proxy NULL Pointer Dereference

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.

MediumCVSS 6.3Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

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.
Prepared
Confidence
high
Sources
5

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.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2026-32854 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Medium
CVSS
6.3 (4.0)
Known Exploited
No
Published

Vector: CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

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.

1CVSS vectors
3Timeline events
1ADP providers
4Source links

SSVC decision data

CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: pocAutomatable: yesTechnical Impact: partial

CVSS vector scores

1 official score

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.

ScoreVersionSeverityVectorExploitImpactSource
6.3CVSS 4.0MediumCVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:NVulnCheck

Vulnerability scoring details

Base CVSS 4.0 score

6.3Medium
CVSS 4.0 vector shape for CVE-2026-32854Attack VectorAttack ComplexityAttack RequirementsPrivileges RequiredUser InteractionVS ConfidentialityVS IntegrityVS AvailabilitySS ConfidentialitySS IntegritySS Availability

Vector: CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Attack Requirements
NonePresent
Privileges Required
NoneLowHigh
User Interaction
NonePassiveActive
VS Confidentiality
HighLowNone
VS Integrity
HighLowNone
VS Availability
HighLowNone
SS Confidentiality
HighLowNone
SS Integrity
HighLowNone
SS Availability
HighLowNone

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. CVE reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  2. CVE publishedCVE Program

    The CVE record was published.

  3. CVE updatedCVE Program

    The CVE record metadata indicates this as the latest update time.

ADP provider summaries

CISA-ADPCISA ADP Vulnrichment
other:ssvc
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
LibVNCLibVNCServer0, dc78dee51a7e270e537a541a17befdf2073f5314unaffected
Weakness

CWE details

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.