Skip to main content

open62541 CVE-2026-67870

| EUVDEUVD-2026-53681 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-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

CVE-2026-45185 CRITICAL POC
9.8 May 12

Remote code execution in the Exim mail transfer agent (versions before 4.99.3) built against certain GnuTLS configuratio

CVE-2025-50455 CRITICAL POC
9.1 Jul 27

SQL injection in EasyAppointments <=1.5.1 allows unauthenticated attackers to extract and modify database contents via t

CVE-2026-36356 CRITICAL POC
9.1 May 05

Unauthenticated remote OS command injection in MeiG Smart FORGE_SLT711 cellular gateway firmware MDM9607.LE.1.0-00110-ST

CVE-2026-31071 CRITICAL POC
9.1 May 19

Unauthenticated API access in LalanaChami Pharmacy Management System (commit 5c3d028) allows remote attackers to dump al

CVE-2025-66391 HIGH POC
8.8 Jun 17

Privilege escalation via broken access control in Citrix Cloud (through 2025-11-10) lets a user holding only read-only p

CVE-2026-75419 HIGH POC
8.8 Aug 27

go-wind-cms (GoWind) before 1.0.0 exposes all administrative APIs to any authenticated user because NewAuthorizer() retu

CVE-2026-26740 HIGH POC
8.2 Mar 18

Giflib 5.2.2 contains a buffer overflow in the EGifGCBToExtension function that fails to validate allocated memory when

CVE-2025-60464 HIGH POC
7.8 Jun 25

Denial of service in GPAC's MP4Box multimedia tool (versions before 26.02.0) arises from a use-after-free in the gf_sei_

Vendor StatusVendor

Share

CVE-2026-67870 vulnerability details – vuln.today

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