Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1336 CNY

100%

CVE-2026-54155— node-opcua: Missing nonce verification in UserNameIdentityToken authentication

Quick assessment

Affected
node-opcua node-opcua
Exploitation
No confirmed in-the-wild exploitation; assess based on exposure
Recommended action
Check the vendor advisory and references for a fixed version. If immediate upgrade is impossible, restrict exposure and increase monitoring.

以下是该漏洞描述的中文翻译: node-opcua 是 TypeScript 和 Node.js 环境下的 OPC UA 实现。在 2.166.0 版本之前,位于 中的 身份验证处理器会对 RSA-OAEP 加密的密码数据块进行解密,但并未验证其末尾字节是否与当前会话的服务器随机数(serverNonce)匹配。未认证的远程攻击者可通过 GetEndpoints 接口获取服务器公钥,并构造一个其小端长度(little-endian length)能产生空密码的数据块,该空密码会被传入 函数,从而危害那些接受空密码的

CVSS 7.7 · High

Affected Version Matrix 1

VendorProduct Version RangeStatus
node-opcua node-opcua < 2.166.0 affected
Get alerts for future matching vulnerabilities Log in to subscribe

I. Basic Information for CVE-2026-54155

Vulnerability Information

Have questions about the vulnerability? See if Shenlong's analysis helps!
View Shenlong Deep Dive ↗

Although we use advanced large model technology, its output may still contain inaccurate or outdated information.Shenlong tries to ensure data accuracy, but please verify and judge based on the actual situation.

Vulnerability Title
node-opcua: Missing nonce verification in UserNameIdentityToken authentication
Source: CVE Program / CVE List V5
Vulnerability Description
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.
Source: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:L
Source: CVE Program / CVE List V5
Vulnerability Type
密码学签名的验证不恰当
Source: CVE Program / CVE List V5

Affected Products

Vendor Product Affected Versions CPE Subscribe
node-opcua node-opcua < 2.166.0 -

II. Public POCs for CVE-2026-54155

# POC Description Source Link Shenlong Link
AI-Generated POC Premium

No public POC found.

Login to generate AI POC

III. Intelligence Information for CVE-2026-54155

登录查看更多情报信息。

Patches & Fixes for CVE-2026-54155 (1)

Vendor Advisories for CVE-2026-54155 (1)

Vendor Pages for CVE-2026-54155 (1)

IV. Related Vulnerabilities

V. Comments for CVE-2026-54155

No comments yet


Leave a comment