Lucene search
+L

2829 matches found

CVE
CVE
added 2026/07/15 6:08 p.m.30 views

CVE-2026-46485

Dashy (self-hosted dashboard) is affected prior to version 4.0.8 where the config-saving functionality can allow unauthorized changes to the main config.yaml via OIDC deployments, enabling unauthenticated or non-admin users to modify dashboard configuration. Root cause: permission checks around c...

8.2CVSS6.1AI score0.00304EPSS
SaveExploits0References2
CVE
CVE
added 2026/07/15 5:18 p.m.65 views

CVE-2026-53512

CVE-2026-53512 affects Better Auth versions prior to 1.6.11, where the legacy oidcProvider and mcp plugins expose OAuth2 token endpoints that validate refresh_token grants without requiring the confidential client’s client_secret. An attacker with a valid refresh_token and the corresponding publi...

9.1CVSS6.1AI score0.00213EPSS
SaveExploits0References4Affected Software1
EUVD
EUVD
added 2026/07/15 5:15 p.m.19 views

EUVD-2026-44733

Better Auth is an authentication and authorization library for TypeScript. Prior to 1.6.11, the @better-auth/sso plugin's POST /sso/register and POST /sso/update-provider endpoints accept attacker-controlled oidcConfig.userInfoEndpoint, tokenEndpoint, and jwksEndpoint URLs when skipDiscovery: tru...

9.6CVSS6.1AI score0.00189EPSS
SaveExploits0References4
ATTACKERKB
ATTACKERKB
added 2026/07/15 5:15 p.m.13 views

CVE-2026-53513

Better Auth is an authentication and authorization library for TypeScript. Prior to 1.6.11, the @better-auth/sso plugin's POST /sso/register and POST /sso/update-provider endpoints accept attacker-controlled oidcConfig.userInfoEndpoint, tokenEndpoint, and jwksEndpoint URLs when skipDiscovery: tru...

9.6CVSS6.1AI score0.00189EPSS
SaveExploits0References5Affected Software2
Cvelist
Cvelist
added 2026/07/15 5:15 p.m.40 views

CVE-2026-53513 Better Auth: Server-side request forgery via unvalidated OIDC endpoints on @better-auth/sso provider registration

Better Auth is an authentication and authorization library for TypeScript. Prior to 1.6.11, the @better-auth/sso plugin's POST /sso/register and POST /sso/update-provider endpoints accept attacker-controlled oidcConfig.userInfoEndpoint, tokenEndpoint, and jwksEndpoint URLs when skipDiscovery: tru...

9.6CVSS0.00189EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2026/07/15 12:00 a.m.20 views

PT-2026-60320

Name of the Vulnerable Software and Affected Versions Wekan versions prior to 9.32 Description OIDC-related Meteor methods in packages/wekan-oidc/oidc server.js, server/models/org.js, and server/models/team.js are globally callable without the required admin authorization checks. Authenticated...

7.6CVSS6.2AI score0.00238EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2026/07/15 12:00 a.m.25 views

PT-2026-60319

Name of the Vulnerable Software and Affected Versions Wekan versions prior to 9.32 Description The Accounts.onCreateUser function in server/models/users.js merges OIDC logins into existing accounts when the OIDC email or username matches an existing user without verifying ownership or checking th...

9.2CVSS6.1AI score0.00302EPSS
SaveExploits0References5
Snyk
Snyk
added 2026/07/14 8:19 p.m.8 views

Denial of Service (DoS)

Overview Affected versions of this package are vulnerable to Denial of Service DoS in the GET /ui/oidc/login process. An attacker can exhaust server memory resources by sending repeated unauthenticated requests to this endpoint, causing unbounded in-memory state allocation and potential service...

6.9CVSS6.2AI score
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2026/07/14 8:19 p.m.14 views

nebula-mesh: Unauthenticated OIDC login endpoint allocates unbounded in-memory state entries without rate limiting

Summary When OIDC is enabled, GET /ui/oidc/login is reachable without authentication and is registered outside the Web UI rate-limited auth routes. Every request creates a fresh random OIDC state value and stores it in an in-memory map for 10m. Expired states are swept lazily, but there is no rat...

6.2AI score
SaveExploits0References4Affected Software1
OSV
OSV
added 2026/07/14 8:19 p.m.10 views

GHSA-M3CX-MWPG-32JG nebula-mesh: Unauthenticated OIDC login endpoint allocates unbounded in-memory state entries without rate limiting

Summary When OIDC is enabled, GET /ui/oidc/login is reachable without authentication and is registered outside the Web UI rate-limited auth routes. Every request creates a fresh random OIDC state value and stores it in an in-memory map for 10m. Expired states are swept lazily, but there is no rat...

5.3CVSS6.2AI score
SaveExploits0References4
NVD
NVD
added 2026/07/14 7:17 p.m.12 views

CVE-2026-45069

Symfony is a PHP framework for web and console applications and a set of reusable PHP components. Prior to 6.4.40, 7.4.12, and 8.0.12, OidcTokenHandler::verifyClaims registered audience aud, issuer iss, and expiry exp checkers but did not pass the mandatory claims list to...

9.1CVSS0.00237EPSS
SaveExploits0References4
CVE
CVE
added 2026/07/14 6:46 p.m.84 views

CVE-2026-45069

CVE-2026-45069 concerns Symfony’s OidcTokenHandler, where verifyClaims() registered aud/iss/exp checkers but did not pass the mandatory claims list to ClaimCheckerManager::check(). Consequently, a validly signed JWT missing these claims could pass verification. The issue is fixed in Symfony relea...

9.1CVSS6.1AI score0.00237EPSS
SaveExploits0References4Affected Software1
RedhatCVE
RedhatCVE
added 2026/07/14 3:46 p.m.17 views

CVE-2026-49478

A flaw was found in Fulcio's OpenID Connect OIDC Discovery client. This vulnerability allows a remote attacker to perform Server-Side Request Forgery SSRF by redirecting discovery requests to internal systems. Additionally, an attacker can manipulate the JSON Web Key Set JWKS Uniform Resource...

8.7CVSS6.1AI score0.00282EPSS
SaveExploits0References4
OSV
OSV
added 2026/07/14 11:15 a.m.8 views

SUSE-SU-2026:2968-1 Security update for python-Authlib

This update for python-Authlib fixes the following issues - CVE-2026-41425: Prior to 1.6.11, there is no CSRF protection on the cache feature in authlib.integrations.starletteclient.OAuth bsc1263114. - CVE-2026-44681: Prior to 1.6.12 and 1.7.1, an unauthenticated open redirect in Authlib's...

6.1CVSS6.1AI score0.00249EPSS
SaveExploits2References5
NVD
NVD
added 2026/07/10 6:16 p.m.16 views

CVE-2026-55672

ZITADEL is an open source identity management platform. Prior to 3.4.12 and 4.15.2, ZITADEL's OAuth2 and OIDC CodeExchange, RefreshToken, and device token flows fail to verify that the requesting client matches the client that initiated the authorization flow, allowing intercepted grants or refre...

7.4CVSS0.00276EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/07/10 5:25 p.m.12 views

EUVD-2026-42964

ZITADEL is an open source identity management platform. Prior to 4.15.3, ZITADEL Login V2 OIDC and SAML FailedPrecondition error paths return loginSettings.defaultRedirectUri to router.push without applying the isSafeRedirectUri check, allowing an organization or instance administrator to store a...

7.3CVSS6.2AI score0.00225EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/07/10 5:19 p.m.17 views

EUVD-2026-42979

ZITADEL is an open source identity management platform. Prior to 3.4.12 and 4.15.2, ZITADEL's OAuth2 and OIDC CodeExchange, RefreshToken, and device token flows fail to verify that the requesting client matches the client that initiated the authorization flow, allowing intercepted grants or refre...

7.4CVSS6.1AI score0.00276EPSS
SaveExploits0References5
CVE
CVE
added 2026/07/10 5:19 p.m.70 views

CVE-2026-55672

Summary (concrete details) : The CVE concerns Zitadel, an open-source identity management platform. The vulnerability occurs in the OAuth2/OIDC CodeExchange and RefreshToken flows (and related device token flow) where verification that the requesting client matches the originally authorized clien...

7.4CVSS6.1AI score0.00276EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/07/10 5:17 p.m.47 views

CVE-2026-55671 ZITADEL: Server-Side Request Forgery (SSRF) and Denylist Bypass in Outgoing HTTP Components

ZITADEL is an open source identity management platform. From 4.0.0-rc.1 through 4.15.1, ZITADEL's HTTP notification channels, OIDC BackChannel Logout, and SAML metadata URL fetches do not consistently validate user-defined URLs against protected denylist handling, allowing server-side requests to...

2.3CVSS0.00252EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2026/07/10 9:29 a.m.13 views

CVE-2026-55689

OpenFGA is an authorization/permission engine built for developers. Prior to 1.18.0, when OpenFGA is configured to use OIDC authentication authn.method=oidc, authn.oidc.issuer set but authn.oidc.audience is left unset, the JWT audience claim on incoming bearer tokens is not validated. As a result...

8.1CVSS6.1AI score0.00301EPSS
SaveExploits0References8
Rows per page
Query Builder