Lucene search
+L

1865 matches found

OSV
OSV
added 2026/03/11 4:00 p.m.8 views

GO-2026-4656 Pocket ID: OIDC authorization code validation uses AND instead of OR, allowing cross-client token exchange in github.com/pocket-id/pocket-id/backend

Pocket ID: OIDC authorization code validation uses AND instead of OR, allowing cross-client token exchange in github.com/pocket-id/pocket-id/backend...

8.5CVSS5.9AI score0.00257EPSS
SaveExploits1References2
RedhatCVE
RedhatCVE
added 2026/03/11 7:08 a.m.9 views

CVE-2026-28513

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...

8.5CVSS5.8AI score0.00257EPSS
SaveExploits1References1
Positive Technologies
Positive Technologies
added 2026/03/11 12:00 a.m.7 views

PT-2026-24727

Name of the Vulnerable Software and Affected Versions Neo4j Enterprise edition versions prior to 2026.02 Neo4j Enterprise edition versions prior to 5.26.22 Description An issue in the Single Sign-On SSO implementation in Neo4j Enterprise edition can lead to unauthorized access. This occurs when a...

9.8CVSS5.8AI score0.00315EPSS
SaveExploits0References5
NVD
NVD
added 2026/03/10 5:38 p.m.14 views

CVE-2026-28512

Pocket ID is an OIDC provider that allows users to authenticate with their passkeys to your services. From 2.0.0 to before 2.4.0, a flaw in callback URL validation allowed crafted redirecturi values containing URL userinfo @ to bypass legitimate callback pattern checks. If an attacker can trick a...

7.1CVSS0.00204EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/03/09 10:19 p.m.8 views

EUVD-2026-10409

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...

8.5CVSS5.8AI score0.00257EPSS
SaveExploits1References1
Vulnrichment
Vulnrichment
added 2026/03/09 10:19 p.m.3 views

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

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...

8.5CVSS5.8AI score0.00257EPSS
SaveExploits1References1
CVE
CVE
added 2026/03/09 10:19 p.m.24 views

CVE-2026-28513

Pocket ID is an OIDC provider. Before version 2.4.0, the token endpoint could accept an authorization code that is expired when the client ID is correct, enabling cross-client code reuse and expired-code reuse. The issue is fixed in 2.4.0. No exploitation path details are provided beyond that, an...

8.5CVSS5.8AI score0.00257EPSS
SaveExploits1References1Affected Software1
EUVD
EUVD
added 2026/03/09 10:17 p.m.19 views

EUVD-2026-10407

Pocket ID is an OIDC provider that allows users to authenticate with their passkeys to your services. From 2.0.0 to before 2.4.0, a flaw in callback URL validation allowed crafted redirecturi values containing URL userinfo @ to bypass legitimate callback pattern checks. If an attacker can trick a...

7.1CVSS5.8AI score0.00204EPSS
SaveExploits0References2
Snyk
Snyk
added 2026/03/09 5:24 p.m.3 views

Incorrect Authorization

Overview Affected versions of this package are vulnerable to Incorrect Authorization in the OIDC token exchange process. An attacker can obtain tokens for unauthorized clients or reuse expired authorization codes by submitting a valid authorization code with a different client ID or by using an...

8.5CVSS5.8AI score0.00257EPSS
SaveExploits1References2
EUVD
EUVD
added 2026/03/09 5:24 p.m.8 views

EUVD-2026-10408

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

8.5CVSS5.8AI score0.00257EPSS
SaveExploits1References1
OSV
OSV
added 2026/03/09 5:24 p.m.10 views

GHSA-QH6Q-598W-W6M2 Pocket ID: OIDC authorization code validation uses AND instead of OR, allowing cross-client token exchange

Summary 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. Details backend/internal/service/oidcservice.go:407 go if authorizationCodeMetaData.ClientID != input.ClientI...

8.5CVSS5.8AI score0.00257EPSS
SaveExploits1References3
Github Security Blog
Github Security Blog
added 2026/03/09 5:24 p.m.16 views

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

Summary 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. Details backend/internal/service/oidcservice.go:407 go if authorizationCodeMetaData.ClientID != input.ClientI...

8.5CVSS5.8AI score0.00257EPSS
SaveExploits1References3Affected Software1
Positive Technologies
Positive Technologies
added 2026/03/09 12:00 a.m.15 views

PT-2026-24136

Name of the Vulnerable Software and Affected Versions Pocket ID versions 2.0.0 through 2.4.0 Description A flaw in callback URL validation allowed crafted redirect uri values containing URL userinfo @ to bypass legitimate callback pattern checks. If an attacker can trick a user into opening a...

7.1CVSS5.8AI score0.00204EPSS
SaveExploits0
OSV
OSV
added 2026/03/06 7:16 a.m.13 views

UBUNTU-CVE-2026-28802

Authlib is a Python library which builds OAuth and OpenID Connect servers. From version 1.6.5 to before version 1.6.7, previous tests involving passing a malicious JWT containing alg: none and an empty signature was passing the signature verification step without any changes to the application co...

9.8CVSS7.3AI score0.00425EPSS
SaveExploits1References5
Cvelist
Cvelist
added 2026/03/06 6:44 a.m.48 views

CVE-2026-28802 Authlib: Setting `alg: none` and a blank signature appears to bypass signature verification

Authlib is a Python library which builds OAuth and OpenID Connect servers. From version 1.6.5 to before version 1.6.7, previous tests involving passing a malicious JWT containing alg: none and an empty signature was passing the signature verification step without any changes to the application co...

8.7CVSS0.00425EPSS
SaveExploits1References3
CVE
CVE
added 2026/03/06 6:44 a.m.146 views

CVE-2026-28802

CVE-2026-28802 affects the Python package Authlib, which builds OAuth/OpenID Connect servers. The issue occurs in versions 1.6.5 through before 1.6.7, where tests involving a malicious JWT with alg: none and an empty signature could pass the signature verification step without code changes when a...

9.8CVSS5.9AI score0.00425EPSS
SaveExploits1References12Affected Software1
Debian CVE
Debian CVE
added 2026/03/06 6:44 a.m.9 views

CVE-2026-28802

Authlib is a Python library which builds OAuth and OpenID Connect servers. From version 1.6.5 to before version 1.6.7, previous tests involving passing a malicious JWT containing alg: none and an empty signature was passing the signature verification step without any changes to the application co...

9.8CVSS8.3AI score0.00425EPSS
SaveExploits1
UbuntuCve
UbuntuCve
added 2026/03/06 12:00 a.m.11 views

CVE-2026-28802

Authlib is a Python library which builds OAuth and OpenID Connect servers. From version 1.6.5 to before version 1.6.7, previous tests involving passing a malicious JWT containing alg: none and an empty signature was passing the signature verification step without any changes to the application co...

9.8CVSS7.1AI score0.00425EPSS
SaveExploits1References4
OSV
OSV
added 2026/03/04 6:02 p.m.9 views

DRUPAL-CONTRIB-2026-027

This module enables you to use an external OpenID Connect login provider to authenticate and log in users on your site. If a user signs in with a login provider for the first time on the website, a new Drupal user will be created. The module doesn't sufficiently validate the uniqueness of certain...

4.2CVSS5.9AI score0.00133EPSS
SaveExploits0References1
OSV
OSV
added 2026/03/04 6:02 p.m.14 views

DRUPAL-CONTRIB-2026-026

This module enables you to use an external OpenID Connect login provider to authenticate and log in users on your site. If a user signs in with a login provider for the first time on the website, a new Drupal user will be created. A visitor who successfully logs in to their Identity Provider and ...

6.5CVSS6AI score0.00246EPSS
SaveExploits0References1
Rows per page
Query Builder