CVE-2026-81888: @hono/oauth-providers: OAuth state check fails open on omitted state, enabling login CSRF and forced account linking

Published Aug 31, 2026
·
Updated

@hono/oauth-providers is Authentication middleware for Hono. Prior to version 0.8.6, the 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. Version 0.8.6 has a patch.

Other sources

Summary

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

Details

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

This affects the google, github, facebook, discord, twitch, linkedin, and msentra providers. The x (Twitter) provider is not exploitable due to its PKCE binding.

Impact

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

GitHub

Affected Software

2 affected componentsFixes available
npm/@hono/oauth-providers<0.8.6
npm/@hono/oauth-providers<0.8.6
0.8.6

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Upgrade

    Upgrade npm/@hono/oauth-providers to a version that resolves this vulnerability.

    Fixed in 0.8.6
  2. Upgrade

    Upgrade @hono/oauth-providers to a version that resolves this vulnerability.

    Fixed in 0.8.6
  3. Compensating control

    If you cannot upgrade immediately, disable or remove usage of the affected built-in social login providers: google, github, facebook, discord, twitch, linkedin, and msentra (note: x (Twitter) is not exploitable due to its PKCE binding).

Event History

Aug 31, 2026
CVE Published
via MITRE·08:27 PM
Data Sourced
via MITRE·08:27 PM
DescriptionSeverityWeakness
Advisory Published
via GitHub·08:30 PM
Data Sourced
via GitHub·08:30 PM
DescriptionSeverityWeaknessAffected Software
Data Sourced
via NVD·09:17 PM
DescriptionSeverityWeakness

Frequently Asked Questions

1

Which deployments are exposed?

Applications using the built-in social login providers in @hono/oauth-providers before version 0.8.6 are affected. The issue occurs under default usage because a callback with no state value can pass the state check when state is absent on both sides.

2

What does an attacker need to exploit this?

The attack can be performed remotely without authentication, but requires user interaction. An attacker needs to cause a user to process a crafted OAuth callback that was not initiated by that user's genuine login attempt.

3

What is the remediation?

Upgrade @hono/oauth-providers to version 0.8.6, which includes the patch. The available data does not specify a workaround for deployments that cannot upgrade immediately.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203