CVE-2026-28513 PUBLISHED

Pocket ID: OIDC authorization code validation uses AND instead of OR, allowing cross-client token exchange

Assigner: GitHub_M
Reserved: 27.02.2026 Published: 09.03.2026 Updated: 09.03.2026

Pocket ID is an OIDC provider that allows users to authenticate with their passkeys to your services. Prior to 2.4.0, the OIDC token endpoint rejects an authorization code only when both the client ID is wrong and the code is expired. This allows cross-client code exchange and expired code reuse. This vulnerability is fixed in 2.4.0.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:L/A:N
CVSS Score: 8.5

Product Status

Vendor pocket-id
Product pocket-id
Versions
  • Version < 2.4.0 is affected

References

Problem Types

  • CWE-863: Incorrect Authorization CWE