Katalog CVE

CVE-2026-54155

WysokieCVSS 7.7
Opublikowano: Przetłumaczono: NVD NIST

Streszczenie

node-opcua przed wersją 2.166.0 w obsłudze UserNameIdentityToken nie weryfikuje, czy końcowe bajty zaszyfrowanego hasła odpowiadają bieżącemu serverNonce. Umożliwia to atakującemu sfałszowanie tokena z pustym hasłem lub powtórzenie przechwyconego tokena w innej sesji.

Ocena ryzyka

Ryzyko obejmuje kompromitację kont akceptujących puste hasła oraz możliwość ataku typu replay, co może prowadzić do nieautoryzowanego dostępu do systemów OPC UA.

Rekomendacja

Zaleca się aktualizację node-opcua do wersji 2.166.0 lub nowszej oraz wymuszenie bezpiecznych trybów SecurityMode.

Inne podatności w node-opcua

Zobacz wszystkie
Oryginalny opis (angielski, źródło NVD)

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.

Dane podatności pochodzą z NVD (NIST) · CISA KEV · EPSS