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
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N
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-13078A vulnerability was discovered in MongoDB Server where the s…7.7
- CVE-2026-13079A local privilege escalation vulnerability in the WatchGuard…7.8
- CVE-2026-13080The WPFunnels – Funnel Builder for WooCommerce with Checkout…6.6
- 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…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-1311The Worry Proof Backup plugin for WordPress is vulnerable to…8.8
- CVE-2026-13110The Storegrowth Sales Booster plugin for WordPress is vulner…5.3
- CVE-2026-13113GitLab has remediated an issue in GitLab EE affecting all ve…5.3
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
