Lucene search
+L

640333 matches found

OSV
OSV
added 2026/08/18 4:25 p.m.6 views

CVE-2026-69220 RabbitMQ Java client ValueReader: Unbounded recursive table/array nesting causes StackOverflowError DoS

The RabbitMQ Java client library allows Java and JVM-based applications to connect to and interact with RabbitMQ nodes. Prior to 5.33.1, src/main/java/com/rabbitmq/client/impl/ValueReader.java permits ValueReader.readTable and ValueReader.readArray to call ValueReader.readFieldValue recursively f...

8.7CVSS5.5AI score
SaveExploits0References8
CVE
CVE
added 2026/08/18 4:25 p.m.66 views

CVE-2026-69220

In RabbitMQ Java client

8.7CVSS5.3AI score0.00399EPSS
SaveExploits0References6
ATTACKERKB
ATTACKERKB
added 2026/08/18 4:25 p.m.22 views

CVE-2026-69220

The RabbitMQ Java client library allows Java and JVM-based applications to connect to and interact with RabbitMQ nodes. Prior to 5.33.1, src/main/java/com/rabbitmq/client/impl/ValueReader.java permits ValueReader.readTable and ValueReader.readArray to call ValueReader.readFieldValue recursively f...

8.7CVSS5.3AI score0.00399EPSS
SaveExploits0References7Affected Software1
Debian CVE
Debian CVE
added 2026/08/18 4:23 p.m.8 views

CVE-2026-69219

The RabbitMQ Java client library allows Java and JVM-based applications to connect to and interact with RabbitMQ nodes. Prior to 5.33.1, src/main/java/com/rabbitmq/client/impl/ValueReader.java uses ValueReader.readBytes to accept a wire-declared contentLength below Integer.MAXVALUE and allocate a...

8.7CVSS5.5AI score0.00422EPSS
SaveExploits0
ATTACKERKB
ATTACKERKB
added 2026/08/18 4:23 p.m.22 views

CVE-2026-69219

The RabbitMQ Java client library allows Java and JVM-based applications to connect to and interact with RabbitMQ nodes. Prior to 5.33.1, src/main/java/com/rabbitmq/client/impl/ValueReader.java uses ValueReader.readBytes to accept a wire-declared contentLength below Integer.MAXVALUE and allocate a...

8.7CVSS5.3AI score0.00422EPSS
SaveExploits0References7Affected Software1
Cvelist
Cvelist
added 2026/08/18 4:23 p.m.22 views

CVE-2026-69219 RabbitMQ Java client ValueReader: Oversized LongString/bytes length triggers OOM via unchecked allocation

The RabbitMQ Java client library allows Java and JVM-based applications to connect to and interact with RabbitMQ nodes. Prior to 5.33.1, src/main/java/com/rabbitmq/client/impl/ValueReader.java uses ValueReader.readBytes to accept a wire-declared contentLength below Integer.MAXVALUE and allocate a...

8.7CVSS0.00422EPSS
SaveExploits0References6
OSV
OSV
added 2026/08/18 4:23 p.m.25 views

CVE-2026-69219 RabbitMQ Java client ValueReader: Oversized LongString/bytes length triggers OOM via unchecked allocation

The RabbitMQ Java client library allows Java and JVM-based applications to connect to and interact with RabbitMQ nodes. Prior to 5.33.1, src/main/java/com/rabbitmq/client/impl/ValueReader.java uses ValueReader.readBytes to accept a wire-declared contentLength below Integer.MAXVALUE and allocate a...

8.7CVSS5.5AI score
SaveExploits0References8
CVE
CVE
added 2026/08/18 4:23 p.m.86 views

CVE-2026-69219

The vulnerability is in ValueReader.readBytes in ValueReader.java of the RabbitMQ Java client prior to 5.33.1: it allocates a byte array based on a wire-declared length before verifying available frame data, allowing a malicious AMQP peer to trigger a ~2 GB allocation and OutOfMemoryError during ...

8.7CVSS5.3AI score0.00422EPSS
SaveExploits0References6
OSV
OSV
added 2026/08/18 4:20 p.m.4 views

CVE-2026-63335 RabbitMQ Java client malformed body frame triggers raw command assembler exception

The RabbitMQ Java client library allows Java and JVM-based applications to connect to and interact with RabbitMQ nodes. Prior to 5.31.0, inbound AMQP command assembly in src/main/java/com/rabbitmq/client/impl/CommandAssembler.java processes a content-bearing method and header whose...

6.3CVSS5.5AI score
SaveExploits0References8
Vulnrichment
Vulnrichment
added 2026/08/18 4:20 p.m.9 views

CVE-2026-63335 RabbitMQ Java client malformed body frame triggers raw command assembler exception

The RabbitMQ Java client library allows Java and JVM-based applications to connect to and interact with RabbitMQ nodes. Prior to 5.31.0, inbound AMQP command assembly in src/main/java/com/rabbitmq/client/impl/CommandAssembler.java processes a content-bearing method and header whose...

6.3CVSS5.4AI score0.00293EPSS
SaveExploits0References6
CVE
CVE
added 2026/08/18 4:20 p.m.48 views

CVE-2026-63335

In CommandAssembler.consumeBodyFrame, the peer-controlled body payload length is subtracted from remainingBodyBytes before bounds validation, driving the value negative and throwing an uncaught UnsupportedOperationException instead of MalformedFrameException, closing the client connection. A mali...

6.3CVSS5.4AI score0.00293EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2026/08/18 4:20 p.m.24 views

CVE-2026-63335 RabbitMQ Java client malformed body frame triggers raw command assembler exception

The RabbitMQ Java client library allows Java and JVM-based applications to connect to and interact with RabbitMQ nodes. Prior to 5.31.0, inbound AMQP command assembly in src/main/java/com/rabbitmq/client/impl/CommandAssembler.java processes a content-bearing method and header whose...

6.3CVSS0.00293EPSS
SaveExploits0References6
ATTACKERKB
ATTACKERKB
added 2026/08/18 4:20 p.m.21 views

CVE-2026-63335

The RabbitMQ Java client library allows Java and JVM-based applications to connect to and interact with RabbitMQ nodes. Prior to 5.31.0, inbound AMQP command assembly in src/main/java/com/rabbitmq/client/impl/CommandAssembler.java processes a content-bearing method and header whose...

6.3CVSS5.4AI score0.00293EPSS
SaveExploits0References7Affected Software1
Debian CVE
Debian CVE
added 2026/08/18 4:20 p.m.9 views

CVE-2026-63335

The RabbitMQ Java client library allows Java and JVM-based applications to connect to and interact with RabbitMQ nodes. Prior to 5.31.0, inbound AMQP command assembly in src/main/java/com/rabbitmq/client/impl/CommandAssembler.java processes a content-bearing method and header whose...

6.3CVSS5.5AI score0.00293EPSS
SaveExploits0
UbuntuCve
UbuntuCve
added 2026/08/18 4:18 p.m.11 views

CVE-2026-75904

libmodplug through 0.8.9.1 contains an out-of-bounds read in patsmplooped in src/loadpat.cpp. The function validates only the upper bound of its sample index against MAXSMP and then subtracts one before indexing the 191-byte static array patloops, so an index of zero reads patloops-1, one byte...

4.8CVSS5.2AI score0.00119EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/18 4:17 p.m.5 views

CVE-2026-45119

MyBB is free and open source forum software. Prior to 1.8.40, the Admin CP UTF-8 Conversion module does not validate certain requests correctly, allowing same-site attackers to alter table encoding and deny service with a specially crafted URL. The do=all control flow in...

4.6CVSS0.00128EPSS
SaveExploits0References4
NVD
NVD
added 2026/08/18 4:17 p.m.6 views

CVE-2026-19500

The Entries component in Brainstorm Force SureForms version, less than 2.12.3, does not enforce adequate limits on user-controlled form fields or submitted content during processing and rendering, which allows a remote attacker to exhaust server resources, prevent administrators from accessing th...

7.5CVSS0.00488EPSS
SaveExploits1References2
NVD
NVD
added 2026/08/18 4:17 p.m.7 views

CVE-2026-12564

A flaw was found in the AAP Controller's HashiCorp Vault credential plugin. The kubernetesauth function in awxplugins/credentials/hashivault.py reads the controller pod's Kubernetes service account token and sends it to an attacker-controlled URL when a HashiCorp Vault Secret Lookup credential wi...

9.6CVSS0.00276EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2026/08/18 3:52 p.m.6 views

CVE-2026-72471

A flaw was found in the NTFS3 filesystem driver in the Linux kernel. An uninitialized value vulnerability exists when processing NTFS3 filesystem operations. This can lead to a kernel crash, resulting in a denial of service DoS for the affected system. A local attacker could potentially exploit...

7.1CVSS5.5AI score0.00315EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/08/18 3:52 p.m.5 views

CVE-2026-72212

A flaw was found in the Linux kernel's memory hotplug subsystem. An error in the memory cleanup process, specifically when memory is added and then an issue occurs during device creation, can lead to incorrect handling of memory pages. This vulnerability can result in memory corruption, potential...

5.5CVSS5.5AI score0.002EPSS
SaveExploits0References4
Rows per page
Query Builder