Lucene search
+L

14109 matches found

CNNVD
CNNVD
added 2026/04/02 12:00 a.m.19 views

Rack 安全漏洞

Rack is a modular Ruby web server interface developed by Rack authors. Vulnerabilities exist in versions of Rack prior to 2.2.23, 3.1.21, and 3.2.6. These vulnerabilities stem from Rack::Staticapplicablerules’ evaluation of header rules for PATHINFO when the original URL is encoded. The underlyin...

5.3CVSS5.8AI score0.00195EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2026/04/02 12:00 a.m.30 views

PT-2026-29813

Name of the Vulnerable Software and Affected Versions Rack versions prior to 2.2.23, 3.1.21, and 3.2.6 Description Rack’s Rack::Staticapplicable rules component evaluates header rules against the raw URL-encoded PATH INFO, while the file-serving path is decoded. This allows an attacker to bypass...

7.5CVSS5.9AI score0.0043EPSS
SaveExploits0References54
Positive Technologies
Positive Technologies
added 2026/04/02 12:00 a.m.13 views

PT-2026-29841

Name of the Vulnerable Software and Affected Versions Rack versions 3.2.0 through 3.2.5 Description Rack’s Rack::Multipart::Parser incorrectly unfolds folded multipart part headers. When a multipart header contains an obs-fold sequence, Rack preserves the embedded CRLF in parsed parameter values...

7.5CVSS5.7AI score0.0043EPSS
SaveExploits0References47
Positive Technologies
Positive Technologies
added 2026/04/02 12:00 a.m.18 views

PT-2026-29942

MinIO is Vulnerable to SSE Metadata Injection via Replication Headers in github.com/minio/minio...

5.9AI score
SaveExploits0References3
RubySec
RubySec
added 2026/04/02 12:00 a.m.21 views

Rack:: Static header_rules bypass via URL-encoded paths

Summary Rack::Staticapplicablerules evaluates several headerrules types against the raw URL-encoded PATHINFO, while the underlying file-serving path is decoded before the file is served. As a result, a request for a URL-encoded variant of a static path can serve the same file without the headers...

5.3CVSS5.8AI score0.00195EPSS
SaveExploits0References1Affected Software1
RubySec
RubySec
added 2026/04/02 12:00 a.m.29 views

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

6.5CVSS5.8AI score0.00227EPSS
SaveExploits0References1Affected Software1
RedhatCVE
RedhatCVE
added 2026/04/01 11:11 p.m.12 views

CVE-2026-34520

A flaw was found in AIOHTTP, an asynchronous HTTP client/server framework for Python. The default C parser incorrectly processed null bytes and control characters present in HTTP response headers. This vulnerability could allow a remote attacker to inject malicious data into these headers,...

9.1CVSS5.9AI score0.00461EPSS
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2026/04/01 11:01 p.m.7 views

CVE-2025-66485 Multiple vulnerabilities have been addressed in IBM Aspera Shares

IBM Aspera Shares 1.9.9 through 1.11.0 is vulnerable to HTTP header injection, caused by improper validation of input by the HOST headers. This could allow an attacker to conduct various attacks against the vulnerable system, including cross-site scripting, cache poisoning or session hijacking...

5.4CVSS5.9AI score0.002EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2026/04/01 11:01 p.m.12 views

CVE-2026-34518

A flaw was found in AIOHTTP, an asynchronous HTTP client/server framework for asyncio and Python. When AIOHTTP follows redirects to a different origin, it incorrectly retains sensitive Cookie and Proxy-Authorization headers. This oversight could lead to information disclosure, where these headers...

6.9CVSS5.8AI score0.00337EPSS
SaveExploits0References6
RedhatCVE
RedhatCVE
added 2026/04/01 11:01 p.m.12 views

CVE-2026-34525

A flaw was found in aiohttp, an asynchronous HTTP client/server framework for Python. This vulnerability allows a remote attacker to send multiple Host headers in a single request. This can lead to unexpected behavior, potentially bypassing security controls or causing cache poisoning, which may...

6.3CVSS5.8AI score0.00288EPSS
SaveExploits0References7
RedhatCVE
RedhatCVE
added 2026/04/01 11:00 p.m.8 views

CVE-2026-34204

MinIO is a high-performance object storage system. Prior to version RELEASE.2026-03-26T21-24-40Z, a flaw in extractMetadataFromMime allows any authenticated user with s3:PutObject permission to inject internal server-side encryption metadata into objects by sending crafted X-Minio-Replication-...

7.1CVSS5.8AI score0.00124EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2026/04/01 10:21 p.m.9 views

CVE-2026-34516

A flaw was found in AIOHTTP, an asynchronous HTTP client/server framework for asyncio and Python. A remote attacker could exploit this vulnerability by sending a response with an excessive number of multipart headers. This could cause the system to consume more memory than intended, leading to a...

8.7CVSS5.8AI score0.0044EPSS
SaveExploits0References6
Github Security Blog
Github Security Blog
added 2026/04/01 10:18 p.m.17 views

ewe Has Improper Neutralization of CRLF Sequences in HTTP Headers (HTTP Request/Response Splitting)

Summary The encodeheaders function in src/ewe/internal/encoder.gleam directly interpolates response header keys and values into raw HTTP bytes without validating or stripping CRLF \r\n sequences. An application that passes user-controlled data into response headers e.g., setting a Location redire...

5.3CVSS6AI score0.00327EPSS
SaveExploits1References5Affected Software1
OSV
OSV
added 2026/04/01 10:18 p.m.14 views

GHSA-X2W3-23JR-HRPF ewe Has Improper Neutralization of CRLF Sequences in HTTP Headers (HTTP Request/Response Splitting)

Summary The encodeheaders function in src/ewe/internal/encoder.gleam directly interpolates response header keys and values into raw HTTP bytes without validating or stripping CRLF \r\n sequences. An application that passes user-controlled data into response headers e.g., setting a Location redire...

5.3CVSS6AI score0.00327EPSS
SaveExploits1References5
Github Security Blog
Github Security Blog
added 2026/04/01 9:49 p.m.40 views

AIOHTTP accepts duplicate Host headers

Summary Multiple Host headers were allowed in aiohttp. Impact Mostly this doesn't affect aiohttp security itself, but if a reverse proxy is applying security rules depending on the target Host, it is theoretically possible that the proxy and aiohttp could process different host names, possibly...

6.3CVSS5.9AI score0.00288EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2026/04/01 9:49 p.m.10 views

GHSA-C427-H43C-VF67 AIOHTTP accepts duplicate Host headers

Summary Multiple Host headers were allowed in aiohttp. Impact Mostly this doesn't affect aiohttp security itself, but if a reverse proxy is applying security rules depending on the target Host, it is theoretically possible that the proxy and aiohttp could process different host names, possibly...

6.3CVSS5.9AI score0.00288EPSS
SaveExploits0References6
Snyk
Snyk
added 2026/04/01 9:49 p.m.37 views

HTTP Request Smuggling

Overview Affected versions of this package are vulnerable to HTTP Request Smuggling via the processing of duplicate Host headers. An attacker can bypass security checks enforced by a reverse proxy by sending requests with multiple Host headers, potentially causing the proxy and the backend to...

6.3CVSS5.9AI score0.00288EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/04/01 9:49 p.m.16 views

EUVD-2026-18046

AIOHTTP's C parser llhttp accepts null bytes and control characters in response header values - header injection/security bypass...

6.9CVSS5.8AI score0.00461EPSS
SaveExploits0References4
OSV
OSV
added 2026/04/01 9:49 p.m.14 views

GHSA-63HF-3VF5-4WQF AIOHTTP's C parser (llhttp) accepts null bytes and control characters in response header values - header injection/security bypass

Summary The C parser the default for most installs accepted null bytes and control characters in request headers. Impact An attacker could send header values that are interpreted differently than expected due to the presence of control characters. For example, request.url.origin may return a...

9.1CVSS6.4AI score0.00461EPSS
SaveExploits0References6
Github Security Blog
Github Security Blog
added 2026/04/01 9:49 p.m.37 views

AIOHTTP's C parser (llhttp) accepts null bytes and control characters in response header values - header injection/security bypass

Summary The C parser the default for most installs accepted null bytes and control characters in request headers. Impact An attacker could send header values that are interpreted differently than expected due to the presence of control characters. For example, request.url.origin may return a...

9.1CVSS6.4AI score0.00461EPSS
SaveExploits0References6Affected Software1
Rows per page
Query Builder