Vulnerability Description
Pocket ID is an OIDC provider that allows users to authenticate with their passkeys to your services. Prior to 2.6.0, The createTokenFromRefreshToken function (oidc_service.go) validates the refresh token's cryptographic integrity but does not re-validate the user's current authorization state before issuing new tokens. This allows (1) the client to refresh the token indefinitely after authorization revocation, (2) the refresh token to continue to work after the account is disabled, and (3) the token to work after the client is removed from the group. This vulnerability is fixed in 2.6.0.
CVSS Score
HIGH
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Pocket-Id | Pocket Id | < 2.6.0 |
Related Weaknesses (CWE)
References
- https://github.com/pocket-id/pocket-id/security/advisories/GHSA-w6p7-2fxx-4f44ExploitMitigationVendor Advisory
- https://github.com/pocket-id/pocket-id/security/advisories/GHSA-w6p7-2fxx-4f44ExploitMitigationVendor Advisory
FAQ
What is CVE-2026-43983?
CVE-2026-43983 is a vulnerability with a CVSS score of 8.1 (HIGH). Pocket ID is an OIDC provider that allows users to authenticate with their passkeys to your services. Prior to 2.6.0, The createTokenFromRefreshToken function (oidc_service.go) validates the refresh t...
How severe is CVE-2026-43983?
CVE-2026-43983 has been rated HIGH with a CVSS base score of 8.1/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-43983?
Check the references section above for vendor advisories and patch information. Affected products include: Pocket-Id Pocket Id.