Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
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.
Primary rating from Vendor (mitre).
CVSS VectorVendor: mitre
Lifecycle Timeline
3DescriptionCVE.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.
LibreNMS before 24.10.0 allows a remote attacker to execute arbitrary code via OS command injection involving AboutContr
Reachable assertion in Open5GS up to version 2.7.6 allows remote unauthenticated attackers to crash the Diameter CER han
A Command Injection issue in the payload build page in BYOB (Build Your Own Botnet) 2.0 allows attackers to execute arbi
Denial of service in Open5GS 2.7.6 and earlier allows network-adjacent attackers with low-privilege Diameter Gx peer acc
Denial of service in Open5GS HSS (Home Subscriber Server) versions 2.7.0 through 2.7.6 is triggered remotely by manipula
Remote command injection in Control Web Panel allows unauthenticated attackers to execute arbitrary OS commands as root
LINQPad before 5.52.01 Pro edition is vulnerable to Unsafe Deserialization in LINQPad.AutoRefManager::PopulateFromCache(
Remote code execution in dash-uploader (Python package for Plotly Dash) versions 0.1.0 through 0.7.0a2 allows unauthenti
Command injection in LiteLLM 1.18.10 lets attackers who can configure MCP (Model Context Protocol) servers supply arbitr
SQL injection in AzuraCast's backup restore flow (versions up to and including 0.23.7) lets an attacker achieve privileg
Arbitrary file read in Yu AI Code Mother v4.3 lets anonymous, remote attackers retrieve files outside the intended previ
Remote code execution in APScheduler (all versions through 3.10.x and 4.0.0a5) is achievable when applications deseriali
Same weakness CWE-476 – NULL Pointer Dereference
View allSame technique Denial Of Service
View allVendor StatusVendor
Share
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-53681
GHSA-3jmw-8hr3-2j76