๐Ÿ” CVE Alert

CVE-2026-13089

UNKNOWN 0.0

OIDC::Lite versions through 0.12.1 for Perl allow ID Token signature verification bypass via a token-controlled algorithm allowlist in verify

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

OIDC::Lite versions through 0.12.1 for Perl allow ID Token signature verification bypass via a token-controlled algorithm allowlist in verify. When the caller does not pin an algorithm, OIDC::Lite::Model::IDToken::verify sets $self->alg($self->header->{alg}) from the token's own header and then calls decode_jwt(token, key, 1, [$self->alg]), handing JSON::WebToken an accepted-algorithm allowlist taken from the untrusted token. A token with alg=none yields ['none'], so decode_jwt returns the claims with no signature check, and a token with alg=HS256 is verified with the RP's RSA public key as the HMAC secret (RS to HS confusion). The ID Token is the OpenID Connect authentication assertion delivered to the Relying Party. Any caller that verifies an ID Token through the unpinned load(token)->verify path, or load(token, key) with only the key pinned, accepts a forged token carrying attacker-chosen claims such as sub and is authenticated as any user. Passing an explicit algorithm so $self->alg is already set bypasses the header-derived allowlist and is not affected. Note that the latest version uploaded to CPAN is 0.10. Later versions are available in the git repository.

CWE CWE-347
Vendor ritou
Product oidc::lite
Published Jul 22, 2026
Stay Ahead of the Next One

Get instant alerts for ritou oidc::lite

Be the first to know when new unknown vulnerabilities affecting ritou oidc::lite are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

RITOU / OIDC::Lite
0 โ‰ค 0.12.1

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
datatracker.ietf.org: https://datatracker.ietf.org/doc/html/rfc8725#section-3.1 github.com: https://github.com/ritou/p5-oidc-lite/pull/31 security.metacpan.org: https://security.metacpan.org/patches/O/OIDC-Lite/0.10/CVE-2026-13089-r1.patch