CVE Catalog

CVE-2026-54155

HighCVSS 7.7
Published: Translated: NVD NIST

Summary

node-opcua before version 2.166.0 in UserNameIdentityToken handling does not verify that trailing bytes match the current serverNonce. This allows an attacker to forge a token with an empty password or replay a captured token in another session.

Risk Assessment

The risk includes compromise of accounts accepting empty passwords and replay attacks, potentially leading to unauthorized access to OPC UA systems.

Recommendation

Upgrade node-opcua to version 2.166.0 or later and enforce secure SecurityMode settings.

Other vulnerabilities in node-opcua

See all
Original NVD description (English source)

node-opcua is an OPC UA implementation for TypeScript and Node.js. Prior to 2.166.0, the UserNameIdentityToken authentication handler in packages/node-opcua-server/source/opcua_server.ts decrypts an RSA-OAEP password blob but does not verify that the trailing bytes match the current session serverNonce. An unauthenticated remote attacker can obtain the server public key through GetEndpoints and forge a blob whose little-endian length produces an empty password passed to isValidUser, compromising accounts that accept an empty password. Missing nonce binding also allows a captured UserNameIdentityToken ciphertext to be replayed in another session, and SecurityMode=None removes the separate client-signature safeguard. This issue is fixed in version 2.166.0.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS