Lucene search
+L

960 matches found

OSV
OSV
added 2026/09/16 6:30 p.m.5 views

CVE-2026-75516 RabbitMQ Java client: Frame-level OOM: Math.min(maxInboundMessageBodySize, 0) defeats frame size enforcement

The RabbitMQ Java client library allows Java and JVM-based applications to connect to and interact with RabbitMQ nodes. Prior to 5.34.0, AMQConnection.start applies Math.minmaxInboundMessageBodySize, frameMax after Connection.Tune negotiation even though AMQP defines frameMax value zero as...

8.7CVSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/09/16 6:30 p.m.31 views

CVE-2026-75516 RabbitMQ Java client: Frame-level OOM: Math.min(maxInboundMessageBodySize, 0) defeats frame size enforcement

The RabbitMQ Java client library allows Java and JVM-based applications to connect to and interact with RabbitMQ nodes. Prior to 5.34.0, AMQConnection.start applies Math.minmaxInboundMessageBodySize, frameMax after Connection.Tune negotiation even though AMQP defines frameMax value zero as...

8.7CVSS0.00529EPSS
SaveExploits0References6
CVE
CVE
added 2026/09/16 6:30 p.m.13 views

CVE-2026-75516

The RabbitMQ Java client (versions prior to 5.34.0 ) contains a logic flaw where AMQConnection.start() computes Math.min(maxInboundMessageBodySize, frameMax) after Connection.Tune negotiation. Since both the client default and AMQP's zero-value frameMax resolve to zero, Utils.framePayloadLimit(in...

8.7CVSS0.00529EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
added 2026/09/16 5:18 p.m.7 views

SoupWebsocketExtensionDeflate: libsoup: libsoup: WebSocket permessage-deflate Unbounded Decompression Remote Denial of Service

A flaw was found in libsoup's WebSocket implementation when using the permessage-deflate extension. The extension's decompression loop inflate processes data in chunks without enforcing an upper boundary limit on the output buffer size. While libsoup limits the incoming compressed frame size via...

7.5CVSS0.00593EPSS
SaveExploits0References5
NVD
NVD
added 2026/09/16 5:17 p.m.9 views

CVE-2026-57173

vLLM is an inference and serving engine for large language models. Prior to 0.24.0, the inputaudio handling path for /v1/chat/completions calls AudioMediaIO.loadbytes or AudioMediaIO.loadfile without passing VLLMMAXAUDIODECODEDURATIONS to the shared audio decoder. An unauthenticated client can...

6.5CVSS0.00658EPSS
SaveExploits0References4
CVE
CVE
added 2026/09/16 2:39 p.m.13 views

CVE-2026-77410

RabbitMQ amqp091-go (a Go AMQP 0.9.1 client) is affected by a resource exhaustion vulnerability prior to v1.13.0 . The flaw resides in Channel.recvContent in channel.go, which preallocates the message body slice using the uint64 ch.header.Size value from the AMQP content header without capping it...

8.9CVSS5.8AI score0.00411EPSS
SaveExploits0References4
OSV
OSV
added 2026/09/16 2:39 p.m.4 views

CVE-2026-77410 RabbitMQ amqp091-go: Resource Exhaustion (OOM) via Unbounded Body Buffer Allocation

RabbitMQ amqp091-go is a Go AMQP 0.9.1 client. Prior to 1.13.0, Channel.recvContent in channel.go preallocates the message body slice with the uint64 ch.header.Size value supplied by an AMQP content header without capping the allocation to the negotiated Connection.Config.FrameSize value. A...

8.9CVSS
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2026/09/16 2:39 p.m.10 views

CVE-2026-77410 RabbitMQ amqp091-go: Resource Exhaustion (OOM) via Unbounded Body Buffer Allocation

RabbitMQ amqp091-go is a Go AMQP 0.9.1 client. Prior to 1.13.0, Channel.recvContent in channel.go preallocates the message body slice with the uint64 ch.header.Size value supplied by an AMQP content header without capping the allocation to the negotiated Connection.Config.FrameSize value. A...

8.9CVSS0.00411EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/09/16 2:39 p.m.33 views

CVE-2026-77410 RabbitMQ amqp091-go: Resource Exhaustion (OOM) via Unbounded Body Buffer Allocation

RabbitMQ amqp091-go is a Go AMQP 0.9.1 client. Prior to 1.13.0, Channel.recvContent in channel.go preallocates the message body slice with the uint64 ch.header.Size value supplied by an AMQP content header without capping the allocation to the negotiated Connection.Config.FrameSize value. A...

8.9CVSS0.00411EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2026/09/15 8:00 p.m.10 views

Http4s Ember HTTP/2 has an unbounded outbound frame queue

Ember's HTTP/2 connection serializes all outgoing frames through a single unbounded queue drained by one writer fiber writeLoop. When the write side stalls, any frames the connection keeps producing accumulate in that queue without limit. The peer can drive this cheaply because the connection emi...

7.5CVSS5.8AI score0.00361EPSS
SaveExploits0References5Affected Software3
CVE
CVE
added 2026/09/15 4:30 p.m.41 views

CVE-2026-55149

Vouch Proxy is an SSO and OAuth/OIDC login gateway for Nginx. In versions prior to 0.48.0 (specifically v0.47.2), the Cookie() function in pkg/cookie/cookie.go parses the multipart cookie part count from an attacker-controlled cookie name and passes it unbounded to make([]string, N). A single una...

7.5CVSS5.8AI score0.00399EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2026/09/15 12:00 a.m.6 views

Linux Distros Unpatched Vulnerability : CVE-2026-53495

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - containerd is an open-source container runtime. Prior to 1.7.35, 2.0.12, 2.2.8, and 2.3.5, containerd on Linux with the CRI plugin enabled can indefinitely bloc...

6.8CVSS5.7AI score0.00193EPSS
SaveExploits0References3
OSV
OSV
added 2026/09/14 6:17 p.m.4 views

AZL-101004 CVE-2026-53495 affecting package containerd2 2.2.4-8

containerd is an open-source container runtime. Prior to 1.7.35, 2.0.12, 2.2.8, and 2.3.5, containerd on Linux with the CRI plugin enabled can indefinitely block the drainExecSyncIO goroutine in internal/cri/server/containerexecsync.go when CRI ExecSync is used by exec probes or lifecycle hooks...

6.8CVSS0.00193EPSS
SaveExploits0References1
NVD
NVD
added 2026/09/14 6:17 p.m.9 views

CVE-2026-53495

containerd is an open-source container runtime. Prior to 1.7.35, 2.0.12, 2.2.8, and 2.3.5, containerd on Linux with the CRI plugin enabled can indefinitely block the drainExecSyncIO goroutine in internal/cri/server/containerexecsync.go when CRI ExecSync is used by exec probes or lifecycle hooks...

6.8CVSS0.00193EPSS
SaveExploits0References9
CVE
CVE
added 2026/09/14 5:18 p.m.24 views

CVE-2026-53495

containerd on Linux with the CRI plugin enabled is affected by a goroutine leak in drainExecSyncIO (internal/cri/server/container_execsync.go). When exec probes or lifecycle hooks launch long-lived background child processes that retain stdin/stdout pipes, the input/output drain phase—lacking a d...

6.8CVSS5.7AI score0.00193EPSS
SaveExploits0References9
AlpineLinux
AlpineLinux
added 2026/09/14 5:18 p.m.13 views

CVE-2026-53495

containerd is an open-source container runtime. Prior to 1.7.35, 2.0.12, 2.2.8, and 2.3.5, containerd on Linux with the CRI plugin enabled can indefinitely block the drainExecSyncIO goroutine in internal/cri/server/containerexecsync.go when CRI ExecSync is used by exec probes or lifecycle hooks...

6.8CVSS5.7AI score0.00193EPSS
SaveExploits0
EUVD
EUVD
added 2026/09/14 5:18 p.m.6 views

EUVD-2026-77684

containerd is an open-source container runtime. Prior to 1.7.35, 2.0.12, 2.2.8, and 2.3.5, containerd on Linux with the CRI plugin enabled can indefinitely block the drainExecSyncIO goroutine in internal/cri/server/containerexecsync.go when CRI ExecSync is used by exec probes or lifecycle hooks...

6.8CVSS5.7AI score0.00193EPSS
SaveExploits0References9
AstraLinux
AstraLinux
added 2026/09/14 12:01 p.m.6 views

Astra Linux – Vulnerability in Linux 6.1

In the Linux kernel, the following vulnerabilities have been resolved: mm/vmalloc: fixed vmalloc, which may return null if called with GFPNOFAIL. The commit a421ef303008 "mm: allow !GFPKERNEL allocations for kvmalloc" includes support for GFPNOFAIL, but it creates a conflict with the commit...

5.5CVSS6.5AI score0.00224EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2026/09/14 12:00 a.m.8 views

Linux Distros Unpatched Vulnerability : CVE-2026-67211

"The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - OOM Denial of Service via Unbounded Map Pre-Sizing in Apache OpenNLP SymSpellModelSerializer Versions Affected: - 3.0.0-M4 - 3.0.0-M5 The opennlp-spellcheck...

7.5CVSS5.8AI score0.00468EPSS
SaveExploits0References2
Amazon
Amazon
added 2026/09/14 12:00 a.m.6 views

Important: libsoup

Issue Overview: A flaw was found in libsoup's WebSocket implementation when using the permessage-deflate extension. The extension's decompression loop inflate processes data in chunks without enforcing an upper boundary limit on the output buffer size. While libsoup limits the incoming compressed...

7.5CVSS6AI score0.00593EPSS
SaveExploits0
Rows per page
Query Builder