CVE-2026-45337: Better Auth: Device authorization approve and deny accept any authenticated session while the user code is pending

Published Jun 4, 2026
·
Updated

Am I affected?

You are affected if all of the following are true:

- You use better-auth at a version >= 1.6.0, < 1.6.11. - The deviceAuthorization plugin is enabled in your auth config (deviceAuthorization() in your plugins array). - A third party can observe a pending user code before the legitimate user completes verification.

The standard device-flow UX displays user codes to humans, so realistic exposure includes shoulder-surfing, screen-share, voice or video calls, support-chat transcripts, referrer headers, and shared logs.

If your application does not enable the deviceAuthorization plugin, you are not affected.

Fix:

1. Upgrade to better-auth@1.6.11 or later. 2. If you cannot upgrade, see workarounds below.

Summary

Better Auth's deviceAuthorization plugin treated any authenticated session as the owner of any pending device code. The ownership gate on POST /device/approve and POST /device/deny short-circuited whenever the row's userId was unset, and the GET /device verification handler did not claim the row. An authenticated attacker who learned a valid usercode before the legitimate user completed approval could bind the polling device to the attacker's account or deny the legitimate flow.

Details

The device authorization flow binds the polling device to the user who entered the user code on the verification page. In affected versions, the plugin only created that binding at approve or deny time, with no claim at the verification step. The ownership check at approve and deny short-circuited when the owner was missing, accepting any authenticated caller instead of rejecting the request.

The fix changes GET /device to claim the pending row for the calling session. The approve and deny gates now require strict equality between the row's owner and the calling session. RFC 8628 §5.5 covers this risk class as Session Spying: a malicious party can hijack a session by completing authorization before the legitimate initiating user does.

Patches

Fixed in better-auth@1.6.11. After the patch, GET /device claims the pending row for the calling session, and POST /device/approve and POST /device/deny reject calls whose session does not match the claimed owner. Custom verification pages must serve GET /device to an authenticated session for the flow to succeed.

Workarounds

If you cannot upgrade immediately:

- Disable the plugin if you do not use the device flow: remove deviceAuthorization() from your plugins array. - Add a before hook on POST /device/approve and POST /device/deny that tracks which session called GET /device for each user code, and rejects calls from a different session. - Shorten the pending lifetime of device codes via the expiresIn plugin option to reduce the exploitation window.

Impact

- Account takeover on the polling device: the attacker's session becomes the device's session, so the device operates as the attacker. - Denial of the legitimate sign-in: the attacker can mark the code as denied, blocking the victim's flow.

Credit

Reported by Quikturn Security Team.

Other sources

Better Auth is an authentication and authorization library for TypeScript. From 1.6.0 until 1.6.11, the deviceAuthorization plugin treats any authenticated session as the owner of any pending device code because GET /device does not claim the row and POST /device/approve and POST /device/deny short-circuit when userId is unset, allowing an authenticated attacker who learns a valid usercode to bind the polling device to the attacker's account or deny the legitimate flow. This issue is fixed in version 1.6.11.

MITRE

Affected Software

2 affected componentsFixes available
npm/better-auth>=1.6.0<1.6.11
1.6.11
better-auth Better Auth Node.js>=1.6.0<1.6.11

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Upgrade

    Upgrade npm/better-auth to a version that resolves this vulnerability.

    Fixed in 1.6.11
  2. Upgrade

    Upgrade better-auth to a version that resolves this vulnerability.

    Fixed in 1.6.11
  3. Configuration

    If you do not use the device flow, disable the plugin by removing `deviceAuthorization()` from your `plugins` array.

    better-auth (deviceAuthorization plugin) plugins array = remove deviceAuthorization()

Event History

Jun 4, 2026
Advisory Published
via GitHub·02:55 PM
Data Sourced
via GitHub·02:55 PM
DescriptionSeverityWeaknessAffected Software
Jul 15, 2026
CVE Published
via MITRE·05:31 PM
Data Sourced
via MITRE·05:31 PM
DescriptionSeverityWeakness
Data Sourced
via NVD·06:16 PM
RemedyDescriptionSeverityWeaknessAffected Software
Free Weekly Intel

Don't miss critical vulnerabilities

Join thousands of security professionals who receive our weekly digest of trending CVEs, zero-days, and exploited vulnerabilities.

No spam. Unsubscribe anytime.

Frequently Asked Questions

1

What is the severity of CVE-2026-45337?

CVE-2026-45337 has a high severity rating of 7.6.

2

How do I fix CVE-2026-45337?

To fix CVE-2026-45337, upgrade `better-auth` to version 1.6.11 or later.

3

Which versions of `better-auth` are affected by CVE-2026-45337?

Versions of `better-auth` from 1.6.0 to before 1.6.11 are affected by CVE-2026-45337.

4

What configurations make me vulnerable to CVE-2026-45337?

You are vulnerable to CVE-2026-45337 if you have the `deviceAuthorization` plugin enabled in your auth config.

5

Can a third party exploit CVE-2026-45337?

Yes, a third party can observe a pending user code which makes CVE-2026-45337 exploitable.

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