Lucene search
K

315 matches found

Positive Technologies
Positive Technologies
added 2025/07/23 12:0 a.m.2 views

PT-2025-30607 · Unknown · Fastapi Guard

Name of the Vulnerable Software and Affected Versions: fastapi-guard versions 3.0.1 Description: The regular expression patch intended to mitigate a ReDoS vulnerability failed to adequately limit input string length. Specifically, the patch did not account for cases where the attributes within a...

8.8CVSS6.2AI score0.00734EPSS
Exploits1References10
PyPA
PyPA
added 2025/07/21 9:15 p.m.11 views

PYSEC-2025-71

Cadwyn creates production-ready community-driven modern Stripe-like API versioning in FastAPI. In versions before 5.4.3, the version parameter of the "/docs" endpoint is vulnerable to a Reflected XSS Cross-Site Scripting attack. This XSS would notably allow an attacker to execute JavaScript code ...

7.6CVSS6.8AI score0.00244EPSS
Exploits0References2Affected Software1
NVD
NVD
added 2025/07/21 9:15 p.m.15 views

CVE-2025-53528

Cadwyn creates production-ready community-driven modern Stripe-like API versioning in FastAPI. In versions before 5.4.3, the version parameter of the "/docs" endpoint is vulnerable to a Reflected XSS Cross-Site Scripting attack. This XSS would notably allow an attacker to execute JavaScript code ...

7.6CVSS0.00244EPSS
Exploits0References2
CVE
CVE
added 2025/07/21 8:15 p.m.28 views

CVE-2025-53528

Cadwyn (FastAPI-based API versioning tool) is affected by CVE-2025-53528 due to a Reflected XSS vulnerability in the version parameter of the /docs endpoint. The issue allows an attacker to execute JavaScript in a user’s session via a crafted link. The vulnerability is fixed in version 5.4.3; rem...

7.6CVSS5.8AI score0.00244EPSS
Exploits0References2
Cvelist
Cvelist
added 2025/07/21 8:15 p.m.21 views

CVE-2025-53528 Cadwyn is vulnerable to an XSS attack through its docs page

Cadwyn creates production-ready community-driven modern Stripe-like API versioning in FastAPI. In versions before 5.4.3, the version parameter of the "/docs" endpoint is vulnerable to a Reflected XSS Cross-Site Scripting attack. This XSS would notably allow an attacker to execute JavaScript code ...

7.6CVSS0.00244EPSS
Exploits0References2
RedhatCVE
RedhatCVE
added 2025/07/09 7:23 p.m.5 views

CVE-2025-53539

FastAPI Guard is a security library for FastAPI that provides middleware to control IPs, log requests, and detect penetration attempts. fastapi-guard's penetration attempts detection uses regex to scan incoming requests. However, some of the regex patterns used in detection are extremely...

6.9CVSS7.1AI score0.00422EPSS
Exploits1References1
BDU FSTEC
BDU FSTEC
added 2025/07/09 12:0 a.m.3 views

The vulnerability of the fastapi-guard tool for analyzing network traffic, network detection, and response lies in its use of a regular expression with inefficient computational complexity, allowing attackers to trigger service failures.

The vulnerability of the fastapi-guard tool for analyzing network traffic, detecting network issues, and responding to them is related to the use of a regular expression with inefficient computational complexity. Exploiting this vulnerability could allow an attacker operating remotely to cause...

5.3CVSS5.5AI score0.00422EPSS
Exploits1References2Affected Software1
Veracode
Veracode
added 2025/07/08 8:18 a.m.4 views

Regular Expression Denial Of Service (ReDoS)

fastapi-guard is vulnerable to Regular Expression Denial Of Service ReDoS. The vulnerability is due to inefficient regex pattern matching due to use of poorly optimized regular expressions that cause polynomial-time backtracking on crafted inputs, leading to high CPU usage and service...

7.5CVSS6.2AI score0.00422EPSS
Exploits1References4Affected Software1
OSV
OSV
added 2025/07/07 11:36 p.m.2 views

GHSA-J47Q-RC62-W448 fastapi-guard is vulnerable to ReDoS through inefficient regex

Summary fastapi-guard detects penetration attempts by using regex patterns to scan incoming requests. However, some of the regex patterns used in detection are extremely inefficient and can cause polynomial complexity backtracks when handling specially crafted inputs. It is not as severe as...

6.9CVSS6.1AI score0.00422EPSS
Exploits1References4
Github Security Blog
Github Security Blog
added 2025/07/07 11:36 p.m.12 views

fastapi-guard is vulnerable to ReDoS through inefficient regex

Summary fastapi-guard detects penetration attempts by using regex patterns to scan incoming requests. However, some of the regex patterns used in detection are extremely inefficient and can cause polynomial complexity backtracks when handling specially crafted inputs. It is not as severe as...

7.5CVSS6.3AI score0.00422EPSS
Exploits1References4Affected Software1
NVD
NVD
added 2025/07/07 8:15 p.m.5 views

CVE-2025-53539

FastAPI Guard is a security library for FastAPI that provides middleware to control IPs, log requests, and detect penetration attempts. fastapi-guard's penetration attempts detection uses regex to scan incoming requests. However, some of the regex patterns used in detection are extremely...

7.5CVSS0.00422EPSS
Exploits1References2
Snyk
Snyk
added 2025/07/07 7:45 p.m.2 views

Regular Expression Denial of Service (ReDoS)

Overview fastapi-guard is a Security library for FastAPI to control IPs and more. Affected versions of this package are vulnerable to Regular Expression Denial of Service ReDoS via the SusPatternsManager class in the suspatternshandler.py file. An attacker can cause excessive resource consumption...

7.5CVSS6.8AI score0.00422EPSS
Exploits1References2
OSV
OSV
added 2025/07/07 7:16 p.m.5 views

CVE-2025-53539 ReDoS in fastapi-guard's penetration attempts detector

FastAPI Guard is a security library for FastAPI that provides middleware to control IPs, log requests, and detect penetration attempts. fastapi-guard's penetration attempts detection uses regex to scan incoming requests. However, some of the regex patterns used in detection are extremely...

6.9CVSS6.3AI score0.00422EPSS
Exploits1References4
CVE
CVE
added 2025/07/07 7:16 p.m.18 views

CVE-2025-53539

CVE-2025-53539 affects fastapi-guard: the DoS risk stems from inefficient regular expressions in the SusPatternsManager (suspatterns_handler.py) used to detect penetration attempts, enabling polynomial backtracking under crafted inputs. The vulnerability is documented as fixed in version 3.0.1; r...

7.5CVSS6.5AI score0.00422EPSS
Exploits1References2Affected Software1
Cvelist
Cvelist
added 2025/07/07 7:16 p.m.8 views

CVE-2025-53539 ReDoS in fastapi-guard's penetration attempts detector

FastAPI Guard is a security library for FastAPI that provides middleware to control IPs, log requests, and detect penetration attempts. fastapi-guard's penetration attempts detection uses regex to scan incoming requests. However, some of the regex patterns used in detection are extremely...

6.9CVSS0.00422EPSS
Exploits1References2
Vulnrichment
Vulnrichment
added 2025/07/07 7:16 p.m.2 views

CVE-2025-53539 ReDoS in fastapi-guard's penetration attempts detector

FastAPI Guard is a security library for FastAPI that provides middleware to control IPs, log requests, and detect penetration attempts. fastapi-guard's penetration attempts detection uses regex to scan incoming requests. However, some of the regex patterns used in detection are extremely...

6.9CVSS7AI score0.00422EPSS
Exploits1References2
CNNVD
CNNVD
added 2025/07/07 12:0 a.m.2 views

fastapi-guard 安全漏洞

fastapi-guard is a security library for FastAPI by Renzo F Individual Developer that provides middleware to control IPs, log requests and detect penetration attempts. A security vulnerability exists in fastapi-guard versions prior to 3.0.1, which stems from a regular expression pattern inefficien...

7.5CVSS6.2AI score0.00422EPSS
Exploits1References3
Positive Technologies
Positive Technologies
added 2025/07/07 12:0 a.m.2 views

PT-2025-28250

Name of the Vulnerable Software and Affected Versions: FastAPI Guard versions prior to 3.0.1 Description: The issue concerns the penetration attempts detection mechanism in FastAPI Guard, which utilizes regex patterns to scan incoming requests. However, some of these regex patterns are inefficien...

7.5CVSS6.4AI score0.00422EPSS
Exploits1References10
RedhatCVE
RedhatCVE
added 2025/06/25 5:53 p.m.7 views

CVE-2025-49126

Visionatrix is an AI Media processing tool using ComfyUI. In versions 1.5.0 to before 2.5.1, the /docs/flows endpoint is vulnerable to a Reflected XSS Cross-Site Scripting attack allowing full takeover of the application and exfiltration of secrets stored in the application. The implementation us...

8.8CVSS5.9AI score0.00244EPSS
Exploits0References1
OSV
OSV
added 2025/06/23 5:18 p.m.4 views

CVE-2025-49126 Visionatrix Vulnerable to Reflected XSS Leading to Exfiltration of Secrets

Visionatrix is an AI Media processing tool using ComfyUI. In versions 1.5.0 to before 2.5.1, the /docs/flows endpoint is vulnerable to a Reflected XSS Cross-Site Scripting attack allowing full takeover of the application and exfiltration of secrets stored in the application. The implementation us...

8.8CVSS6AI score0.00244EPSS
Exploits0References4
Rows per page
Query Builder