{"id":"CVE-2026-81888","aliases":[],"url":"https://o3.security/vulnerability/CVE-2026-81888","summary":"@hono/oauth-providers: OAuth state check fails open on omitted state, enabling login CSRF and forced account linking","details":"### Summary\n\nThe built-in social login providers accept an OAuth callback even when the `state` value is absent on both sides, so the anti-CSRF check passes for a callback that never came from a genuine login attempt. This defeats the `state`-based CSRF protection under default usage.\n\n### Details\n\nThe `state` check treated two absent values as a match, so a callback that omits `state` — and for which no `state` was ever stored — was allowed to redeem the authorization code. Hono's `csrf()` middleware does not help: it only inspects form-style requests, while the OAuth callback is a top-level `GET` navigation it treats as safe.\n\nThis affects the `google`, `github`, `facebook`, `discord`, `twitch`, `linkedin`, and `msentra` providers. The `x` (Twitter) provider is not exploitable due to its PKCE binding.\n\n### Impact\n\nAn attacker can make a victim's browser complete an OAuth callback that binds the attacker's identity instead of the victim's, leading to login CSRF (the victim silently acts inside the attacker's account) or forced account linking (the attacker's identity is linked to the victim's account, enabling later sign-in as the victim). Affects applications using an affected provider on `@hono/oauth-providers` `0.8.5` or earlier.","published":"2026-08-31T20:30:50Z","modified":"2026-08-31T20:45:17.703939476Z","cvss":{"score":5.4,"severity":"MEDIUM","vector":"CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N"},"epss":null,"cisaKev":null,"exploitsKnown":null,"affectedPackages":[{"ecosystem":"npm","name":"@hono/oauth-providers","fixedVersion":"0.8.6"}],"fix":{"url":"https://github.com/honojs/middleware/pull/2040","label":"honojs/middleware#2040"},"references":[{"type":"WEB","url":"https://github.com/honojs/middleware/security/advisories/GHSA-fm3f-ch8h-qw8q"},{"type":"WEB","url":"https://github.com/honojs/middleware/pull/2040"},{"type":"WEB","url":"https://github.com/honojs/middleware/commit/b37765f40b7bddb1d8fce39573b085222dea58c1"},{"type":"PACKAGE","url":"https://github.com/honojs/middleware"},{"type":"WEB","url":"https://github.com/honojs/middleware/releases/tag/%40hono%2Foauth-providers%400.8.6"}],"provenance":{"sources":["OSV.dev","FIRST.org (EPSS)"],"lastVerified":"2026-08-31T20:45:17.703939476Z"}}