Lucene search
+L

13203 matches found

OSV
OSV
added 2026/07/17 8:16 p.m.6 views

CVE-2026-44891 Netty: Denial of Service via Unbounded Headers in StompSubframeDecoder

Netty is a network application framework for development of protocol servers and clients. Prior to 4.1.136.Final and 4.2.16.Final, io.netty.handler.codec.stomp.StompSubframeDecoder fails to limit the total number of headers or their cumulative size per frame, and the maxLineLength parameter only...

7.5CVSS5.3AI score0.00423EPSS
SaveExploits1References9
Cvelist
Cvelist
added 2026/07/17 8:16 p.m.41 views

CVE-2026-44891 Netty: Denial of Service via Unbounded Headers in StompSubframeDecoder

Netty is a network application framework for development of protocol servers and clients. Prior to 4.1.136.Final and 4.2.16.Final, io.netty.handler.codec.stomp.StompSubframeDecoder fails to limit the total number of headers or their cumulative size per frame, and the maxLineLength parameter only...

7.5CVSS0.00423EPSS
SaveExploits1References7
ATTACKERKB
ATTACKERKB
added 2026/07/17 8:13 p.m.7 views

CVE-2026-48504

OpenTelemetry Rust is the Rust OpenTelemetry implementation. In 0.32.0 and earlier, BaggagePropagator::extractwithcontext in opentelemetrysdk did not enforce W3C Baggage size limits before parsing an inbound baggage header, so a large attacker-controlled header could cause unnecessary CPU work an...

5.3CVSS5.2AI score0.00304EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2026/07/17 8:13 p.m.33 views

CVE-2026-48504 OpenTelemetry Rust: Unbounded memory allocation in W3C Baggage propagation

OpenTelemetry Rust is the Rust OpenTelemetry implementation. In 0.32.0 and earlier, BaggagePropagator::extractwithcontext in opentelemetrysdk did not enforce W3C Baggage size limits before parsing an inbound baggage header, so a large attacker-controlled header could cause unnecessary CPU work an...

5.3CVSS0.00304EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2026/07/17 8:9 p.m.4 views

CVE-2026-54171 Excon: redact additional sensitive/risky headers when following redirects

Excon is usable, fast, simple HTTP 1.1 for Ruby. Prior to 1.5.0, Excon's RedirectFollower middleware failed to strip additional sensitive headers when following redirects and did not provide a custom list of headers to strip. This could cause inadvertent leakage of sensitive data when the initial...

6.5CVSS5.3AI score0.00317EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/07/17 8:9 p.m.8 views

EUVD-2026-45312

Excon is usable, fast, simple HTTP 1.1 for Ruby. Prior to 1.5.0, Excon's RedirectFollower middleware failed to strip additional sensitive headers when following redirects and did not provide a custom list of headers to strip. This could cause inadvertent leakage of sensitive data when the initial...

6.5CVSS5.3AI score0.00317EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 2026/07/17 8:9 p.m.7 views

CVE-2026-54171

Excon is usable, fast, simple HTTP 1.1 for Ruby. Prior to 1.5.0, Excon's RedirectFollower middleware failed to strip additional sensitive headers when following redirects and did not provide a custom list of headers to strip. This could cause inadvertent leakage of sensitive data when the initial...

6.5CVSS5.3AI score0.00317EPSS
SaveExploits0References4Affected Software1
Cvelist
Cvelist
added 2026/07/17 8:9 p.m.33 views

CVE-2026-54171 Excon: redact additional sensitive/risky headers when following redirects

Excon is usable, fast, simple HTTP 1.1 for Ruby. Prior to 1.5.0, Excon's RedirectFollower middleware failed to strip additional sensitive headers when following redirects and did not provide a custom list of headers to strip. This could cause inadvertent leakage of sensitive data when the initial...

6.5CVSS0.00317EPSS
SaveExploits0References3
CVE
CVE
added 2026/07/17 8:9 p.m.29 views

CVE-2026-54171

Excon CVE-2026-54171 concerns the RedirectFollower middleware in Ruby’s Excon prior to v1.5.0, which failed to redact additional sensitive headers when following redirects. The issue could allow leakage of header data from the initial request to the redirected target. A fix is available in v1.5.0...

6.5CVSS5.3AI score0.00317EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/17 8:9 p.m.6 views

CVE-2026-54171 Excon: redact additional sensitive/risky headers when following redirects

Excon is usable, fast, simple HTTP 1.1 for Ruby. Prior to 1.5.0, Excon's RedirectFollower middleware failed to strip additional sensitive headers when following redirects and did not provide a custom list of headers to strip. This could cause inadvertent leakage of sensitive data when the initial...

6.5CVSS5.3AI score0.00317EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2026/07/17 8:9 p.m.4 views

CVE-2026-54171

Excon is usable, fast, simple HTTP 1.1 for Ruby. Prior to 1.5.0, Excon's RedirectFollower middleware failed to strip additional sensitive headers when following redirects and did not provide a custom list of headers to strip. This could cause inadvertent leakage of sensitive data when the initial...

6.5CVSS5.4AI score0.00317EPSS
SaveExploits0
CVE
CVE
added 2026/07/17 8:6 p.m.16 views

CVE-2026-54465

The CVE-2026-54465 issue affects the ruby websocket-driver library (WebSocket::Driver) used to implement a WebSocket server atop a TCP server or to complement a client. The root cause is a memory-exhaustion vulnerability in the HTTP header parser: a single connection can be induced to process an ...

6.3CVSS5.4AI score0.00324EPSS
SaveExploits0References2
CVE
CVE
added 2026/07/17 8:5 p.m.16 views

CVE-2026-54463

The websocket-driver Ruby package is affected by a memory exhaustion issue in draft WebSocket protocol frames. Before 0.8.1, a length header can be exploited by sending an unbounded sequence of 0x80+ bytes, causing the peer to parse an ever-growing Ruby integer and potentially exhausting memory. ...

6.9CVSS5.3AI score0.00324EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/07/17 8:5 p.m.33 views

CVE-2026-54463 websocket-driver: Memory exhaustion via abuse of protocol length headers

websocket-driver is a WebSocket protocol handler with pluggable I/O. Prior to 0.8.1, draft versions of the WebSocket protocol in websocket-driver include a length header that allows an arbitrarily large integer to be encoded as bytes with the high bit set, and a server or client can send an...

6.9CVSS0.00324EPSS
SaveExploits0References2
OSV
OSV
added 2026/07/17 8:5 p.m.6 views

CVE-2026-54463 websocket-driver: Memory exhaustion via abuse of protocol length headers

websocket-driver is a WebSocket protocol handler with pluggable I/O. Prior to 0.8.1, draft versions of the WebSocket protocol in websocket-driver include a length header that allows an arbitrarily large integer to be encoded as bytes with the high bit set, and a server or client can send an...

6.9CVSS5.3AI score0.00324EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/07/17 6:1 p.m.40 views

CVE-2026-50273 Datadog .NET Tracer: Improper parsing of W3C baggage headers may lead to DoS

Datadog .NET Tracer is a client library for Datadog APM for .NET applications. Prior to 3.43.0, Datadog tracing libraries that implement W3C baggage propagation parse incoming baggage HTTP headers without enforcing DDTRACEBAGGAGEMAXITEMS or DDTRACEBAGGAGEMAXBYTES on extraction, allowing a remote...

7.5CVSS0.00482EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2026/07/17 6:1 p.m.12 views

CVE-2026-50273 Datadog .NET Tracer: Improper parsing of W3C baggage headers may lead to DoS

Datadog .NET Tracer is a client library for Datadog APM for .NET applications. Prior to 3.43.0, Datadog tracing libraries that implement W3C baggage propagation parse incoming baggage HTTP headers without enforcing DDTRACEBAGGAGEMAXITEMS or DDTRACEBAGGAGEMAXBYTES on extraction, allowing a remote...

7.5CVSS5.4AI score0.00482EPSS
SaveExploits0References4
NVD
NVD
added 2026/07/17 5:17 p.m.8 views

CVE-2026-21762

HCL DevOps Loop is affected by missing HTTP security headers. Missing security headers may reduce browser protections against common web-based attacks such as clickjacking, MIME-type sniffing, and cross-site scripting...

3.7CVSS0.00171EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/07/17 5:10 p.m.33 views

CVE-2026-21762 Missing HTTP Security Headers in DevOps Loop

HCL DevOps Loop is affected by missing HTTP security headers. Missing security headers may reduce browser protections against common web-based attacks such as clickjacking, MIME-type sniffing, and cross-site scripting...

3.7CVSS0.00171EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/07/17 5:10 p.m.9 views

EUVD-2026-45232

HCL DevOps Loop is affected by missing HTTP security headers. Missing security headers may reduce browser protections against common web-based attacks such as clickjacking, MIME-type sniffing, and cross-site scripting...

3.7CVSS4.7AI score0.00171EPSS
SaveExploits0References1
Rows per page
Query Builder