Skip to main content

open62541 EUVDEUVD-2026-53681

| CVE-2026-67870 CRITICAL
NULL Pointer Dereference (CWE-476)
2026-08-05 mitre GHSA-3jmw-8hr3-2j76
9.8
CVSS 3.1 · Vendor: mitre
Share

Severity by source

Vendor (mitre) PRIMARY
9.8 CRITICAL
AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
vuln.today AI
7.5 HIGH

NULL pointer dereference yields only a server crash, so A:H with C:N/I:N; network-reachable, low-complexity, no interaction, though PR:N assumes node-management is exposed without an authorized session.

3.1 AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
4.0 AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N
Red Hat
7.5 HIGH
qualitative

Primary rating from Vendor (mitre).

CVSS VectorVendor: mitre

Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

Lifecycle Timeline

3
Analysis Generated
Aug 06, 2026 - 17:26 vuln.today
CVE Published
Aug 05, 2026 - 00:00 cve.org
UNKNOWN (no severity yet)
CVE Published
Aug 05, 2026 - 00:00 cve.org
CRITICAL 9.8

DescriptionCVE.org

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.

AnalysisAI

Denial-of-service (NULL pointer dereference) in the open62541 OPC UA server v1.5.5 lets remote attackers crash the server by sending an AddReferencesRequest whose target uses an empty targetServerUri combined with a non-zero targetNodeId.serverIndex; the server's AddReferences handler fails to validate this non-local ExpandedNodeId case, leaving the target node pointer NULL while execution continues and dereferences it. Publicly available exploit code exists (SSVC exploitation: poc); it is not listed in CISA KEV and EPSS is low at 0.27% (19th percentile). Note that although the input CVSS is scored 9.8 with full C/I/A impact, the underlying flaw class (CWE-476) is consistent with a crash/DoS rather than confidentiality or code-execution impact.

Technical ContextAI

open62541 is a widely used open-source C implementation of the OPC UA (IEC 62541) industrial machine-to-machine communication protocol, embedded in OT/IIoT gateways, PLCs and SCADA-adjacent servers. The defect lives in the server-side node management service AddReferences (src/server/ua_services_nodemanagement.c). OPC UA identifies nodes with ExpandedNodeId structures (defined in include/open62541/types.h and handled in src/ua_types.c) that can point to remote servers via a namespaceUri/serverUri or a numeric serverIndex. The root cause is CWE-476 (NULL Pointer Dereference): when a reference target is a non-local ExpandedNodeId with an empty targetServerUri but a non-zero serverIndex, the resolution logic neither resolves the node locally nor rejects the request, so the target node pointer stays NULL and subsequent code dereferences it. GitHub issue #8172 tracks the report.

RemediationAI

No vendor-released patched version is identified in the available data - the references point to GitHub issue #8172 and the v1.5.5 source, not a tagged fixed release, so upgrade to a fixed build only after the open62541 maintainers publish one; monitor issue #8172 and the project releases for the fix. As compensating controls until a patched version is deployed: restrict network reachability of the OPC UA server endpoint (default TCP 4840) to trusted management networks and block it at the perimeter, since the attack is network-delivered; require and enforce authenticated, authorized OPC UA sessions and disable anonymous access so that only trusted clients can invoke AddReferences (trade-off: breaks any workflow relying on anonymous node-management); and where the address space is static, disable or deny the AddReferences node-management service / write access to the address space via server access-control (trade-off: prevents legitimate dynamic reference creation). Ensure server watchdog/auto-restart is configured to limit outage duration from a crash. Track advisories at https://github.com/open62541/open62541/issues/8172 and https://nvd.nist.gov/vuln/detail/CVE-2026-67870.

More in N A

View all
CVE-2024-51092 CRITICAL POC
9.1 May 08

LibreNMS before 24.10.0 allows a remote attacker to execute arbitrary code via OS command injection involving AboutContr

CVE-2025-15684 MEDIUM POC
5.5 Aug 12

Reachable assertion in Open5GS up to version 2.7.6 allows remote unauthenticated attackers to crash the Diameter CER han

CVE-2024-45257 HIGH POC
7.3 May 08

A Command Injection issue in the payload build page in BYOB (Build Your Own Botnet) 2.0 allows attackers to execute arbi

CVE-2025-15687 LOW POC
2.1 Aug 12

Denial of service in Open5GS 2.7.6 and earlier allows network-adjacent attackers with low-privilege Diameter Gx peer acc

CVE-2025-15686 LOW POC
2.1 Aug 12

Denial of service in Open5GS HSS (Home Subscriber Server) versions 2.7.0 through 2.7.6 is triggered remotely by manipula

CVE-2025-67888 HIGH POC
7.3 May 08

Remote command injection in Control Web Panel allows unauthenticated attackers to execute arbitrary OS commands as root

CVE-2024-53326 HIGH POC
7.3 May 08

LINQPad before 5.52.01 Pro edition is vulnerable to Unsafe Deserialization in LINQPad.AutoRefManager::PopulateFromCache(

CVE-2026-38360 CRITICAL POC
9.8 May 08

Remote code execution in dash-uploader (Python package for Plotly Dash) versions 0.1.0 through 0.7.0a2 allows unauthenti

CVE-2026-30623 CRITICAL POC
9.8 Jul 15

Command injection in LiteLLM 1.18.10 lets attackers who can configure MCP (Model Context Protocol) servers supply arbitr

CVE-2026-67917 CRITICAL POC
9.8 Aug 17

SQL injection in AzuraCast's backup restore flow (versions up to and including 0.23.7) lets an attacker achieve privileg

CVE-2026-75337 CRITICAL POC
9.8 Aug 27

Arbitrary file read in Yu AI Code Mother v4.3 lets anonymous, remote attackers retrieve files outside the intended previ

CVE-2026-31072 CRITICAL POC
9.8 May 19

Remote code execution in APScheduler (all versions through 3.10.x and 4.0.0a5) is achievable when applications deseriali

Vendor StatusVendor

Share

EUVD-2026-53681 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy