Lucene search
+L

4769 matches found

CVE
CVE
added 2026/07/08 7:32 p.m.50 views

CVE-2026-59822

LiteLLM (proxy server for LLM APIs)Prior to 1.84.0, LiteLLM’s MCP Streamable HTTP endpoint was vulnerable to an unauthenticated exploit where a fabricated Authorization header triggered an OAuth2 passthrough fallback. This path replaced failed LiteLLM key validation with an empty UserAPIKeyAuth()...

8.8CVSS6AI score0.00248EPSS
SaveIn wildExploits0References4Affected Software1
NVD
NVD
added 2026/07/08 2:17 p.m.12 views

CVE-2026-56359

n8n before 2.8.0 contains a cross-site scripting vulnerability in the credential management flow where authenticated users can inject malicious JavaScript URLs into OAuth2 credential Authorization URL fields. Attackers can craft malicious credentials and trick victims into clicking the OAuth...

5.4CVSS0.00141EPSS
SaveExploits0References2
CVE
CVE
added 2026/07/08 1:49 p.m.16 views

CVE-2026-56775

CVE-2026-56775 affects n8n prior to 1.123.55, 2.25.7, and 2.26.2. The issue is an authorization vulnerability in three mutating evaluation test-run endpoints that grant state-changing actions under the workflow:read scope instead of the action-appropriate workflow:execute scope. On systems using ...

5.4CVSS6AI score0.00176EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2026/07/08 1:49 p.m.36 views

CVE-2026-56359 n8n - Cross-Site Scripting in Credential Management OAuth2 Authorization URL

n8n before 2.8.0 contains a cross-site scripting vulnerability in the credential management flow where authenticated users can inject malicious JavaScript URLs into OAuth2 credential Authorization URL fields. Attackers can craft malicious credentials and trick victims into clicking the OAuth...

5.4CVSS0.00141EPSS
SaveExploits0References2
CVE
CVE
added 2026/07/08 1:49 p.m.17 views

CVE-2026-56359

n8n prior to 2.8.0 contains a cross-site scripting vulnerability in the credential management flow. Authenticated users can inject malicious JavaScript URLs into OAuth2 credential Authorization URL fields, enabling crafted credentials to cause the victim, who clicks the OAuth authorization button...

5.4CVSS5.9AI score0.00141EPSS
SaveExploits0References2Affected Software1
Github Security Blog
Github Security Blog
added 2026/07/07 8:56 p.m.12 views

@better-auth/oauth-provider's OAuth authorization-code grant allows concurrent redemption when two token requests race the find-then-delete primitive

Am I affected? Users are affected if all of the following are true: - Their project depends on @better-auth/oauth-provider at a version = 1.6.0, = 1.4.8-beta.7, 1.6.0, or enables the legacy oidc-provider or mcp plugins from better-auth/plugins. - Their application exposes /api/auth/oauth2/token o...

8.1CVSS6AI score0.00229EPSS
SaveExploits0References5Affected Software2
OSV
OSV
added 2026/07/07 8:55 p.m.14 views

GHSA-392P-2Q2V-4372 Better Auth: OAuth refresh-token rotation forks the token family on concurrent redemption

Am I affected? Users are affected if all of the following are true: - Their project depends on @better-auth/oauth-provider at a version = 1.6.0, = 1.4.8-beta.7, 1.6.0. - At least one OAuth client served by their application's authorization server requests the offlineaccess scope, so refresh token...

8.1CVSS5.9AI score0.0024EPSS
SaveExploits0References6
Patchstack
Patchstack
added 2026/07/07 8:55 p.m.10 views

NPM: Better Auth: OAuth refresh-token rotation forks the token family on concurrent redemption

NPM: Better Auth: OAuth refresh-token rotation forks the token family on concurrent redemption vulnerability discovered by ? in WordPress Npm better-auth versions = 1.4.8-beta.7, 1.6.0...

8.1CVSS5.9AI score0.0024EPSS
SaveExploits0References6Affected Software1
Snyk
Snyk
added 2026/07/07 8:55 p.m.6 views

Insufficient Session Expiration

Overview @better-auth/oauth-provider is an An oauth provider plugin for Better Auth Affected versions of this package are vulnerable to Insufficient Session Expiration through the POST /oauth2/token endpoint during the refresh token granting. An attacker can gain unauthorized access by exploiting...

8.1CVSS6.1AI score0.0024EPSS
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2026/07/07 8:55 p.m.28 views

Better Auth: OAuth refresh-token rotation forks the token family on concurrent redemption

Am I affected? Users are affected if all of the following are true: - Their project depends on @better-auth/oauth-provider at a version = 1.6.0, = 1.4.8-beta.7, 1.6.0. - At least one OAuth client served by their application's authorization server requests the offlineaccess scope, so refresh token...

8.1CVSS5.9AI score0.0024EPSS
SaveExploits0References6Affected Software2
OSV
OSV
added 2026/07/07 8:55 p.m.10 views

GHSA-G38M-R43W-P2Q7 Better Auth has an account takeover issue via OAuth auto-link to unverified pre-registered email

Am I affected? Users are affected if all of the following are true: - Their application uses better-auth at a version 1.6.11 on the stable line, or any current next pre-release. - emailAndPassword.enabled: true is set in their application's betterAuth ... configuration. - At least one OAuth or SS...

8.3CVSS5.9AI score0.00152EPSS
SaveExploits0References6
Patchstack
Patchstack
added 2026/07/07 8:55 p.m.9 views

NPM: Better Auth has an account takeover issue via OAuth auto-link to unverified pre-registered email

NPM: Better Auth has an account takeover issue via OAuth auto-link to unverified pre-registered email vulnerability discovered by ? in WordPress Npm better-auth versions 1.6.11...

8.3CVSS5.9AI score0.00152EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/07/07 8:55 p.m.10 views

Better Auth has an account takeover issue via OAuth auto-link to unverified pre-registered email

Am I affected? Users are affected if all of the following are true: - Their application uses better-auth at a version 1.6.11 on the stable line, or any current next pre-release. - emailAndPassword.enabled: true is set in their application's betterAuth ... configuration. - At least one OAuth or SS...

8.3CVSS5.9AI score0.00152EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/07/07 8:11 p.m.12 views

Better Auth: OAuth refresh-token replay via missing client authentication on oidc-provider and mcp plugins

Am I affected? Users are affected if all of the following are true: - Their application uses better-auth and has enabled at least one of: oidcProvider imported from better-auth/plugins/oidc-provider, or mcp imported from better-auth/plugins/mcp. - Their application has at least one confidential...

9.1CVSS6.1AI score0.00213EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2026/07/07 4:36 p.m.9 views

PYSEC-2026-1491 Khoj has an IDOR in Notion OAuth Flow that Enables Index Poisoning

Summary An IDOR in the Notion OAuth callback allows an attacker to hijack any user's Notion integration by manipulating the state parameter. The callback endpoint accepts any user UUID without verifying the OAuth flow was initiated by that user, allowing attackers to replace victims' Notion...

5.4CVSS6AI score0.00361EPSS
SaveExploits1References7
OSV
OSV
added 2026/07/07 4:3 p.m.8 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.00226EPSS
SaveExploits1References8
OSV
OSV
added 2026/07/07 4:3 p.m.8 views

PYSEC-2026-1364 FastMCP vulnerable to reflected XSS in client's callback page

Summary While setting up an oauth client, it was noticed that the callback page hosted by the client during the flow embeds user-controlled content without escaping or sanitizing it. This leads to a reflected Cross-Site-Scripting vulnerability. Details The affected code is located in...

5.3CVSS6.1AI score0.00256EPSS
SaveExploits1References7
OSV
OSV
added 2026/07/07 4:3 p.m.10 views

PYSEC-2026-1343 Fides Webserver API is Vulnerable to OAuth Client Privilege Escalation

Summary The OAuth client creation and update endpoints of the Fides Webserver API do not properly authorize scope assignment. This allows highly privileged users with client:create or client:update permissions to escalate their privileges to owner-level. Details When creating or updating OAuth...

8.6CVSS6AI score0.00392EPSS
SaveExploits0References7
OSV
OSV
added 2026/07/07 2:34 p.m.5 views

PYSEC-2026-1775 OAuth2 client ID and secret exposed through the web browser

pgAdmin versions 8.11 and earlier are vulnerable to a security flaw in OAuth2 authentication. This vulnerability allows an attacker to potentially obtain the client ID and secret, leading to unauthorized access to user data...

8.6CVSS5.9AI score0.09685EPSS
SaveExploits2References6
Snyk
Snyk
added 2026/07/07 1:1 p.m.8 views

Cross-site Request Forgery (CSRF)

Overview Affected versions of this package are vulnerable to Cross-site Request Forgery CSRF via the GET /api/oauth/email/bind and GET /api/oauth/wechat/bind endpoints. An attacker can alter account binding state by tricking a logged-in user into visiting a crafted link, potentially allowing the...

6CVSS5.9AI score0.00159EPSS
SaveExploits0References2
Rows per page
Query Builder