CVE-2026-13089
Last modified
CVE-2026-13089 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. 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. EPSS estimates a 0.16% chance of exploitation in the next 30 days.
Description
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.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| RITOU | OIDC::Lite | <= 0.12.1 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-13089?
How severe is CVE-2026-13089?
How do I fix CVE-2026-13089?
How Strix Helps
- Same Subject, Wrong User: A Cross-Issuer Account Takeover in n8nStrix found an identity-binding bug in n8n's token-exchange flow enabling account takeover.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-13081Rejected reason: Red Hat is not the CNA for PHP. CVE was res…
- CVE-2026-13082GD::SecurityImage versions through 1.75 for Perl use rand to…5.3
- CVE-2026-13083A flaw was found in the Pen Drive report generator. Cluster-…6.9
- CVE-2026-13084A null pointer dereference vulnerability in WatchGuard Firew…7.5
- CVE-2026-13086A stack-based buffer overflow in the epm (Endpoint Protectio…9.3
- CVE-2026-13087A heap out-of-bounds write vulnerability was found in the Li…8.8
- CVE-2026-13094IBM i Access Client Solutions 1.1.2.0 through 1.1.9.13 is vu…7.8
- CVE-2026-13097A privilege escalation flaw was found in FreeIPA. The unique…8.7
- CVE-2026-1310The Simple calendar for Elementor plugin for WordPress is vu…5.3
- CVE-2026-13103A potential path traversal vulnerability was reported in Len…7.3
- CVE-2026-13104A potential vulnerability was reported in Lenovo App Store, …7.3
- CVE-2026-13105IBM i Access Client Solutions 1.1.2.0 through 1.1.9.13 is vu…8.8
Are you affected by CVE-2026-13089?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
