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.
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
Remote code execution in the Exim mail transfer agent (versions before 4.99.3) built against certain GnuTLS configuratio
SQL injection in EasyAppointments <=1.5.1 allows unauthenticated attackers to extract and modify database contents via t
Unauthenticated remote OS command injection in MeiG Smart FORGE_SLT711 cellular gateway firmware MDM9607.LE.1.0-00110-ST
Unauthenticated API access in LalanaChami Pharmacy Management System (commit 5c3d028) allows remote attackers to dump al
Privilege escalation via broken access control in Citrix Cloud (through 2025-11-10) lets a user holding only read-only p
go-wind-cms (GoWind) before 1.0.0 exposes all administrative APIs to any authenticated user because NewAuthorizer() retu
Giflib 5.2.2 contains a buffer overflow in the EGifGCBToExtension function that fails to validate allocated memory when
Denial of service in GPAC's MP4Box multimedia tool (versions before 26.02.0) arises from a use-after-free in the gf_sei_
Same weakness CWE-476 – NULL Pointer Dereference
View allSame technique Null Pointer Dereference
View allVendor StatusVendor
Share
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-53681
GHSA-3jmw-8hr3-2j76