Answer in brief
CVE-2026-55834 records a Medium severity (CVSS 4.3) vulnerability in Pocket ID: Open Redirect on the OIDC /authorize page via unvalidated redirect_uri with prompt=none. The current sources do not mark it as known exploited. The current feed maps pocket-id/pocket-id (generic), github.com/pocket-id/pocket-id/backend (go). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
CVSS is 4.3. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps pocket-id/pocket-id (generic), github.com/pocket-id/pocket-id/backend (go). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| pocket-id/pocket-idgeneric | >= 2.6.0, < 2.9.0 | Not reported |
| github.com/pocket-id/pocket-id/backendgo | >=2.6.0,<=2.8.0 | 2.9.0 |
Published upstream
Aug 28, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Aug 28, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Aug 28, 2026
Pocket ID is an OIDC provider that allows users to authenticate with their passkeys to services. From 2.6.0 until 2.9.0, frontend/src/routes/authorize/+page.ts reads the redirect_uri query parameter and frontend/src/routes/authorize/+page.svelte uses the raw callbackURL in redirectWithError when prompt=none cannot complete silent authorization. The client-side path only blocks javascript and data schemes and does not invoke the backend callback allow-list validation, so an unauthenticated attacker who knows a valid client_id can redirect a victim browser to an arbitrary HTTP or HTTPS origin for phishing or OIDC error and state smuggling. This issue is fixed in version 2.9.0.
Quoted source text, attributed separately from HOL analysis.