Lucene search
+L

93 matches found

OSV
OSV
added 2026/08/31 8:30 p.m.12 views

GHSA-FM3F-CH8H-QW8Q @hono/oauth-providers: OAuth state check fails open on omitted state, enabling login CSRF and forced account linking

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

5.4CVSS5.9AI score0.00149EPSS
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2026/08/31 8:30 p.m.11 views

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

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

5.4CVSS5.9AI score0.00149EPSS
SaveExploits0References5Affected Software1
Cvelist
Cvelist
added 2026/08/31 8:30 p.m.32 views

CVE-2026-54599 Wallos: OIDC state parameter never validated — login CSRF / account takeover

Wallos is an open-source, self-hostable personal subscription tracker. Prior to version 4.9.4, login.php generates an OIDC state nonce stored in $SESSION'oidcstate', but checksession.php dispatches the OIDC callback without comparing the incoming state against the session value. An attacker can...

7.5CVSS0.00171EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/31 8:30 p.m.20 views

CVE-2026-54599

Wallos , an open-source self-hostable personal subscription tracker, is vulnerable to login CSRF / account takeover prior to version 4.9.4 . The root cause is that login.php generates an OIDC state nonce stored in $_SESSION['oidc_state'], but checksession.php dispatches the OIDC callback without ...

7.5CVSS5.9AI score0.00171EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/31 8:30 p.m.6 views

CVE-2026-54599 Wallos: OIDC state parameter never validated — login CSRF / account takeover

Wallos is an open-source, self-hostable personal subscription tracker. Prior to version 4.9.4, login.php generates an OIDC state nonce stored in $SESSION'oidcstate', but checksession.php dispatches the OIDC callback without comparing the incoming state against the session value. An attacker can...

7.5CVSS5.9AI score
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/31 8:27 p.m.33 views

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

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

5.4CVSS0.00149EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/08/31 8:27 p.m.11 views

EUVD-2026-68770

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

5.4CVSS5.9AI score0.00149EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/31 8:27 p.m.11 views

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

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

5.4CVSS5.9AI score
SaveExploits0References6
CVE
CVE
added 2026/08/31 8:27 p.m.24 views

CVE-2026-81888

@hono/oauth-providers , authentication middleware for the Hono web framework, has a flaw in its OAuth state validation. 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 the expected and received sides, causing the an...

5.4CVSS5.9AI score0.00149EPSS
SaveExploits0References4
NVD
NVD
added 2026/08/15 2:17 p.m.22 views

CVE-2026-18165

@fastify/oauth2 is an OAuth 2.0 plugin for Fastify. In versions from 7.2.0 up to but not including 8.3.0, the plugin validates the OAuth state, and with PKCE the code verifier, by comparing the callback query parameter against an unprefixed, predictable cookie, with no server-side binding to the...

5.4CVSS0.001EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/15 1:45 p.m.20 views

CVE-2026-18165 @fastify/oauth2 vulnerable to Login CSRF via plantable OAuth state cookies

@fastify/oauth2 is an OAuth 2.0 plugin for Fastify. In versions from 7.2.0 up to but not including 8.3.0, the plugin validates the OAuth state, and with PKCE the code verifier, by comparing the callback query parameter against an unprefixed, predictable cookie, with no server-side binding to the...

4.2CVSS5.6AI score
SaveExploits0References4
ATTACKERKB
ATTACKERKB
added 2026/08/15 1:45 p.m.22 views

CVE-2026-18165

@fastify/oauth2 is an OAuth 2.0 plugin for Fastify. In versions from 7.2.0 up to but not including 8.3.0, the plugin validates the OAuth state, and with PKCE the code verifier, by comparing the callback query parameter against an unprefixed, predictable cookie, with no server-side binding to the...

5.3AI score0.001EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2026/08/15 1:45 p.m.41 views

CVE-2026-18165 @fastify/oauth2 vulnerable to Login CSRF via plantable OAuth state cookies

@fastify/oauth2 is an OAuth 2.0 plugin for Fastify. In versions from 7.2.0 up to but not including 8.3.0, the plugin validates the OAuth state, and with PKCE the code verifier, by comparing the callback query parameter against an unprefixed, predictable cookie, with no server-side binding to the...

4.2CVSS0.001EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/15 1:45 p.m.22 views

EUVD-2026-59767

@fastify/oauth2 is an OAuth 2.0 plugin for Fastify. In versions from 7.2.0 up to but not including 8.3.0, the plugin validates the OAuth state, and with PKCE the code verifier, by comparing the callback query parameter against an unprefixed, predictable cookie, with no server-side binding to the...

4.2CVSS5.3AI score0.001EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/15 1:45 p.m.83 views

CVE-2026-18165

Summary: CVE-2026-18165 affects @fastify/oauth2 in versions 7.2.0 up to, but not including, 8.3.0. The vulnerability arises from validating the OAuth state and PKCE code verifier by comparing the callback query parameter to an unprefixed, predictable cookie, with no server-side binding to the ini...

5.4CVSS5.3AI score0.001EPSS
SaveExploits0References2Affected Software1
Positive Technologies
Positive Technologies
added 2026/08/15 12:00 a.m.28 views

PT-2026-73032

@fastify/oauth2 is an OAuth 2.0 plugin for Fastify. In versions from 7.2.0 up to but not including 8.3.0, the plugin validates the OAuth state, and with PKCE the code verifier, by comparing the callback query parameter against an unprefixed, predictable cookie, with no server-side binding to the...

4.2CVSS5.3AI score0.001EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/07 6:00 a.m.43 views

CVE-2026-16262 Estatik < 4.3.3 - Login CSRF

The Estatik Real Estate Plugin WordPress plugin before 4.3.3 does not bind its OAuth social login flow to the initiating user session, allowing an unauthenticated attacker to log a victim into an attacker-controlled account login CSRF, so that the victim's subsequent activity is stored under and...

0.00158EPSS
SaveExploits0References1
CVE
CVE
added 2026/08/07 6:00 a.m.68 views

CVE-2026-16262

The CVE affects the Estatik Real Estate Plugin for WordPress (versions before 4.3.3). The vulnerability arises because the plugin does not bind the OAuth social login flow to the initiating user session, enabling an unauthenticated attacker to perform a login CSRF and have the victim’s subsequent...

7.5CVSS5.5AI score0.00158EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/07 4:03 p.m.15 views

PYSEC-2026-1363 FastAPI Users Vulnerable to 1-click Account Takeover in Apps Using FastAPI SSO

Description The OAuth login state tokens are completely stateless and carry no per-request entropy or any data that could link them to the session that initiated the OAuth flow. generatestatetoken is always called with an empty statedata dict, so the resulting JWT only contains the fixed audience...

5.9CVSS6AI score0.00262EPSS
SaveExploits1References8
NVD
NVD
added 2026/07/04 6:16 p.m.22 views

CVE-2026-12740

Plack::Middleware::OAuth versions through 0.10 for Perl do not support the OAuth 2.0 state parameter. RequestTokenV2 builds the provider authorization redirect without issuing a state value, and AccessTokenV2 exchanges the callback code and registers the resulting token into the session...

8.1CVSS0.00234EPSS
SaveExploits0References5
Rows per page
Query Builder