Lucene search
+L

324921 matches found

EUVD
EUVD
added 2026/08/04 2:23 p.m.7 views

EUVD-2026-52700

The Bluetooth host ATT layer subsys/bluetooth/host/att.c associates each in-flight ATT TX buffer with its owning channel via the static txmetadatastorage array data-attchan = chan. When a buffer's last reference is dropped, its net-buf destroy callback defers the completion handling to the system...

7.1CVSS5.7AI score0.00185EPSS
SaveExploits1References2
CVE
CVE
added 2026/08/04 2:23 p.m.46 views

CVE-2026-11368

Summary of CVE-2026-11368 details: The Bluetooth host ATT layer (att.c) ties in-flight ATT TX buffers to channels via tx_meta_data_storage[]. When a buffer is freed, completion handling defers to a workqueue path (att_tx_destroy -> att_tx_destroy_work_handler -> att_on_sent_cb -> bt_att_...

7.1CVSS5.7AI score0.00185EPSS
SaveExploits1References2Affected Software1
EUVD
EUVD
added 2026/08/04 2:23 p.m.8 views

EUVD-2026-52699

The non-blocking asynchronous JSON parser in jackson-core does not enforce the maxNumberLength constraint defined in StreamReadConstraints default: 1000 characters. An attacker able to submit JSON to an application that uses the async parser API can supply a number token of arbitrary length,...

6.9CVSS5.7AI score0.0031EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/04 2:23 p.m.35 views

CVE-2026-18401 jackson-core: Number length constraint bypass in non-blocking (async) JSON parser leads to potential denial of service

The non-blocking asynchronous JSON parser in jackson-core does not enforce the maxNumberLength constraint defined in StreamReadConstraints default: 1000 characters. An attacker able to submit JSON to an application that uses the async parser API can supply a number token of arbitrary length,...

6.9CVSS0.0031EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/04 2:23 p.m.5 views

CVE-2026-18401 jackson-core: Number length constraint bypass in non-blocking (async) JSON parser leads to potential denial of service

The non-blocking asynchronous JSON parser in jackson-core does not enforce the maxNumberLength constraint defined in StreamReadConstraints default: 1000 characters. An attacker able to submit JSON to an application that uses the async parser API can supply a number token of arbitrary length,...

6.9CVSS5.7AI score
SaveExploits0References7
CVE
CVE
added 2026/08/04 2:23 p.m.41 views

CVE-2026-18401

The CVE describes a vulnerability in jackson-core’s non-blocking (async) JSON parser where maxNumberLength is not enforced, unlike the synchronous parser. Root cause: the async parsing path in NonBlockingUtf8JsonParserBase does not invoke number length validation; _finishNumberIntegralPart() accu...

6.9CVSS5.7AI score0.0031EPSS
SaveExploits0References3
RedHat Linux
RedHat Linux
added 2026/08/04 1:59 p.m.9 views

netty-codec-redis: Netty: Denial of Service via malicious Redis array header

A flaw was found in Netty, a network application framework. The RedisArrayAggregator component pre-allocates memory based on the declared element count in a Redis array header. A remote attacker can exploit this by sending a small, malicious Redis array header that claims a huge initial capacity,...

7.5CVSS5.5AI score0.00449EPSS
SaveExploits0References7
RedHat Linux
RedHat Linux
added 2026/08/04 1:59 p.m.11 views

Important: Red Hat Security Advisory: Red Hat JBoss Enterprise Application Platform 8.1.7.1 XP 6.0.5.1 release

JBoss EAP XP 6.0.5.1 release on the EAP 8.1 base. See references for release notes. A security update is now available for Red Hat JBoss Enterprise Application Platform 8.1.7.1, XP 6.0.5.1. Red Hat Product Security has rated this update as having a security impact of Important. A Common...

10CVSS5.6AI score0.01025EPSS
SaveExploits1References23
RedHat Linux
RedHat Linux
added 2026/08/04 1:59 p.m.8 views

netty-codec-redis: Netty's Lack of Lifecycle Cleanup Leads to Pooled ByteBuf Leak in RedisArrayAggregator

A flaw was found in netty-codec-redis. A remote attacker can exploit this vulnerability by repeatedly closing Redis pipeline connections before a Redis array aggregate completes. This leads to a permanent leak of direct-memory buffers, which prevents memory chunks from being returned to the share...

8.7CVSS5.5AI score0.00721EPSS
SaveExploits0References7
RedHat Linux
RedHat Linux
added 2026/08/04 1:59 p.m.13 views

netty-codec-haproxy: Netty HAProxy PROXY protocol v2 codec: Denial of Service via memory leak from crafted PROXY protocol headers

A flaw was found in the Netty HAProxy PROXY protocol v2 codec. A remote attacker can exploit this vulnerability by sending a specially crafted HAProxy PROXY protocol v2 header with nested PP2TYPESSL type-length-value TLV records. This can lead to a memory leak, causing the underlying cumulation...

8.7CVSS5.7AI score0.0063EPSS
SaveExploits0References7
RedHat Linux
RedHat Linux
added 2026/08/04 1:59 p.m.8 views

netty-transport-sctp: Netty-transport-sctp: Denial of Service due to unbounded memory growth from SctpMessage fragments

A flaw was found in netty-transport-sctp. A remote attacker can exploit this vulnerability by sending specially crafted, non-complete Stream Control Transmission Protocol SCTP message fragments. This can lead to unbounded memory growth within the application, causing a Denial of Service DoS...

7.5CVSS5.5AI score0.00449EPSS
SaveExploits0References7
RedHat Linux
RedHat Linux
added 2026/08/04 1:59 p.m.6 views

netty-codec-haproxy: Netty-codec-haproxy: Denial of Service via malformed HAProxy message

A flaw was found in netty-codec-haproxy, a component of the Netty network application framework. A remote attacker can exploit this vulnerability by sending a specially crafted HAProxy message with a malformed PP2TYPESSL TLV Type-Length-Value header. This can lead to an IndexOutOfBoundsException...

7.5CVSS5.5AI score0.00617EPSS
SaveExploits0References7
RedHat Linux
RedHat Linux
added 2026/08/04 1:59 p.m.8 views

netty-codec-redis: netty-codec-redis: Denial of Service via crafted Redis payloads

A flaw was found in netty-codec-redis. A remote attacker can exploit this vulnerability by sending specially crafted Redis payloads across multiple connections without proper termination. This can exhaust the server's direct memory pool, leading to a Denial of Service DoS condition where legitima...

7.5CVSS5.5AI score0.00449EPSS
SaveExploits0References7
RedHat Linux
RedHat Linux
added 2026/08/04 1:59 p.m.7 views

netty-handler: Netty: Denial of Service due to eager buffer allocation in TLS handshake

A flaw was found in Netty, a network application framework. A remote attacker can exploit this vulnerability by sending a crafted TLS Transport Layer Security ClientHello message. This can lead to an eager allocation of a large memory buffer, causing a Denial of Service DoS due to excessive memor...

7.5CVSS5.5AI score0.00856EPSS
SaveExploits0References7
RedHat Linux
RedHat Linux
added 2026/08/04 1:59 p.m.9 views

netty-codec-redis: netty-codec-redis: Denial of Service via crafted Redis payload with deeply nested arrays

A flaw was found in netty-codec-redis. A remote attacker can exploit this vulnerability by sending a specially crafted Redis payload containing deeply nested arrays. This action forces the server to allocate a large number of state objects and collections, leading to memory exhaustion...

7.5CVSS5.5AI score0.00449EPSS
SaveExploits0References7
RedHat Linux
RedHat Linux
added 2026/08/04 1:59 p.m.7 views

netty-codec-http2: netty-codec-http2: Denial of Service due to resource leak

A flaw was found in netty-codec-http2. A remote attacker could send specially crafted frames that cause a resource leak within the DelegatingDecompressorFrameListener class. This resource leak could lead to an Out Of Memory Error OOME, potentially causing a Denial of Service DoS by taking down th...

7.5CVSS5.5AI score0.00617EPSS
SaveExploits0References7
NVD
NVD
added 2026/08/04 1:18 p.m.6 views

CVE-2026-63252

In Eclipse Milo versions 0.6.0 through 1.1.4, UASC server transport handlers fail to release retained partial message chunks when a channel disconnects, allowing a remote unauthenticated client to exhaust pooled direct memory by repeatedly sending incomplete chunks and disconnecting, potentially...

8.7CVSS0.00413EPSS
SaveExploits0References3
RedHat Linux
RedHat Linux
added 2026/08/04 1:3 p.m.8 views

brace-expansion: DoS via unbounded intermediate arrays, bypassing the CVE-2026-14257 mitigation

A flaw was found in the brace-expansion library. The expand function does not apply maxLength when constructing comma-alternative intermediate arrays or padded sequences, allowing attacker-controlled input to exhaust memory or block the event loop, resulting in a denial of service. This issue is...

7.5CVSS5.3AI score0.00411EPSS
SaveExploits1References9
CVE
CVE
added 2026/08/04 12:3 p.m.44 views

CVE-2026-63252

Technical details for CVE-2026-63252 are not publicly available in the provided documents. Monitor for updates from Eclipse Milo project and associated security advisories to obtain affected versions, impact, and remediation guidance.

8.7CVSS5.5AI score0.00413EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2026/08/04 12:3 p.m.10 views

CVE-2026-63252

In Eclipse Milo versions 0.6.0 through 1.1.4, UASC server transport handlers fail to release retained partial message chunks when a channel disconnects, allowing a remote unauthenticated client to exhaust pooled direct memory by repeatedly sending incomplete chunks and disconnecting, potentially...

8.7CVSS5.5AI score
SaveExploits0References5
Rows per page
Query Builder