CyberRota Analysis
AI-GeneratedThe AddReferences implementation in open62541 v1.5.5 has an incomplete validation flaw that allows remote attackers to exploit the server by sending a malformed AddReferencesRequest with an empty targetServerUri and a non-zero targetNodeId.serverIndex. This vulnerability can lead to potential null pointer dereferences, which may result in server crashes or undefined behavior. Organizations using this version of open62541 should prioritize patching to mitigate the risk of exploitation.
Public Exploit Signal
A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.
Note: these links are listed for security research and verification purposes only.
Original NVD 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.