CVE-2026-67870
Received Received - Intake

open62541 AddReferences NULL Pointer Dereference Vulnerability

Vulnerability report for CVE-2026-67870, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-06

Last updated on: 2026-08-06

Assigner: MITRE

Description

In open62541 v1.5.5, the server-side AddReferences implementation contains an incomplete validation flaw for non-local ExpandedNodeId targets. A remote attacker can send a crafted AddReferencesRequest with an empty targetServerUri and a non-zero targetNodeId.serverIndex, causing the target node pointer to remain NULL while execution continues.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-06
Last Modified
2026-08-06
Generated
2026-08-06
AI Q&A
2026-08-06
EPSS Evaluated
N/A
NVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
open62541 open62541 1.5.5

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-67870 is a server-side NULL pointer dereference vulnerability in the open62541 OPC UA library (v1.5.5). It occurs when a crafted AddReferencesRequest with an empty targetServerUri and non-zero targetNodeId.serverIndex bypasses validation, causing the target node pointer to remain NULL. Later code attempts to dereference this NULL pointer, leading to a server crash or denial of service.

Detection Guidance

Detecting this vulnerability requires monitoring for crashes or unusual behavior in open62541 v1.5.5 OPC UA servers. Check server logs for segmentation faults or NULL pointer dereference errors. Use tools like AddressSanitizer or GDB to identify crashes during AddReferencesRequest processing. Monitor network traffic for malformed OPC UA requests targeting node management functions.

Impact Analysis

This vulnerability allows a remote attacker to crash the OPC UA server by sending a specially crafted request. This results in a denial of service, disrupting operations dependent on the server. If the server is part of critical infrastructure, this could lead to operational downtime or safety risks.

Mitigation Strategies

Immediately upgrade to a patched version of open62541 beyond v1.5.5. If upgrading is not immediately possible, restrict network access to the OPC UA server using firewalls or network segmentation. Disable unnecessary node management features if they are not required for operations. Monitor for exploitation attempts and apply vendor patches as soon as they become available.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-67870. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart