Lucene search
+L

613 matches found

OSV
OSV
added 2025/10/06 4:15 p.m.9 views

UBUNTU-CVE-2025-59152

Litestar is an Asynchronous Server Gateway Interface ASGI framework. In version 2.17.0, rate limits can be completely bypassed by manipulating the X-Forwarded-For header. This renders IP-based rate limiting ineffective against determined attackers. Litestar's RateLimitMiddleware uses...

7.5CVSS5.9AI score0.00452EPSS
SaveExploits0References4
CVE
CVE
added 2025/10/06 3:23 p.m.36 views

CVE-2025-59152

Litestar vulnerability in RateLimitMiddleware: when X-Forwarded-For is present, cache_key_from_request() trusts it unconditionally, enabling per-header-bucket rate-limiting and bypass of IP-based quotas. Affected: Litestar 2.17.0 with default RateLimitMiddleware configuration. Mitigation: upgrade...

7.5CVSS6.6AI score0.00452EPSS
SaveExploits0References3
OSV
OSV
added 2025/10/06 3:23 p.m.13 views

CVE-2025-59152 X-Forwarded-For Header Spoofing Bypasses Litestar Rate Limiting

Litestar is an Asynchronous Server Gateway Interface ASGI framework. In version 2.17.0, rate limits can be completely bypassed by manipulating the X-Forwarded-For header. This renders IP-based rate limiting ineffective against determined attackers. Litestar's RateLimitMiddleware uses...

7.5CVSS6.7AI score
SaveExploits0References5
Cvelist
Cvelist
added 2025/10/06 3:23 p.m.18 views

CVE-2025-59152 X-Forwarded-For Header Spoofing Bypasses Litestar Rate Limiting

Litestar is an Asynchronous Server Gateway Interface ASGI framework. In version 2.17.0, rate limits can be completely bypassed by manipulating the X-Forwarded-For header. This renders IP-based rate limiting ineffective against determined attackers. Litestar's RateLimitMiddleware uses...

7.5CVSS0.00452EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2025/10/06 1:08 p.m.18 views

CVE-2025-61595

MANTRA is a purpose-built RWA Layer 1 Blockchain, capable of adherence to real world regulatory requirements. Versions 4.0.1 and below do not enforce the tx gas limit in its send hooks. Send hooks can spend more gas than what remains in tx, combined with recursive calls in the wasm contract,...

8.8CVSS6.4AI score0.00312EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2025/10/06 12:00 a.m.12 views

PT-2025-40902

Name of the Vulnerable Software and Affected Versions Litestar versions prior to 2.18.0 Description Litestar is an Asynchronous Server Gateway Interface ASGI framework. In version 2.17.0, rate limits can be bypassed by manipulating the X-Forwarded-For header. The RateLimitMiddleware uses cache ke...

7.5CVSS5.9AI score0.00452EPSS
SaveExploits0References17
EUVD
EUVD
added 2025/10/03 8:07 p.m.6 views

EUVD-2022-51532

Malicious code in bioql PyPI...

7.5CVSS7.6AI score0.00689EPSS
SaveExploits0References2
EUVD
EUVD
added 2025/10/03 8:07 p.m.7 views

EUVD-2024-54173

Malicious code in bioql PyPI...

5.3CVSS8.7AI score0.00353EPSS
SaveExploits1References1
EUVD
EUVD
added 2025/10/03 8:07 p.m.11 views

EUVD-2022-37344

Malicious code in bioql PyPI...

5.3CVSS5.7AI score0.00442EPSS
SaveExploits0References1
Tenable Nessus
Tenable Nessus
added 2025/09/30 12:00 a.m.6 views

Ubuntu 24.04 LTS / 25.04 : Rack vulnerability (USN-7784-1)

The remote Ubuntu 24.04 LTS / 25.04 host has a package installed that is affected by a vulnerability as referenced in the USN-7784-1 advisory. It was discovered that Rack incorrectly handled limiting the amount of parameters. An attacker could possibly use this issue to bypass the paramslimit...

7.5CVSS7.2AI score0.00573EPSS
SaveExploits0References2
OSV
OSV
added 2025/09/29 3:09 p.m.8 views

USN-7784-1 ruby-rack vulnerability

It was discovered that Rack incorrectly handled limiting the amount of parameters. An attacker could possibly use this issue to bypass the paramslimit value, leading to a denial of service...

7.5CVSS6.7AI score0.00573EPSS
SaveExploits0References2
Ubuntu
Ubuntu
added 2025/09/29 3:09 p.m.6 views

USN-7784-1: Rack vulnerability

It was discovered that Rack incorrectly handled limiting the amount of parameters. An attacker could possibly use this issue to bypass the paramslimit value, leading to a denial of service...

7.5CVSS7.1AI score0.00573EPSS
SaveExploits0
OSV
OSV
added 2025/09/25 4:39 p.m.9 views

GHSA-625H-95R8-8XPM Rack has an unsafe default in Rack::QueryParser allows params_limit bypass via semicolon-separated parameters

Summary Rack::QueryParser in version 2.2.18 enforces its paramslimit only for parameters separated by &, while still splitting on both & and ;. As a result, attackers could use ; separators to bypass the parameter count limit and submit more parameters than intended. Details The issue arises...

7.5CVSS6.7AI score0.00573EPSS
SaveExploits0References4
NVD
NVD
added 2025/09/25 3:16 p.m.16 views

CVE-2025-59830

Rack is a modular Ruby web server interface. Prior to version 2.2.18, Rack::QueryParser enforces its paramslimit only for parameters separated by &, while still splitting on both & and ;. As a result, attackers could use ; separators to bypass the parameter count limit and submit more parameters...

7.5CVSS0.00573EPSS
SaveExploits0References2
CVE
CVE
added 2025/09/25 2:37 p.m.64 views

CVE-2025-59830

Rack (Ruby web server interface) prior to version 2.2.18 is vulnerable in Rack::QueryParser where param counting is enforced only for parameters separated by & but parsing also splits on ;. This allows semicolon-separated parameters to bypass the params_limit and can lead to increased CPU/memory ...

7.5CVSS6.4AI score0.00573EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2025/09/25 2:37 p.m.18 views

CVE-2025-59830 Rack QueryParser has an unsafe default allowing params_limit bypass via semicolon-separated parameters

Rack is a modular Ruby web server interface. Prior to version 2.2.18, Rack::QueryParser enforces its paramslimit only for parameters separated by &, while still splitting on both & and ;. As a result, attackers could use ; separators to bypass the parameter count limit and submit more parameters...

7.5CVSS0.00573EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2025/09/25 12:00 a.m.9 views

PT-2025-39397

Name of the Vulnerable Software and Affected Versions Rack versions prior to 2.2.18 Description Rack’s QueryParser component incorrectly counts parameters when using both '&' and ';' separators. The params limit is only enforced for parameters separated by '&', allowing attackers to bypass the...

10CVSS6.7AI score0.35376EPSS
SaveExploits6References96
CNNVD
CNNVD
added 2025/09/12 12:00 a.m.9 views

Hono 安全漏洞

Hono is a web framework written in TypeScript from the Hono community. A security vulnerability exists in Hono versions prior to 4.9.7, which stems from the bodyLimit middleware prioritizing the Content-Length header when handling conflicting HTTP headers, which could lead to a denial of service...

5.3CVSS6.2AI score0.0045EPSS
SaveExploits0References3
NVD
NVD
added 2025/09/05 12:15 a.m.26 views

CVE-2025-58352

Weblate is a web based localization tool. Versions lower than 5.13.1 contain a vulnerability that causes long session expiry during the second factor verification. The long session expiry could be used to circumvent rate limiting of the second factor. This issue is fixed in version 5.13.1...

6.5CVSS0.00281EPSS
SaveExploits0References3
Snyk
Snyk
added 2025/09/04 11:45 p.m.5 views

Insufficient Session Expiration

Overview Affected versions of this package are vulnerable to Insufficient Session Expiration due to unsafe settings for the second factor in 2FA. An attacker can bypass intended rate limiting by maintaining a valid session for an unusually long period and repeatedly attempting authentication...

6.5CVSS6.9AI score0.00281EPSS
SaveExploits0References2
Rows per page
Query Builder