Lucene search
+L

8434 matches found

Github Security Blog
Github Security Blog
•added 2026/08/18 4:36 p.m.•14 views

RabbitMQ Java client accepts broker frames larger than the negotiated AMQP frame_max

Summary The max body size was enforced to patch CVE-2023-46120, but even though that limit still works, the frame size itself still exceeds the given max size. Root cause The Java client records the AMQP 0-9-1 framemax negotiated during connection tuning, but the socket inbound frame reader...

7.5CVSS6AI score0.01061EPSS
SaveExploits1References7Affected Software1
Github Security Blog
Github Security Blog
•added 2026/08/18 4:32 p.m.•15 views

RabbitMQ Java client malformed body frame triggers raw command assembler exception

Summary RabbitMQ Java Client's inbound AMQP command assembly accepts a content header declaring a small body and then processes a larger body frame by throwing a raw UnsupportedOperationException from CommandAssembler. A broker peer that the client has connected to can use this malformed frame...

6.8CVSS6.7AI score0.03192EPSS
SaveExploits0References7Affected Software1
OSV
OSV
•added 2026/08/18 4:32 p.m.•9 views

GHSA-QX7J-JV8M-FPPR RabbitMQ Java client malformed body frame triggers raw command assembler exception

Summary RabbitMQ Java Client's inbound AMQP command assembly accepts a content header declaring a small body and then processes a larger body frame by throwing a raw UnsupportedOperationException from CommandAssembler. A broker peer that the client has connected to can use this malformed frame...

6.3CVSS5.8AI score0.00515EPSS
SaveExploits0References7
Vulnrichment
Vulnrichment
•added 2026/08/18 4:32 p.m.•11 views

CVE-2026-61634 RabbitMQ Java client accepts broker frames larger than the negotiated AMQP frame_max

The RabbitMQ Java client library allows Java and JVM-based applications to connect to and interact with RabbitMQ nodes. Prior to 5.33.0, the AMQP connection tuning path records the negotiated AMQP framemax value, but src/main/java/com/rabbitmq/client/impl/SocketFrameHandler.java and...

5.3AI score0.00488EPSS
SaveExploits0References6
EUVD
EUVD
•added 2026/08/18 4:32 p.m.•16 views

EUVD-2026-61046

The RabbitMQ Java client library allows Java and JVM-based applications to connect to and interact with RabbitMQ nodes. Prior to 5.33.0, the AMQP connection tuning path records the negotiated AMQP framemax value, but src/main/java/com/rabbitmq/client/impl/SocketFrameHandler.java and...

5.3AI score0.00488EPSS
SaveExploits0References6
OSV
OSV
•added 2026/08/18 4:32 p.m.•36 views

CVE-2026-61634 RabbitMQ Java client accepts broker frames larger than the negotiated AMQP frame_max

The RabbitMQ Java client library allows Java and JVM-based applications to connect to and interact with RabbitMQ nodes. Prior to 5.33.0, the AMQP connection tuning path records the negotiated AMQP framemax value, but src/main/java/com/rabbitmq/client/impl/SocketFrameHandler.java and...

5.5AI score
SaveExploits0References8
CVE
CVE
•added 2026/08/18 4:32 p.m.•62 views

CVE-2026-61634

In RabbitMQ Java client prior to 5.33.0, SocketFrameHandler.java and NettyFrameHandlerFactory validate frame payload lengths against maxInboundMessageBodySize instead of the negotiated frame_max, so a malicious broker can send oversized method frames that bypass MalformedFrameException checks, ca...

5.3AI score0.00488EPSS
SaveExploits0References6
Debian CVE
Debian CVE
•added 2026/08/18 4:32 p.m.•10 views

CVE-2026-61634

The RabbitMQ Java client library allows Java and JVM-based applications to connect to and interact with RabbitMQ nodes. Prior to 5.33.0, the AMQP connection tuning path records the negotiated AMQP framemax value, but src/main/java/com/rabbitmq/client/impl/SocketFrameHandler.java and...

5.4AI score0.00488EPSS
SaveExploits0
Cvelist
Cvelist
•added 2026/08/18 4:25 p.m.•73 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.7CVSS0.00725EPSS
SaveExploits0References6
OSV
OSV
•added 2026/08/18 4:25 p.m.•9 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
Debian CVE
Debian CVE
•added 2026/08/18 4:25 p.m.•10 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.5AI score0.00725EPSS
SaveExploits0
CVE
CVE
•added 2026/08/18 4:25 p.m.•78 views

CVE-2026-69220

In RabbitMQ Java client

8.7CVSS5.3AI score0.00725EPSS
SaveExploits0References6
attackerkb
attackerkb
•added 2026/08/18 4:25 p.m.•47 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.00725EPSS
SaveExploits0References7Affected Software1
OSV
OSV
•added 2026/08/18 4:20 p.m.•10 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
CVE
CVE
•added 2026/08/18 4:20 p.m.•58 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.00515EPSS
SaveExploits0References6
EUVD
EUVD
•added 2026/08/18 4:20 p.m.•18 views

EUVD-2026-61040

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.00515EPSS
SaveExploits0References6
Vulnrichment
Vulnrichment
•added 2026/08/18 4:20 p.m.•11 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.00515EPSS
SaveExploits0References6
Cvelist
Cvelist
•added 2026/08/18 4:20 p.m.•31 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.00515EPSS
SaveExploits0References6
attackerkb
attackerkb
•added 2026/08/18 4:20 p.m.•46 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.00515EPSS
SaveExploits0References7Affected Software1
Debian CVE
Debian CVE
•added 2026/08/18 4:20 p.m.•13 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.00515EPSS
SaveExploits0
Rows per page
Query Builder