Lucene search
+L

340 matches found

Veracode
Veracode
added 2026/01/14 11:48 a.m.7 views

Cross-Site Request Forgery (CSRF)

fastapiusers is vulnerable to Cross-Site Request Forgery CSRF. The vulnerability is due to stateless and predictable OAuth state tokens with no session binding or per-request entropy, which allows an attacker to initiate an OAuth flow, reuse a valid state token, and trick a victim into completing...

8.8CVSS5.9AI score0.00262EPSS
SaveExploits1References5Affected Software1
Positive Technologies
Positive Technologies
added 2026/01/01 12:00 a.m.9 views

PT-2026-25819

Name of the Vulnerable Software and Affected Versions Glances versions prior to 4.5.2 Description Glances, a system cross-platform monitoring tool, had insufficient host validation in its main REST/WebUI FastAPI application prior to version 4.5.2. This allowed the REST API, WebUI, and token...

5.9CVSS5.7AI score0.00184EPSS
SaveExploits1References25
RedhatCVE
RedhatCVE
added 2025/12/20 8:14 p.m.16 views

CVE-2025-68481

FastAPI Users allows users to quickly add a registration and authentication system to their FastAPI project. Prior to version 15.0.2, 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 flo...

5.9CVSS6.9AI score0.00262EPSS
SaveExploits1References1
NVD
NVD
added 2025/12/19 9:15 p.m.17 views

CVE-2025-68481

FastAPI Users allows users to quickly add a registration and authentication system to their FastAPI project. Prior to version 15.0.2, 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 flo...

8.8CVSS0.00262EPSS
SaveExploits1References4
OSV
OSV
added 2025/12/19 9:10 p.m.30 views

GHSA-5J53-63W8-8625 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.9CVSS6.9AI score0.00262EPSS
SaveExploits1References6
Snyk
Snyk
added 2025/12/19 8:42 p.m.8 views

Cross-site Request Forgery (CSRF)

Overview fastapi-users is a Ready-to-use and customizable users management for FastAPI Affected versions of this package are vulnerable to Cross-site Request Forgery CSRF via the generatestatetoken function, which is called with an empty statedata dict, so the resulting JWT contains only the fixe...

8.8CVSS7AI score0.00262EPSS
SaveExploits1References2
Vulnrichment
Vulnrichment
added 2025/12/19 8:14 p.m.5 views

CVE-2025-68481 FastAPI Users Vulnerable to 1-click Account Takeover in Apps Using FastAPI SSO

FastAPI Users allows users to quickly add a registration and authentication system to their FastAPI project. Prior to version 15.0.2, 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 flo...

5.9CVSS6.5AI score0.00262EPSS
SaveExploits1References4
Cvelist
Cvelist
added 2025/12/19 8:14 p.m.40 views

CVE-2025-68481 FastAPI Users Vulnerable to 1-click Account Takeover in Apps Using FastAPI SSO

FastAPI Users allows users to quickly add a registration and authentication system to their FastAPI project. Prior to version 15.0.2, 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 flo...

5.9CVSS0.00262EPSS
SaveExploits1References4
OSV
OSV
added 2025/12/19 8:14 p.m.13 views

CVE-2025-68481 FastAPI Users Vulnerable to 1-click Account Takeover in Apps Using FastAPI SSO

FastAPI Users allows users to quickly add a registration and authentication system to their FastAPI project. Prior to version 15.0.2, 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 flo...

5.9CVSS6.9AI score
SaveExploits0References6
CVE
CVE
added 2025/12/19 8:14 p.m.76 views

CVE-2025-68481

CVE-2025-68481 affects FastAPI Users. Before 15.0.2, OAuth state tokens are generated with an empty state_data, making the JWT contain only a fixed audience and expiry. The callback checks the state JWT but does not tie it to the user session, lacks a correlation cookie or server-side cache, and ...

8.8CVSS6.5AI score0.00262EPSS
SaveExploits1References4Affected Software1
EUVD
EUVD
added 2025/12/19 8:14 p.m.40 views

EUVD-2025-204614

FastAPI Users allows users to quickly add a registration and authentication system to their FastAPI project. Prior to version 15.0.2, 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 flo...

5.9CVSS6.4AI score0.00262EPSS
SaveExploits1References5
EUVD
EUVD
added 2025/12/19 6:30 a.m.9 views

EUVD-2025-204438

FastAPI SSP is vulnerable to Cross-site Request Forgery CSRF through improper OAuth parameter validation...

6.9CVSS6.5AI score0.00363EPSS
SaveExploits0References4
OSV
OSV
added 2025/12/19 6:30 a.m.15 views

GHSA-HP6R-R9VC-Q8WX FastAPI SSP is vulnerable to Cross-site Request Forgery (CSRF) through improper OAuth parameter validation

Versions of the package fastapi-sso before 0.19.0 are vulnerable to Cross-site Request Forgery CSRF due to the improper validation of the OAuth state parameter during the authentication callback. While the getloginurl method allows for state generation, it does not persist the state or bind it to...

6.9CVSS6.8AI score0.00363EPSS
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2025/12/19 6:30 a.m.18 views

FastAPI SSP is vulnerable to Cross-site Request Forgery (CSRF) through improper OAuth parameter validation

Versions of the package fastapi-sso before 0.19.0 are vulnerable to Cross-site Request Forgery CSRF due to the improper validation of the OAuth state parameter during the authentication callback. While the getloginurl method allows for state generation, it does not persist the state or bind it to...

6.9CVSS6.9AI score0.00363EPSS
SaveExploits0References5Affected Software1
NVD
NVD
added 2025/12/19 5:16 a.m.13 views

CVE-2025-14546

Versions of the package fastapi-sso before 0.19.0 are vulnerable to Cross-site Request Forgery CSRF due to the improper validation of the OAuth state parameter during the authentication callback. While the getloginurl method allows for state generation, it does not persist the state or bind it to...

6.9CVSS0.00363EPSS
SaveExploits0References3
CVE
CVE
added 2025/12/19 5:00 a.m.33 views

CVE-2025-14546

CVE-2025-14546 affects fastapi-sso

6.9CVSS6.5AI score0.00363EPSS
SaveExploits0References3
OSV
OSV
added 2025/12/19 5:00 a.m.11 views

CVE-2025-14546

Versions of the package fastapi-sso before 0.19.0 are vulnerable to Cross-site Request Forgery CSRF due to the improper validation of the OAuth state parameter during the authentication callback. While the getloginurl method allows for state generation, it does not persist the state or bind it to...

6.9CVSS6.8AI score
SaveExploits0References5
CNNVD
CNNVD
added 2025/12/19 12:00 a.m.7 views

FastAPI SSO 安全漏洞

FastAPI SSO is a FastAPI plugin from the individual developer Tomas Votava. A security vulnerability exists in FastAPI SSO versions prior to 0.19.0, which stems from improper validation of the OAuth status parameter and could lead to a cross-site request forgery attack...

6.9CVSS6.4AI score0.00363EPSS
SaveExploits0References4
CNNVD
CNNVD
added 2025/12/19 12:00 a.m.8 views

FastAPI Users 跨站请求伪造漏洞

FastAPI Users is a customizable user management interface from FastAPI Users open source. A cross-site request forgery vulnerability exists in FastAPI Users versions prior to 15.0.2, which stems from stateless OAuth login status tokens and missing correlation data, which could lead to login CSRF...

8.8CVSS6.3AI score0.00262EPSS
SaveExploits1References5
Positive Technologies
Positive Technologies
added 2025/12/19 12:00 a.m.16 views

PT-2025-52515

Name of the Vulnerable Software and Affected Versions FastAPI Users versions prior to 15.0.2 Description FastAPI Users is a system designed to add registration and authentication to FastAPI projects. A login Cross-Site Request Forgery CSRF exists because OAuth login state tokens are stateless and...

8.8CVSS6.8AI score0.00262EPSS
SaveExploits1References15
Rows per page
Query Builder