Lucene search
+L

331 matches found

EUVD
EUVD
added 2026/08/17 11:04 a.m.9 views

EUVD-2026-60099

opensslencrypt versions before 1.4.0 accept refresh tokens as URL query parameters in keyserver and telemetry server routes. Attackers can extract tokens from server logs, proxy logs, browser history, and HTTP Referer headers to gain unauthorized access...

9.8CVSS5.3AI score0.00307EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2026/08/13 10:05 p.m.5 views

CVE-2026-73304

Budibase is an open-source low-code platform. Prior to 3.39.25, GET /api/users/metadata and GET /api/users/metadata/:id returned user objects processed by packages/server/src/utilities/global.ts without removing oauth2.accessToken or oauth2.refreshToken. A user with the POWER role could retrieve...

4.9CVSS5.3AI score0.00356EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2026/08/13 10:05 p.m.7 views

CVE-2026-73304 Budibase: SSO OAuth2 Token Leakage via User Metadata Endpoints to Power-Role Users

Budibase is an open-source low-code platform. Prior to 3.39.25, GET /api/users/metadata and GET /api/users/metadata/:id returned user objects processed by packages/server/src/utilities/global.ts without removing oauth2.accessToken or oauth2.refreshToken. A user with the POWER role could retrieve...

4.9CVSS5.4AI score
SaveExploits0References6
Cvelist
Cvelist
added 2026/08/13 10:05 p.m.33 views

CVE-2026-73304 Budibase: SSO OAuth2 Token Leakage via User Metadata Endpoints to Power-Role Users

Budibase is an open-source low-code platform. Prior to 3.39.25, GET /api/users/metadata and GET /api/users/metadata/:id returned user objects processed by packages/server/src/utilities/global.ts without removing oauth2.accessToken or oauth2.refreshToken. A user with the POWER role could retrieve...

4.9CVSS0.00356EPSS
SaveExploits0References4
NVD
NVD
added 2026/08/11 5:19 p.m.5 views

CVE-2026-73085

Audiobookshelf is a self-hosted audiobook and podcast server. Prior to 2.36.0, the jwtAuthCheck function in server/auth/TokenManager.js treats JWTs with the refresh token type as bearer access tokens on API and WebSocket resource endpoints such as /api/me instead of restricting them to...

5.3CVSS0.00267EPSS
SaveExploits0References5
OSV
OSV
added 2026/08/11 4:40 p.m.14 views

CVE-2026-73085 Audiobookshelf: Refresh Token Accepted on Resource Endpoints

Audiobookshelf is a self-hosted audiobook and podcast server. Prior to 2.36.0, the jwtAuthCheck function in server/auth/TokenManager.js treats JWTs with the refresh token type as bearer access tokens on API and WebSocket resource endpoints such as /api/me instead of restricting them to...

5.3CVSS5.4AI score
SaveExploits0References7
CVE
CVE
added 2026/08/11 4:40 p.m.38 views

CVE-2026-73085

CVE-2026-73085 affects Audiobookshelf prior to version 2.36.0. The issue arises in jwtAuthCheck (server/auth/TokenManager.js): JWTs with the refresh token type are treated as bearer access tokens on API and WebSocket endpoints (e.g., /api/me) instead of being restricted to /auth/refresh, enabling...

5.3CVSS5.3AI score0.00267EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/08/11 4:40 p.m.6 views

EUVD-2026-56553

Audiobookshelf is a self-hosted audiobook and podcast server. Prior to 2.36.0, the jwtAuthCheck function in server/auth/TokenManager.js treats JWTs with the refresh token type as bearer access tokens on API and WebSocket resource endpoints such as /api/me instead of restricting them to...

5.3CVSS5.3AI score0.00267EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2026/08/11 12:00 a.m.4 views

PT-2026-70359

Audiobookshelf is a self-hosted audiobook and podcast server. Prior to 2.36.0, the jwtAuthCheck function in server/auth/TokenManager.js treats JWTs with the refresh token type as bearer access tokens on API and WebSocket resource endpoints such as /api/me instead of restricting them to...

5.3CVSS5.3AI score0.00267EPSS
SaveExploits0References6
ATTACKERKB
ATTACKERKB
added 2026/08/06 7:33 a.m.9 views

CVE-2025-12627

The user impersonation flow in WSO2 Identity Server fails to properly manage refresh tokens associated with impersonated sessions. This allows an attacker who has obtained an access token for an impersonated user to leverage the refresh token grant to obtain new access tokens, extending their...

2.4CVSS5.5AI score0.0013EPSS
SaveExploits0References2Affected Software2
Cvelist
Cvelist
added 2026/08/06 7:33 a.m.38 views

CVE-2025-12627 Improper Refresh Token Implementation via User Impersonation Flow in WSO2 Identity Server Enables Continued Unauthorized Actions

The user impersonation flow in WSO2 Identity Server fails to properly manage refresh tokens associated with impersonated sessions. This allows an attacker who has obtained an access token for an impersonated user to leverage the refresh token grant to obtain new access tokens, extending their...

2.4CVSS0.0013EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2026/08/04 7:37 p.m.6 views

CVE-2026-70478

Flowise is a drag & drop user interface to build a customized large language model flow. Prior to 3.1.3, the POST /api/v1/oauth2-credential/refresh/:credentialId endpoint is included in WHITELISTURLS and requires no authentication. The endpoint decrypts the stored credential, sends a refresh...

9.2CVSS5.5AI score0.00381EPSS
SaveExploits0References2Affected Software1
Github Security Blog
Github Security Blog
added 2026/08/04 2:20 p.m.12 views

Flowise: Unauthenticated OAuth2 Refresh Enables Non-Blind SSRF and Secret Exfiltration

Summary The OAuth2 token refresh endpoint POST /api/v1/oauth2-credential/refresh/:credentialId is unauthenticated by design it is in the public whitelist and performs a server-side HTTP request to a credential-controlled URL accessTokenUrl without SSRF protections. In runtime validation, this...

8.5CVSS5.7AI score0.00342EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/07/28 2:12 p.m.19 views

Pocket ID: OIDC refresh token flow bypasses authorization revocation, account disabling, and group restrictions

OIDC Refresh Token Flow Bypasses Authorization Revocation, Account Disabling, and Group Restrictions Summary The createTokenFromRefreshToken function oidcservice.go:451 validates the refresh token's cryptographic integrity but does not re-validate the user's current authorization state before...

8.5CVSS5.9AI score0.00247EPSS
SaveExploits1References5Affected Software1
EUVD
EUVD
added 2026/07/28 2:12 p.m.15 views

EUVD-2026-29482

Pocket ID: OIDC refresh token flow bypasses authorization revocation, account disabling, and group restrictions...

8.5CVSS5.8AI score0.00247EPSS
SaveExploits1References4
OSV
OSV
added 2026/07/28 2:12 p.m.6 views

GHSA-W6P7-2FXX-4F44 Pocket ID: OIDC refresh token flow bypasses authorization revocation, account disabling, and group restrictions

OIDC Refresh Token Flow Bypasses Authorization Revocation, Account Disabling, and Group Restrictions Summary The createTokenFromRefreshToken function oidcservice.go:451 validates the refresh token's cryptographic integrity but does not re-validate the user's current authorization state before...

8.5CVSS5.9AI score0.00354EPSS
SaveExploits2References5
NVD
NVD
added 2026/07/27 8:16 p.m.16 views

CVE-2026-65616

Incorrect authorization validation in refresh token signature allows non-admin users to obtain a signed JFrog administrator token...

8.8CVSS0.00187EPSS
SaveExploits0References2
CVE
CVE
added 2026/07/27 7:34 p.m.135 views

CVE-2026-65616

The provided documents describe CVE-2026-65616 as an incorrect authorization validation in the refresh token signature that allows non-admin users to obtain a signed JFrog administrator token. This indicates a privilege escalation risk tied to the token signing/validation flow in the JFrog produc...

8.8CVSS5.8AI score0.00187EPSS
SaveExploits0References2Affected Software1
Vulnrichment
Vulnrichment
added 2026/07/27 7:34 p.m.6 views

CVE-2026-65616 Potential privilege escalation to JFrog administrator privileges

Incorrect authorization validation in refresh token signature allows non-admin users to obtain a signed JFrog administrator token...

8.8CVSS5.8AI score0.00187EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2026/07/27 7:34 p.m.9 views

CVE-2026-65616

Incorrect authorization validation in refresh token signature allows non-admin users to obtain a signed JFrog administrator token...

8.8CVSS5.8AI score0.00187EPSS
SaveExploits0References3
Rows per page
Query Builder