Lucene search
+L

37716 matches found

Github Security Blog
Github Security Blog
added 2026/07/22 10:56 p.m.22 views

Eclipse Jetty: HTTP Authority/Host mismatch

Summary Jetty currently accepts HTTP/2 and HTTP/3 requests where the regular Host header and the pseudo-header :authority do not match. As a result, the same request can carry two different host identities through Jetty: - logic based on HttpURI / Request.getServerNamerequest uses :authority -...

5.3CVSS5.8AI score0.00196EPSS
SaveExploits0References13Affected Software1
OSV
OSV
added 2026/07/22 10:56 p.m.3 views

GHSA-7P3P-8QV8-M2VH Eclipse Jetty: HTTP Authority/Host mismatch

Summary Jetty currently accepts HTTP/2 and HTTP/3 requests where the regular Host header and the pseudo-header :authority do not match. As a result, the same request can carry two different host identities through Jetty: - logic based on HttpURI / Request.getServerNamerequest uses :authority -...

5.3CVSS5.8AI score0.00196EPSS
SaveExploits0References13
Snyk
Snyk
added 2026/07/22 10:56 p.m.9 views

Improper Validation of Consistency within Input

Overview org.eclipse.jetty:jetty-server is a lightweight highly scalable java based web server and servlet engine. Affected versions of this package are vulnerable to Improper Validation of Consistency within Input through ComplianceUtils.verifyHttpURI, HttpFields, HttpCompliance,...

6.9CVSS5.9AI score0.00196EPSS
SaveExploits0References2
OSV
OSV
added 2026/07/22 10:50 p.m.5 views

GHSA-8HG6-C449-896M Dompdf: Uncontrolled resource consumption based on declared BMP dimensions

Summary dompdf accepts a BMP image and generates a PDF-compatible PNG based only on its declared header dimensions and never bounds width × height before the image is converted through GD. A 58-byte BMP whose header declares e.g. 6000×6000 is accepted and later drives imagecreatetruecolor$width,...

6.3CVSS6AI score0.00635EPSS
SaveExploits1References4
OSV
OSV
added 2026/07/22 9:52 p.m.6 views

GHSA-GCJF-9MGH-3P7G Netty: CRLF Injection via Multipart Filename in Netty HttpPostRequestEncoder

Security Vulnerability Report: CRLF Injection via Multipart Filename in Netty HttpPostRequestEncoder 1. Vulnerability Summary | Field | Value | |-------|-------| | Product | Netty | | Version | 4.2.12.Final and all prior versions with codec-http multipart | | Component |...

5.7CVSS5.6AI score0.00281EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2026/07/22 9:52 p.m.8 views

Netty: CRLF Injection via Multipart Filename in Netty HttpPostRequestEncoder

Security Vulnerability Report: CRLF Injection via Multipart Filename in Netty HttpPostRequestEncoder 1. Vulnerability Summary | Field | Value | |-------|-------| | Product | Netty | | Version | 4.2.12.Final and all prior versions with codec-http multipart | | Component |...

5.7CVSS5.6AI score0.00281EPSS
SaveExploits0References4Affected Software1
Snyk
Snyk
added 2026/07/22 9:52 p.m.10 views

CRLF Injection

Overview io.netty:netty-codec-http is a network application framework for rapid development of maintainable high performance protocol servers & clients. Affected versions of this package are vulnerable to CRLF Injection in the HttpPostRequestEncoder. An attacker can inject arbitrary MIME headers...

5.9CVSS5.9AI score0.00281EPSS
SaveExploits0References2
Snyk
Snyk
added 2026/07/22 9:52 p.m.10 views

CRLF Injection

Overview Affected versions of this package are vulnerable to CRLF Injection via the encodeHeaders in the STOMP frame encoder, which fails to validate or escape newline characters in header values for certain commands. An attacker can inject arbitrary headers by including newline characters in...

7.1CVSS5.9AI score0.00249EPSS
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2026/07/22 9:52 p.m.12 views

Netty: STOMP CONNECT Frame Header Injection in Netty

Security Vulnerability Report: STOMP CONNECT Frame Header Injection in Netty 1. Vulnerability Summary | Field | Value | |-------|-------| | Product | Netty | | Version | 4.2.12.Final and all prior versions with codec-stomp | | Component | io.netty.handler.codec.stomp.StompSubframeEncoder | |...

6.5CVSS5.7AI score0.00249EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2026/07/22 9:52 p.m.9 views

GHSA-3G8R-4PFX-JMFH Netty: STOMP CONNECT Frame Header Injection in Netty

Security Vulnerability Report: STOMP CONNECT Frame Header Injection in Netty 1. Vulnerability Summary | Field | Value | |-------|-------| | Product | Netty | | Version | 4.2.12.Final and all prior versions with codec-stomp | | Component | io.netty.handler.codec.stomp.StompSubframeEncoder | |...

6.5CVSS5.8AI score0.00249EPSS
SaveExploits0References4
Snyk
Snyk
added 2026/07/22 9:51 p.m.10 views

CRLF Injection

Overview Affected versions of this package are vulnerable to CRLF Injection via the encodeV1. An attacker can inject arbitrary CRLF sequences into AFUNIX addresses by supplying specially crafted input, resulting in the creation of multiple PROXY protocol header lines. This can lead to client IP...

5.7CVSS6.1AI score0.00109EPSS
SaveExploits0References2
OSV
OSV
added 2026/07/22 9:49 p.m.7 views

GHSA-C69G-56F8-XWQJ Netty: [codec-http2] Lack of Host Header Deduplication in HTTP/2→HTTP/1.x Translation Leads to Request Routing Bypass

Netty's HTTP/2-to-HTTP/1.x translation layer Http2StreamFrameToHttpObjectCodec and InboundHttp2ToHttpAdapter fails to deduplicate or validate Host headers when an HTTP/2 client supplies both the :authority pseudo-header and a literal host header in a single HEADERS frame. The translator maps...

6.9CVSS5.4AI score0.00292EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2026/07/22 9:49 p.m.6 views

Netty: [codec-http2] Lack of Host Header Deduplication in HTTP/2→HTTP/1.x Translation Leads to Request Routing Bypass

Netty's HTTP/2-to-HTTP/1.x translation layer Http2StreamFrameToHttpObjectCodec and InboundHttp2ToHttpAdapter fails to deduplicate or validate Host headers when an HTTP/2 client supplies both the :authority pseudo-header and a literal host header in a single HEADERS frame. The translator maps...

6.9CVSS5.4AI score0.00292EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/07/22 9:48 p.m.10 views

Netty: WebSockets V07/V08 handshaker missing Connection/Upgrade validation

Summary An attacker can force WebSocket upgrade via the lax V07 or V08 handshaker by sending Sec-WebSocket-Version: 7 and omitting Connection: Upgrade / Upgrade: websocket headers, completing a protocol switch that a proxy would not recognize as an Upgrade request and enabling HTTP request...

6.3CVSS5.4AI score0.00266EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2026/07/22 9:48 p.m.7 views

GHSA-4MP9-239F-G9HG Netty: WebSockets V07/V08 handshaker missing Connection/Upgrade validation

Summary An attacker can force WebSocket upgrade via the lax V07 or V08 handshaker by sending Sec-WebSocket-Version: 7 and omitting Connection: Upgrade / Upgrade: websocket headers, completing a protocol switch that a proxy would not recognize as an Upgrade request and enabling HTTP request...

6.3CVSS5.4AI score0.00266EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/07/22 9:42 p.m.9 views

EUVD-2026-46998

Netty: Security Control Bypass via CORS Short-Circuit Failure...

6.5CVSS5.2AI score0.00369EPSS
SaveExploits0References4
OSV
OSV
added 2026/07/22 9:23 p.m.5 views

GHSA-MVH2-CRG5-V77C Netty SPDY zlib header block continues decoded expansion after maxHeaderSize truncation

Summary Netty SPDY header decoding continues inflating zlib-compressed header blocks after the raw header parser has already exceeded maxHeaderSize and marked the frame truncated. At commit b2d2137c4404af425bf9d5d601a62576f5c06925, a 12,253-byte compressed SPDY header block can declare and inflat...

7.5CVSS7.3AI score0.00423EPSS
SaveExploits1References7
Github Security Blog
Github Security Blog
added 2026/07/22 9:23 p.m.8 views

Netty SPDY zlib header block continues decoded expansion after maxHeaderSize truncation

Summary Netty SPDY header decoding continues inflating zlib-compressed header blocks after the raw header parser has already exceeded maxHeaderSize and marked the frame truncated. At commit b2d2137c4404af425bf9d5d601a62576f5c06925, a 12,253-byte compressed SPDY header block can declare and inflat...

7.5CVSS7.3AI score0.00423EPSS
SaveExploits1References7Affected Software1
EUVD
EUVD
added 2026/07/22 9:23 p.m.7 views

EUVD-2026-46133

Netty SPDY zlib header block continues decoded expansion after maxHeaderSize truncation...

7.5CVSS7.3AI score0.00423EPSS
SaveExploits1References6
OSV
OSV
added 2026/07/22 8:37 p.m.4 views

USN-8591-1 python-aiohttp vulnerabilities

Sean Gilligan discovered that AIOHTTP did not properly limit memory usage when processing HTTP headers and trailers. An attacker could possibly use this issue to consume excessive system resources, resulting in a denial of service. CVE-2026-22815 It was discovered that AIOHTTP did not properly...

8.7CVSS5.4AI score0.0044EPSS
SaveExploits0References5
Rows per page
Query Builder