Lucene search
+L

105945 matches found

Microsoft CVE
Microsoft CVE
added 2026/05/07 8:12 a.m.20 views

Apache HTTP Server: mod_md unrestricted OCSP response

...

7.3CVSS5.8AI score0.00628EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2026/05/07 8:12 a.m.14 views

Apache HTTP Server: mod_dav_lock indirect lock crash

...

7.5CVSS5.8AI score0.00594EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2026/05/07 8:11 a.m.28 views

Apache HTTP Server: mod_authn_socache crash

...

5.3CVSS5.8AI score0.00514EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2026/05/07 8:11 a.m.28 views

Apache HTTP Server: mod_auth_digest timing attack

...

4.8CVSS5.8AI score0.00557EPSS
SaveExploits1
Microsoft CVE
Microsoft CVE
added 2026/05/07 8:11 a.m.25 views

Apache HTTP Server: mod_proxy_ajp: Heap Buffer Over-Read Due to Missing Null-Termination Check (ajp_msg_get_string)

...

5.3CVSS5.8AI score0.00485EPSS
SaveExploits0
SUSE Linux
SUSE Linux
added 2026/05/07 7:22 a.m.12 views

Security update for rmt-server

This update for rmt-server fixes the following issues: Update to version 2.27. Security issues fixed: CVE-2026-26961: rack: greedy multipart boundary parsing can lead to parser differentials and WAF bypass bsc1261398. CVE-2026-26962: rack: improper unfolding of folded multipart headers can lead t...

8.7CVSS5.8AI score0.0043EPSS
SaveExploits0References40
OSV
OSV
added 2026/05/07 5:6 a.m.16 views

MGASA-2026-0120 Updated perl-Starlet packages fix security vulnerability

Starlet versions through 0.31 for Perl allow HTTP Request Smuggling via Improper Header Precedence. CVE-2026-40561...

5.3CVSS5.8AI score0.00364EPSS
SaveExploits0References4
Mageia
Mageia
added 2026/05/07 5:6 a.m.62 views

Updated perl-Starlet packages fix security vulnerability

Starlet versions through 0.31 for Perl allow HTTP Request Smuggling via Improper Header Precedence. CVE-2026-40561...

5.3CVSS5.8AI score0.00364EPSS
SaveExploits0References3
OSV
OSV
added 2026/05/07 5:6 a.m.20 views

MGASA-2026-0111 Updated nginx packages fix security vulnerabilities

Buffer overflow in ngxhttpdavmodule CVE-2026-27654 Buffer overflow in the ngxhttpmp4module CVE-2026-27784 Buffer overflow in the ngxhttpmp4module CVE-2026-32647 NULL pointer dereference while using CRAM-MD5 or APOP CVE-2026-27651 Injection in authhttp and XCLIENT CVE-2026-28753 OCSP result bypass...

8.8CVSS7.5AI score0.21747EPSS
SaveExploits3References3
EUVD
EUVD
added 2026/05/07 3:52 a.m.14 views

EUVD-2026-26716

Bandit HTTP/2 Frame Size Limit Bypass via Late Buffer Check Enables Memory Exhaustion...

6.9CVSS5.8AI score0.0051EPSS
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2026/05/07 3:52 a.m.17 views

Bandit HTTP/2 Frame Size Limit Bypass via Late Buffer Check Enables Memory Exhaustion

Summary Bandit's HTTP/2 parser checks frame size after it has already buffered the full body, instead of when it sees the 9-byte header. A peer can announce a 16 MiB frame on a connection that agreed to 16 KiB frames and the server will silently buffer up to 1024× the agreed budget per connection...

6.9CVSS5.9AI score0.0051EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2026/05/07 3:47 a.m.59 views

GHSA-375F-4R2H-F99J Bandit trusts client-supplied URI scheme on plaintext connections

Summary Bandit reflects the client-supplied URI scheme into conn.scheme without verifying the actual transport. Over a plaintext HTTP/1.1 connection or h2c, an unauthenticated attacker can send an absolute-form request target like GET https://victim/path HTTP/1.1 and the application observes...

6.3CVSS5.9AI score0.00454EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/05/07 3:47 a.m.10 views

EUVD-2026-26714

Bandit trusts client-supplied URI scheme on plaintext connections...

6.3CVSS5.8AI score0.00454EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/05/07 3:46 a.m.28 views

EUVD-2026-26712

Bandit is vulnerable to CL.CL request smuggling via unrejected duplicate Content-Length header...

6.3CVSS5.8AI score0.00518EPSS
SaveExploits0References5
Snyk
Snyk
added 2026/05/07 1:49 a.m.12 views

Open Redirect

Overview microsoft-kiota-http is a python HTTP implementation with HTTPX library. Affected versions of this package are vulnerable to Open Redirect in the RedirectHandler function. An attacker can obtain sensitive information such as session cookies, proxy credentials, and API keys by inducing a...

7CVSS5.8AI score0.00505EPSS
SaveExploits0References2
GithubExploit
GithubExploit
added 2026/05/07 1:47 a.m.114 views

Exploit for CVE-2026-43585

CVE-2026-43585 Overview Prior to version 2026.4.15, OpenC...

9.2CVSS5.8AI score0.0054EPSS
SaveExploits1
Snyk
Snyk
added 2026/05/07 12:46 a.m.16 views

Improper Handling of Highly Compressed Data (Data Amplification)

Overview io.netty:netty-codec-http2 is a HTTP2 sub package for the netty library, an event-driven asynchronous network application framework. Affected versions of this package are vulnerable to Improper Handling of Highly Compressed Data Data Amplification in the HttpContentDecompressor and...

8.7CVSS5.8AI score0.0099EPSS
SaveExploits1References2
Github Security Blog
Github Security Blog
added 2026/05/07 12:46 a.m.24 views

Netty: HttpContentDecompressor maxAllocation bypass when Content-Encoding set to br/zstd/snappy leads to decompression bomb DoS

Summary HttpContentDecompressor accepts a maxAllocation parameter to limit decompression buffer size and prevent decompression bomb attacks. This limit is correctly enforced for gzip and deflate encodings via ZlibDecoder, but is silently ignored when the content encoding is br Brotli, zstd, or...

7.5CVSS5.9AI score0.0099EPSS
SaveExploits1References3Affected Software2
Snyk
Snyk
added 2026/05/07 12:46 a.m.21 views

Improper Handling of Highly Compressed Data (Data Amplification)

Overview Affected versions of this package are vulnerable to Improper Handling of Highly Compressed Data Data Amplification in the HttpContentDecompressor and DelegatingDecompressorFrameListener components when the Content-Encoding header is set to br, zstd, or snappy. An attacker can exhaust...

8.7CVSS5.8AI score0.0099EPSS
SaveExploits1References2
OSV
OSV
added 2026/05/07 12:46 a.m.44 views

GHSA-F6HV-JMP6-3VWV Netty: HttpContentDecompressor maxAllocation bypass when Content-Encoding set to br/zstd/snappy leads to decompression bomb DoS

Summary HttpContentDecompressor accepts a maxAllocation parameter to limit decompression buffer size and prevent decompression bomb attacks. This limit is correctly enforced for gzip and deflate encodings via ZlibDecoder, but is silently ignored when the content encoding is br Brotli, zstd, or...

7.5CVSS5.9AI score0.0099EPSS
SaveExploits1References3
Rows per page
Query Builder