CVE Catalog

CVE-2026-92289

Unknown
Published: Updated: Translated: NVD NIST

Summary

A vulnerability in Lemonldap::NG::Portal (Perl) allows a PKCE bypass for public Relying Parties in "PKCE or secret" mode because checkEndPointAuthenticationCredentials does not verify the client secret. With oidcRPMetaDataOptionsRequirePKCE set to 2, the authorization endpoint issues a code even without a code_challenge, and token() admits the exchange if a challenge was stored or an authentication method was returned. An attacker can exchange an intercepted authorization code for the user's access, ID, and refresh tokens.

Risk Assessment

An attacker who intercepts an authorization code issued to a public Relying Party can exchange it for the user's access, ID, and refresh tokens, which is the attack PKCE prevents. This can lead to full user session takeover.

Recommendation

Update Lemonldap::NG::Portal to version 2.23.4 or later. Consider disabling dynamic client registration or enforcing client secret verification for public Relying Parties.

Other vulnerabilities in Lemonldap::NG::Portal

See all
Original NVD description (English source)

Lemonldap::NG::Portal versions from 2.23.0 before 2.23.4 for Perl allow a PKCE bypass for public Relying Parties in "PKCE or secret" mode because checkEndPointAuthenticationCredentials does not verify the client secret. With oidcRPMetaDataOptionsRequirePKCE set to 2, the authorization endpoint issues a code even when the request carries no code_challenge, and token() admits the exchange as long as a challenge was stored or an authentication method was returned for the caller. checkEndPointAuthenticationCredentials() skips the secret comparison for a Relying Party marked public and still returns the method deduced from the request, so any Basic or form credential satisfies the secret branch. validatePKCEChallenge() then passes, because neither a challenge nor a verifier is present. An attacker who intercepts an authorization code issued to a public Relying Party can exchange it for the user's access, ID and refresh tokens by replaying the client_id with an arbitrary secret, which is the attack PKCE prevents. Dynamic client registration creates every Relying Party in this mode.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS