Lucene search
+L

2280 matches found

Github Security Blog
Github Security Blog
added 2026/04/02 8:36 p.m.15 views

Rack has Content-Length mismatch in Rack::Files error responses

Summary Rack::Filesfail sets the Content-Length response header using Stringsize instead of Stringbytesize. When the response body contains multibyte UTF-8 characters, the declared Content-Length is smaller than the number of bytes actually sent on the wire. Because Rack::Files reflects the...

6.5CVSS5.8AI score0.00147EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2026/04/02 8:35 p.m.25 views

GHSA-QV7J-4883-HWH7 Rack::Sendfile header-based X-Accel-Mapping regex injection enables unauthorized X-Accel-Redirect

Summary Rack::Sendfilemapaccelpath interpolates the value of the X-Accel-Mapping request header directly into a regular expression when rewriting file paths for X-Accel-Redirect. Because the header value is not escaped, an attacker who can supply X-Accel-Mapping to the backend can inject regex...

5.9CVSS5.9AI score0.00209EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2026/04/02 8:35 p.m.19 views

Rack::Sendfile header-based X-Accel-Mapping regex injection enables unauthorized X-Accel-Redirect

Summary Rack::Sendfilemapaccelpath interpolates the value of the X-Accel-Mapping request header directly into a regular expression when rewriting file paths for X-Accel-Redirect. Because the header value is not escaped, an attacker who can supply X-Accel-Mapping to the backend can inject regex...

7.5CVSS5.8AI score0.00209EPSS
SaveExploits0References4Affected Software1
EUVD
EUVD
added 2026/04/02 8:35 p.m.10 views

EUVD-2026-18390

Rack::Sendfile header-based X-Accel-Mapping regex injection enables unauthorized X-Accel-Redirect...

5.9CVSS5.8AI score0.00209EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/04/02 8:34 p.m.14 views

EUVD-2026-18388

Rack's multipart parsing without Content-Length header allows unbounded chunked file uploads...

7.5CVSS5.8AI score0.00369EPSS
SaveExploits0References2
OSV
OSV
added 2026/04/02 8:34 p.m.12 views

GHSA-8VQR-QJWX-82MW Rack's multipart parsing without Content-Length header allows unbounded chunked file uploads

Summary Rack::Multipart::Parser only wraps the request body in a BoundedIO when CONTENTLENGTH is present. When a multipart/form-data request is sent without a Content-Length header, such as with HTTP chunked transfer encoding, multipart parsing continues until end-of-stream with no total size...

7.5CVSS6AI score0.00369EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/04/02 8:32 p.m.7 views

EUVD-2026-18380

Rack has a root directory disclosure via unescaped regex interpolation in Rack::Directory...

5.3CVSS5.9AI score0.0024EPSS
SaveExploits0References2
OSV
OSV
added 2026/04/02 8:32 p.m.21 views

GHSA-7MQQ-6CF9-V2QP Rack has a root directory disclosure via unescaped regex interpolation in Rack::Directory

Summary Rack::Directory interpolates the configured root path directly into a regular expression when deriving the displayed directory path. If root contains regex metacharacters such as +, , or ., the prefix stripping can fail and the generated directory listing may expose the full filesystem pa...

5.3CVSS6AI score0.0024EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2026/04/02 8:32 p.m.15 views

Rack has a root directory disclosure via unescaped regex interpolation in Rack::Directory

Summary Rack::Directory interpolates the configured root path directly into a regular expression when deriving the displayed directory path. If root contains regex metacharacters such as +, , or ., the prefix stripping can fail and the generated directory listing may expose the full filesystem pa...

5.3CVSS5.9AI score0.0024EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/04/02 8:32 p.m.13 views

Rack has quadratic complexity in Rack::Utils.select_best_encoding via wildcard Accept-Encoding header

Summary Rack::Utils.selectbestencoding processes Accept-Encoding values with quadratic time complexity when the header contains many wildcard entries. Because this method is used by Rack::Deflater to choose a response encoding, an unauthenticated attacker can send a single request with a crafted...

7.5CVSS6.6AI score0.0043EPSS
SaveExploits0References4Affected Software1
EUVD
EUVD
added 2026/04/02 8:32 p.m.21 views

EUVD-2026-18378

Rack has quadratic complexity in Rack::Utils.selectbestencoding via wildcard Accept-Encoding header...

5.3CVSS5.8AI score0.0043EPSS
SaveExploits0References2
OSV
OSV
added 2026/04/02 8:32 p.m.7 views

GHSA-V569-HP3G-36WR Rack has quadratic complexity in Rack::Utils.select_best_encoding via wildcard Accept-Encoding header

Summary Rack::Utils.selectbestencoding processes Accept-Encoding values with quadratic time complexity when the header contains many wildcard entries. Because this method is used by Rack::Deflater to choose a response encoding, an unauthenticated attacker can send a single request with a crafted...

7.5CVSS5.9AI score0.0043EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/04/02 8:31 p.m.12 views

EUVD-2026-18423

Rack: Forwarded Header semicolon injection enables Host and Scheme spoofing...

4.8CVSS5.8AI score0.00179EPSS
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2026/04/02 8:31 p.m.14 views

Rack: Forwarded Header semicolon injection enables Host and Scheme spoofing

Summary Rack::Utils.forwardedvalues parses the RFC 7239 Forwarded header by splitting on semicolons before handling quoted-string values. Because quoted values may legally contain semicolons, a header such as: http Forwarded: for="127.0.0.1;host=evil.com;proto=https" can be interpreted by Rack as...

6.5CVSS5.9AI score0.00179EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2026/04/02 8:31 p.m.9 views

GHSA-RX22-G9MX-QRHV Rack's improper unfolding of folded multipart headers preserves CRLF in parsed parameter values

Summary Rack::Multipart::Parser unfolds folded multipart part headers incorrectly. When a multipart header contains an obs-fold sequence, Rack preserves the embedded CRLF in parsed parameter values such as filename or name instead of removing the folded line break during unfolding. As a result,...

4.8CVSS5.9AI score0.00227EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/04/02 8:31 p.m.10 views

EUVD-2026-18417

Rack's improper unfolding of folded multipart headers preserves CRLF in parsed parameter values...

4.8CVSS5.8AI score0.00227EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/04/02 8:30 p.m.10 views

EUVD-2026-18368

Rack's greedy multipart boundary parsing can cause parser differentials and WAF bypass...

3.7CVSS5.8AI score0.00253EPSS
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2026/04/02 8:30 p.m.16 views

Rack's greedy multipart boundary parsing can cause parser differentials and WAF bypass.

Summary Rack::Multipart::Parser extracts the boundary parameter from multipart/form-data using a greedy regular expression. When a Content-Type header contains multiple boundary parameters, Rack selects the last one rather than the first. In deployments where an upstream proxy, WAF, or intermedia...

5.3CVSS5.9AI score0.00253EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2026/04/02 8:30 p.m.12 views

GHSA-VGPV-F759-9WX3 Rack's greedy multipart boundary parsing can cause parser differentials and WAF bypass.

Summary Rack::Multipart::Parser extracts the boundary parameter from multipart/form-data using a greedy regular expression. When a Content-Type header contains multiple boundary parameters, Rack selects the last one rather than the first. In deployments where an upstream proxy, WAF, or intermedia...

5.3CVSS5.9AI score0.00253EPSS
SaveExploits0References4
Snyk
Snyk
added 2026/04/02 8:30 p.m.11 views

Interpretation Conflict

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...

6.3CVSS5.9AI score0.00253EPSS
SaveExploits0References2
Rows per page
Query Builder