Lucene search
+L

9058 matches found

OSV
OSV
added 2025/10/10 7:22 p.m.7 views

CVE-2025-61919 Rack is vulnerable to a memory-exhaustion DoS through unbounded URL-encoded body parsing

Rack is a modular Ruby web server interface. Prior to versions 2.2.20, 3.1.18, and 3.2.3, Rack::RequestPOST reads the entire request body into memory for Content-Type: application/x-www-form-urlencoded, calling rack.input.readnil without enforcing a length or cap. Large request bodies can therefo...

7.5CVSS6.5AI score
SaveExploits0References6
CVE
CVE
added 2025/10/10 7:22 p.m.65 views

CVE-2025-61919

CVE-2025-61919 : Rack’s Rack::Request#POST reads the entire body into memory for application/x-www-form-urlencoded and can cause DoS via memory exhaustion in affected versions prior to 2.2.20, 3.1.18, and 3.2.3. The fix enforces form parameter limits (query_parser.bytesize_limit) and prevents unb...

7.5CVSS6.4AI score0.00605EPSS
SaveExploits0References4Affected Software1
Debian CVE
Debian CVE
added 2025/10/10 7:22 p.m.6 views

CVE-2025-61919

Rack is a modular Ruby web server interface. Prior to versions 2.2.20, 3.1.18, and 3.2.3, Rack::RequestPOST reads the entire request body into memory for Content-Type: application/x-www-form-urlencoded, calling rack.input.readnil without enforcing a length or cap. Large request bodies can therefo...

7.5CVSS6.4AI score0.00605EPSS
SaveExploits0
OSV
OSV
added 2025/10/10 5:33 p.m.12 views

GHSA-6XW4-3V39-52MM Rack is vulnerable to a memory-exhaustion DoS through unbounded URL-encoded body parsing

Summary Rack::RequestPOST reads the entire request body into memory for Content-Type: application/x-www-form-urlencoded, calling rack.input.readnil without enforcing a length or cap. Large request bodies can therefore be buffered completely into process memory before parsing, leading to denial of...

7.5CVSS6.9AI score0.00605EPSS
SaveExploits0References7
Snyk
Snyk
added 2025/10/10 5:33 p.m.9 views

Allocation of Resources Without Limits or Throttling

Overview rack is a minimal, modular and adaptable interface for developing web applications in Ruby. By wrapping HTTP requests and responses in the simplest way possible, it unifies and distills the API for web servers, web frameworks, and software in between the so-called middleware into a singl...

8.7CVSS7AI score0.00605EPSS
SaveExploits0References2
OSV
OSV
added 2025/10/10 2:27 p.m.12 views

JLSEC-2025-18 An issue was discovered in dbus >= 1.3.0 before 1.12.18

An issue was discovered in dbus = 1.3.0 before 1.12.18. The DBusServer in libdbus, as used in dbus-daemon, leaks file descriptors when a message exceeds the per-message file descriptor limit. A local attacker with access to the D-Bus system bus or another system service's private AFUNIX socket...

5.5CVSS6.6AI score0.00569EPSS
SaveExploits1References10
GithubExploit
GithubExploit
added 2025/10/10 12:52 p.m.144 views

Exploit for CVE-2025-61301

CVE-2025-61301 - CAPEv2: Denial-Of-Analysis via Recursive Proc...

6.9AI score0.00331EPSS
SaveExploits1
SUSE CVE
SUSE CVE
added 2025/10/08 11:22 p.m.10 views

SUSE CVE-2025-58186

Despite HTTP headers having a default limit of 1MB, the number of cookies that can be parsed does not have a limit. By sending a lot of very small cookies such as "a=;", an attacker can make an HTTP server allocate a large amount of structs, causing large memory consumption...

5.3CVSS7AI score0.00527EPSS
SaveExploits0References13
SUSE CVE
SUSE CVE
added 2025/10/07 11:25 p.m.8 views

SUSE CVE-2025-61770

Rack is a modular Ruby web server interface. In versions prior to 2.2.19, 3.1.17, and 3.2.2, Rack::Multipart::Parser buffers the entire multipart preamble bytes before the first boundary in memory without any size limit. A client can send a large preamble followed by a valid boundary, causing...

7.5CVSS6.9AI score0.00868EPSS
SaveExploits0References6
OSV
OSV
added 2025/10/07 5:26 p.m.10 views

GHSA-P543-XPFM-54CP Rack's unbounded multipart preamble buffering enables DoS (memory exhaustion)

Summary Rack::Multipart::Parser buffers the entire multipart preamble bytes before the first boundary in memory without any size limit. A client can send a large preamble followed by a valid boundary, causing significant memory use and potential process termination due to out-of-memory OOM...

7.5CVSS7.2AI score0.00868EPSS
SaveExploits0References7
RedhatCVE
RedhatCVE
added 2025/10/07 4:27 p.m.10 views

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.5CVSS6.9AI score0.00452EPSS
SaveExploits0References1
EUVD
EUVD
added 2025/10/07 3:21 p.m.9 views

EUVD-2025-32813

In the Linux kernel, the following vulnerability has been resolved: wifi: brcmfmac: Fix potential shift-out-of-bounds in brcmffwallocrequest This patch fixes a shift-out-of-bounds in brcmfmac that occurs in BITchiprev when a 'chiprev' provided by the device is too large. It should also not be equ...

5.9AI score0.00205EPSS
SaveExploits0References11
NVD
NVD
added 2025/10/07 3:16 p.m.6 views

CVE-2025-61772

Rack is a modular Ruby web server interface. In versions prior to 2.2.19, 3.1.17, and 3.2.2, Rack::Multipart::Parser can accumulate unbounded data when a multipart part’s header block never terminates with the required blank line CRLFCRLF. The parser keeps appending incoming bytes to memory witho...

7.5CVSS0.00868EPSS
SaveExploits0References4
NVD
NVD
added 2025/10/07 3:16 p.m.8 views

CVE-2025-61770

Rack is a modular Ruby web server interface. In versions prior to 2.2.19, 3.1.17, and 3.2.2, Rack::Multipart::Parser buffers the entire multipart preamble bytes before the first boundary in memory without any size limit. A client can send a large preamble followed by a valid boundary, causing...

7.5CVSS0.00868EPSS
SaveExploits0References4
EUVD
EUVD
added 2025/10/07 3:02 p.m.4 views

EUVD-2025-32850

Rack is a modular Ruby web server interface. In versions prior to 2.2.19, 3.1.17, and 3.2.2, Rack::Multipart::Parser can accumulate unbounded data when a multipart part’s header block never terminates with the required blank line CRLFCRLF. The parser keeps appending incoming bytes to memory witho...

7.5CVSS6.3AI score0.00868EPSS
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2025/10/07 3:02 p.m.3 views

CVE-2025-61772 Rack's multipart parser buffers unbounded per-part headers, enabling DoS (memory exhaustion)

Rack is a modular Ruby web server interface. In versions prior to 2.2.19, 3.1.17, and 3.2.2, Rack::Multipart::Parser can accumulate unbounded data when a multipart part’s header block never terminates with the required blank line CRLFCRLF. The parser keeps appending incoming bytes to memory witho...

7.5CVSS6.5AI score0.00868EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2025/10/07 2:30 p.m.13 views

CVE-2025-61770 Rack's unbounded multipart preamble buffering enables DoS (memory exhaustion)

Rack is a modular Ruby web server interface. In versions prior to 2.2.19, 3.1.17, and 3.2.2, Rack::Multipart::Parser buffers the entire multipart preamble bytes before the first boundary in memory without any size limit. A client can send a large preamble followed by a valid boundary, causing...

7.5CVSS0.00868EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2025/10/07 2:30 p.m.8 views

CVE-2025-61770

Rack is a modular Ruby web server interface. In versions prior to 2.2.19, 3.1.17, and 3.2.2, Rack::Multipart::Parser buffers the entire multipart preamble bytes before the first boundary in memory without any size limit. A client can send a large preamble followed by a valid boundary, causing...

7.5CVSS5.9AI score0.00868EPSS
SaveExploits0
OSV
OSV
added 2025/10/07 2:30 p.m.6 views

CVE-2025-61770 Rack's unbounded multipart preamble buffering enables DoS (memory exhaustion)

Rack is a modular Ruby web server interface. In versions prior to 2.2.19, 3.1.17, and 3.2.2, Rack::Multipart::Parser buffers the entire multipart preamble bytes before the first boundary in memory without any size limit. A client can send a large preamble followed by a valid boundary, causing...

7.5CVSS6.5AI score
SaveExploits0References6
EUVD
EUVD
added 2025/10/07 12:30 a.m.14 views

EUVD-2015-5815

Malware in sbrugna...

3.3CVSS4.9AI score0.00913EPSS
SaveExploits0References10
Rows per page
Query Builder