Lucene search
+L

98 matches found

OSV
OSV
added 2025/11/27 12:15 a.m.8 views

UBUNTU-CVE-2025-66040

Spotipy is a Python library for the Spotify Web API. Prior to version 2.25.2, there is a cross-site scripting XSS vulnerability in the OAuth callback server that allows for JavaScript injection through the unsanitized error parameter. Attackers can execute arbitrary JavaScript in the user's brows...

3.6CVSS5.9AI score0.00156EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2025/11/26 11:14 p.m.26 views

CVE-2025-66040 Spotipy has a XSS vulnerability in OAuth callback server

Spotipy is a Python library for the Spotify Web API. Prior to version 2.25.2, there is a cross-site scripting XSS vulnerability in the OAuth callback server that allows for JavaScript injection through the unsanitized error parameter. Attackers can execute arbitrary JavaScript in the user's brows...

3.6CVSS0.00156EPSS
SaveExploits0References2
CVE
CVE
added 2025/11/26 11:14 p.m.46 views

CVE-2025-66040

Spotipy (Python Spotify Web API client) has an XSS vulnerability in its OAuth callback server. The issue arises from reflecting the unsanitized error URL parameter directly into the HTML response, enabling JavaScript injection during the OAuth flow. Affected versions are prior to 2.25.2, with the...

3.6CVSS5.9AI score0.00156EPSS
SaveExploits0References2
FreeBSD
FreeBSD
added 2025/11/26 12:00 a.m.10 views

spotipy -- CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')

https://github.com/spotipy-dev/spotipy/security/advisories/GHSA-r77h-rpp9-w2xm reports: Spotipy is a Python library for the Spotify Web API. Prior to version 2.25.2, there is a cross-site scripting XSS vulnerability in the OAuth callback server that allows for JavaScript injection through the...

3.6CVSS6AI score0.00156EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2025/11/08 12:55 a.m.13 views

CVE-2025-63784

An Open Redirect vulnerability exists in the OAuth callback handler in file onlook/apps/web/client/src/app/auth/callback/route.ts in Onlook web application 0.2.32. The vulnerability occurs because the application trusts the X-Forwarded-Host header value without proper validation when constructing...

6.5CVSS6.9AI score0.00417EPSS
SaveExploits1References1
CVE
CVE
added 2025/11/07 12:00 a.m.27 views

CVE-2025-63784

Onlook web application 0.2.32 contains an Open Redirect vulnerability in the OAuth callback handler (file onlook/apps/web/client/src/app/auth/callback/route.ts). The issue arises from trusting the X-Forwarded-Host header without proper validation when constructing the redirect URL, enabling an at...

6.5CVSS6.5AI score0.00417EPSS
SaveExploits1References2Affected Software1
Cvelist
Cvelist
added 2025/11/07 12:00 a.m.25 views

CVE-2025-63784

An Open Redirect vulnerability exists in the OAuth callback handler in file onlook/apps/web/client/src/app/auth/callback/route.ts in Onlook web application 0.2.32. The vulnerability occurs because the application trusts the X-Forwarded-Host header value without proper validation when constructing...

0.00417EPSS
SaveExploits1References2
EUVD
EUVD
added 2025/10/29 3:38 p.m.10 views

EUVD-2025-36568

FastMCP vulnerable to reflected XSS in client's callback page...

5.3CVSS5.8AI score0.00258EPSS
SaveExploits1References4
NVD
NVD
added 2025/10/28 10:15 p.m.17 views

CVE-2025-62800

FastMCP is the standard framework for building MCP applications. Versions prior to 2.13.0 have a reflected cross-site scripting vulnerability in the OAuth client callback page oauthcallback.py where unescaped user-controlled values are inserted into the generated HTML, allowing arbitrary JavaScri...

6.1CVSS0.00258EPSS
SaveExploits1References1
OSV
OSV
added 2025/10/28 9:34 p.m.11 views

CVE-2025-62800 FastMCP vulnerable to reflected XSS in client's callback page

FastMCP is the standard framework for building MCP applications. Versions prior to 2.13.0 have a reflected cross-site scripting vulnerability in the OAuth client callback page oauthcallback.py where unescaped user-controlled values are inserted into the generated HTML, allowing arbitrary JavaScri...

5.3CVSS6.4AI score
SaveExploits0References3
Snyk
Snyk
added 2025/08/29 2:44 a.m.11 views

Use of Hard-coded Cryptographic Key

Overview Affected versions of this package are vulnerable to Use of Hard-coded Cryptographic Key in the form of AuthSecretKey, StateSecretKey, and OAuthTokenSecretKey as defined in aes.go, which are used when generating the callback URL for OAuth authentication. Remediation Upgrade...

9.3CVSS7AI score0.00242EPSS
SaveExploits0References2
Packet Storm
Packet Storm
added 2025/07/23 12:00 a.m.116 views

📄 Invision Community 5.0.7 Cross Site Scripting

Invision Community versions 5.0.7 and below have an issue where user input passed through the state POST parameter to the /oauth/callback/index.php script is not properly sanitized before being used to generate HTML output. This can be exploited by attackers to perform reflected cross site...

6.4AI score
SaveExploits1
Positive Technologies
Positive Technologies
added 2025/07/23 12:00 a.m.17 views

PT-2025-30555 · Invision Power Board · Invision Community

Name of the Vulnerable Software and Affected Versions: Invision Community versions 5.0.0 through 5.0.7 Description: The software contains a reflected cross-site scripting issue in the oauth/callback endpoint. Recommendations: Update to a version later than 5.0.7. As a temporary workaround, consid...

6AI score
SaveExploits1References4
OSV
OSV
added 2024/12/20 3:01 p.m.32 views

GHSA-3Q97-VJPP-C8RP Socialstream has a Potential Account Takeover Vulnerability in Social Account Linking Due to Missing User Consent After OAuth Callback

Description When linking a social account to an already authenticated user, the lack of a confirmation step introduces a security risk. This is exacerbated if -stateless is used in the Socialite configuration, bypassing state verification and making the exploit easier. Developers should ensure th...

8.9CVSS6AI score0.00554EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2024/12/20 3:01 p.m.44 views

Socialstream has a Potential Account Takeover Vulnerability in Social Account Linking Due to Missing User Consent After OAuth Callback

Description When linking a social account to an already authenticated user, the lack of a confirmation step introduces a security risk. This is exacerbated if -stateless is used in the Socialite configuration, bypassing state verification and making the exploit easier. Developers should ensure th...

8.9CVSS6.9AI score0.00554EPSS
SaveExploits0References4Affected Software1
Veracode
Veracode
added 2017/06/20 3:09 a.m.12 views

Open Redirects

github.com/concourse/atc is vulnerable to open redirect attacks. These attacks are possible because the oauthcallbackhandler doesn't validate that the redirect URL is one within the website...

6.6AI score
SaveExploits0
NVD
NVD
added 2016/08/26 7:59 p.m.25 views

CVE-2016-5663

Multiple cross-site scripting XSS vulnerabilities in oauthcallback.php on Accellion Kiteworks appliances before kw2016.03.00 allow remote attackers to inject arbitrary web script or HTML via the 1 code, 2 error, or 3 errordescription parameter...

6.1CVSS6.1AI score0.00896EPSS
SaveExploits0References2
OSV
OSV
added 2016/08/26 7:59 p.m.12 views

CVE-2016-5663

Multiple cross-site scripting XSS vulnerabilities in oauthcallback.php on Accellion Kiteworks appliances before kw2016.03.00 allow remote attackers to inject arbitrary web script or HTML via the 1 code, 2 error, or 3 errordescription parameter...

6.1CVSS5.9AI score0.00896EPSS
SaveExploits0References2
Rows per page
Query Builder