Vulnerability Description
node-opcua is an OPC UA implementation for TypeScript and Node.js. Prior to 2.166.0, the process-global g_alreadyUsedNonce cache used by nonceAlreadyBeenUsed in packages/node-opcua-secure-channel/source/server/server_secure_channel_layer.ts records nonces from OpenSecureChannelRequest and CreateSession without expiration or a size limit. An unauthenticated remote attacker can repeatedly create sessions with unique nonces, causing entries to persist after session expiry and accumulate across connection cycles even when maxSessions=10 limits concurrent sessions. The resulting unbounded heap growth can exhaust the default Node.js heap and crash the node-opcua server process. This issue is fixed in version 2.166.0.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
- https://github.com/node-opcua/node-opcua/commit/b82c2939fe9c658de58da993f2798ec5
- https://github.com/node-opcua/node-opcua/releases/tag/v2.166.0
- https://github.com/node-opcua/node-opcua/security/advisories/GHSA-6wvw-vrw4-363w
FAQ
What is CVE-2026-54156?
CVE-2026-54156 is a vulnerability with a CVSS score of 7.5 (HIGH). node-opcua is an OPC UA implementation for TypeScript and Node.js. Prior to 2.166.0, the process-global g_alreadyUsedNonce cache used by nonceAlreadyBeenUsed in packages/node-opcua-secure-channel/sour...
How severe is CVE-2026-54156?
CVE-2026-54156 has been rated HIGH with a CVSS base score of 7.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-54156?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.