Threat Intelligence Database
Comprehensive database of the latest cyber threats affecting organizations worldwide. Filter and search to find specific threat intelligence relevant to your organization.
Stop chasing alerts. Route them.
Start free, then upgrade once to turn Radar into an automated delivery engine for your security stack.
Custom feeds / Automations: email, Slack, webhooks, SIEM/MISP / API access (baseline limits)
API access activates after upgrading in Console -> Billing.
Check if your credentials are on the dark web
Instant breach scanning across billions of leaked records. Free tier available.
Filter Threats
Narrow down the results by type, severity, or affected countries
Threat Intelligence
Click on any threat for detailed analysis and mitigation recommendations
CVE-2026-61634: CWE-20: Improper Input Validation in rabbitmq rabbitmq-java-clientCVE-2026-61634 0 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 frame_max value, but src/main/java/com/rabbitmq/client/impl/SocketFrameHandler.java and NettyFrameHandlerFactory continue to validate broker-controlled frame payload lengths against maxInboundMessageBodySize because the negotiated limit is not applied consistently through setMaxInboundFramePayloadSize. A malicious or compromised broker can send a method frame larger than the negotiated frame_max during or after connection establishment, causing the client to allocate and decode a protocol-invalid frame instead of rejecting it with MalformedFrameException. The protocol violation can disrupt the affected connection and cause client-side denial of service. This issue is fixed in version 5.33.0. Join the discussion | CVE Database V5 | 08/18/2026, 16:32:19 UTC Added: 08/18/2026, 16:54:49 UTC |
CVE-2026-69220: CWE-674: Uncontrolled Recursion in rabbitmq rabbitmq-java-clientCVE-2026-69220 0 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 for AMQP table type F and AMQP array type A values without a nesting-depth limit. A malicious AMQP server or network intermediary can send approximately 580 nested table levels in the pre-authentication connection.start frame, fitting within the default 131072-byte frame maximum, to trigger StackOverflowError. The error terminates the client input processing thread and causes denial of service. This issue is fixed in version 5.33.1. Join the discussion | CVE Database V5 | 08/18/2026, 16:25:16 UTC Added: 08/18/2026, 16:35:06 UTC |
CVE-2026-69219: CWE-789: Memory Allocation with Excessive Size Value in rabbitmq rabbitmq-java-clientCVE-2026-69219 0 CVE-2026-69219 is a high severity vulnerability in the rabbitmq-java-client library prior to version 5.33.1. It involves a memory allocation issue where a malicious AMQP peer can cause the client to allocate approximately 2 GB of memory by sending a specially crafted LongString or byte-array field with an excessively large declared length. This leads to an OutOfMemoryError and denial of service by terminating the JVM. The issue is fixed in version 5.33.1. Join the discussion | CVE Database V5 | 08/18/2026, 16:23:32 UTC Added: 08/18/2026, 16:35:06 UTC |
CVE-2026-63337: CWE-470: Use of Externally-Controlled Input to Select Classes or Code ('Unsafe Reflection') in rabbitmq rabbitmq-java-clientCVE-2026-63337 0 The RabbitMQ Java client library allows Java and JVM-based applications to connect to and interact with RabbitMQ nodes. Prior to 5.33.0, com.rabbitmq.tools.jsonrpc.ProcedureDescription receives a javaReturnType value in an untrusted system.describe response and passes it through JSONUtil.tryFill, setJavaReturnType, and computeReturnTypeAsJavaClass to Class.forName(javaReturnType) with initialization enabled. An attacker able to answer the JsonRpcClient request through a shared broker or network interception can select a class already present in the victim JVM and trigger its static initializer, while JsonRpcClient.java later passes getReturnType output to mapper.parse and may also create type confusion. Successful exploitation can affect confidentiality, integrity, and availability in the client process. This issue is fixed in version 5.33.0. Join the discussion | CVE Database V5 | 08/18/2026, 16:27:09 UTC Added: 08/18/2026, 16:35:06 UTC |
CVE-2026-63336: CWE-295: Improper Certificate Validation in rabbitmq rabbitmq-java-clientCVE-2026-63336 0 The RabbitMQ Java client library allows Java and JVM-based applications to connect to and interact with RabbitMQ nodes. Prior to 5.33.0, com.rabbitmq.client.ConnectionFactory.useSslProtocol() and ConnectionFactory.useSslProtocol(String) configure com.rabbitmq.client.TrustEverythingTrustManager and leave hostname verification disabled, causing arbitrary server certificates, including self-signed certificates, to be accepted. A network attacker able to intercept a TLS connection can impersonate the RabbitMQ broker, read protected AMQP traffic, and modify traffic without certificate or hostname validation. The fix changes the production TLS helpers to use the JVM default trust store and enables hostname verification, while retaining an explicitly named development-only no-verification helper. This issue is fixed in version 5.33.0. Join the discussion | CVE Database V5 | 08/18/2026, 16:29:23 UTC Added: 08/18/2026, 16:35:06 UTC |
CVE-2026-63335: CWE-20: Improper Input Validation in rabbitmq rabbitmq-java-clientCVE-2026-63335 0 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 remainingBodyBytes value is smaller than a following AMQP.FRAME_BODY payload. CommandAssembler.consumeBodyFrame subtracts the peer-controlled payload length before validating that it fits, drives remainingBodyBytes negative, and throws a raw UnsupportedOperationException instead of MalformedFrameException. A malicious or compromised broker peer can send this malformed sequence on an open nonzero channel to terminate frame processing and close the client connection, causing denial of service for work using that connection. This issue is fixed in version 5.31.0. Join the discussion | CVE Database V5 | 08/18/2026, 16:20:08 UTC Added: 08/18/2026, 16:35:06 UTC |
Showing 1 to 6 of 6 results