Release date 2026/08/10
Bugfix
-
Security: Fixed CVE-2026-14916 by binding the JWT algorithm to the verification key’s type in the
jwt_verifynode. This means that a symmetric algorithm can no longer be verified against an asymmetric key, preventing an authentication bypass where an attacker forges tokens by using the public key as an HMAC shared secret, under configurations where the node uses a PEM key string andallowed_algorithmsis unset (any algorithm accepted).