Lucene search
+L

180 matches found

NVD
NVD
added 2026/08/15 6:21 a.m.7 views

CVE-2026-72046

In the Linux kernel, the following vulnerability has been resolved: gve: fix header buffer corruption with header-split and HW-GRO The DQO RX datapath programs a per-buffer-queue-descriptor headerbufaddr at post time and reads the split header back at completion time. Both the post and the read...

9.8CVSS0.00626EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/15 6:21 a.m.8 views

UBUNTU-CVE-2026-72046

In the Linux kernel, the following vulnerability has been resolved: gve: fix header buffer corruption with header-split and HW-GRO The DQO RX datapath programs a per-buffer-queue-descriptor headerbufaddr at post time and reads the split header back at completion time. Both the post and the read...

9.8CVSS5.9AI score0.00626EPSS
SaveExploits0References7
OSV
OSV
added 2026/08/15 5:52 a.m.7 views

CVE-2026-72046 gve: fix header buffer corruption with header-split and HW-GRO

In the Linux kernel, the following vulnerability has been resolved: gve: fix header buffer corruption with header-split and HW-GRO The DQO RX datapath programs a per-buffer-queue-descriptor headerbufaddr at post time and reads the split header back at completion time. Both the post and the read...

9.8CVSS6AI score
SaveExploits0References7
Cvelist
Cvelist
added 2026/08/15 5:52 a.m.17 views

CVE-2026-72046 gve: fix header buffer corruption with header-split and HW-GRO

In the Linux kernel, the following vulnerability has been resolved: gve: fix header buffer corruption with header-split and HW-GRO The DQO RX datapath programs a per-buffer-queue-descriptor headerbufaddr at post time and reads the split header back at completion time. Both the post and the read...

9.8CVSS0.00626EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/15 5:52 a.m.22 views

CVE-2026-72046

The CVE-2026-72046 issue in the Linux kernel concerns the gve RX path, where header buffers were indexed by buffer-queue position (bufq->tail) for posts and by the completion index (desc_idx) for reads. With HW-GRO and multi-flow traffic, out-of-order completions cause headers to be read from ...

9.8CVSS5.9AI score0.00626EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/08/15 5:52 a.m.6 views

EUVD-2026-59004

In the Linux kernel, the following vulnerability has been resolved: gve: fix header buffer corruption with header-split and HW-GRO The DQO RX datapath programs a per-buffer-queue-descriptor headerbufaddr at post time and reads the split header back at completion time. Both the post and the read...

5.9AI score0.00626EPSS
SaveExploits0References4
NVD
NVD
added 2026/07/26 7:16 a.m.22 views

CVE-2026-64530

In the Linux kernel, the following vulnerability has been resolved: net/sched: clsapi: Handle TCACTCONSUMED in tcfqeventhandle tcfclassify can return TCACTCONSUMED while the skb is held by the defragmentation engine e.g. actct on out-of-order fragments. When that happens the skb is no longer owne...

9.8CVSS0.00509EPSS
SaveExploits0References7
OSV
OSV
added 2026/07/26 7:16 a.m.9 views

UBUNTU-CVE-2026-64530

In the Linux kernel, the following vulnerability has been resolved: net/sched: clsapi: Handle TCACTCONSUMED in tcfqeventhandle tcfclassify can return TCACTCONSUMED while the skb is held by the defragmentation engine e.g. actct on out-of-order fragments. When that happens the skb is no longer owne...

9.8CVSS5.6AI score0.00509EPSS
SaveExploits0References10
OSV
OSV
added 2026/07/24 2:07 p.m.7 views

GHSA-4W2J-M93H-CJ5J Quinn: Remote memory exhaustion in quinn-proto from unbounded out-of-order stream reassembly

Summary The Assembler component that assembles unordered stream fragments into consecutive chunks of the stream incurs some overhead for non-contiguous fragments. Readers that read from a RecvStream in order through an AsyncRead impl for example will be sensitive to peers that send fragments whil...

7.5CVSS6AI score0.00339EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2026/07/23 7:09 p.m.36 views

CVE-2026-25800 quinn-proto has remote memory exhaustion from unbounded out-of-order stream reassembly

Quinn is a pure-Rust, async-compatible implementation of the IETF QUIC transport protocol. Starting in version 0.1.0 and prior to version 0.11.15, the Assembler component that assembles unordered stream fragments into consecutive chunks of the stream incurs some overhead for non-contiguous...

7.5CVSS0.00339EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2026/07/23 7:09 p.m.10 views

CVE-2026-25800 quinn-proto has remote memory exhaustion from unbounded out-of-order stream reassembly

Quinn is a pure-Rust, async-compatible implementation of the IETF QUIC transport protocol. Starting in version 0.1.0 and prior to version 0.11.15, the Assembler component that assembles unordered stream fragments into consecutive chunks of the stream incurs some overhead for non-contiguous...

7.5CVSS5.6AI score0.00339EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/23 7:09 p.m.8 views

CVE-2026-25800 quinn-proto has remote memory exhaustion from unbounded out-of-order stream reassembly

Quinn is a pure-Rust, async-compatible implementation of the IETF QUIC transport protocol. Starting in version 0.1.0 and prior to version 0.11.15, the Assembler component that assembles unordered stream fragments into consecutive chunks of the stream incurs some overhead for non-contiguous...

7.5CVSS5.5AI score
SaveExploits0References5
CVE
CVE
added 2026/07/23 7:09 p.m.33 views

CVE-2026-25800

Quinn-quic: The Assembler handling unordered stream fragments can cause high memory overhead and potential memory exhaustion for non-contiguous fragments when reading RecvStream via AsyncRead, in versions 0.1.0 through 0.11.14. The issue arises from overhead in defragmentation of fragments with g...

7.5CVSS5.6AI score0.00339EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/07 2:34 p.m.9 views

PYSEC-2026-1992 twisted.web has disordered HTTP pipeline response

Summary The HTTP 1.0 and 1.1 server provided by twisted.web could process pipelined HTTP requests out-of-order, possibly resulting in information disclosure. PoC 0. Start a fresh Debian container: sh docker run --workdir /repro --rm -it debian:bookworm-slim 1. Install twisted and its dependencies...

8.3CVSS6AI score0.00856EPSS
SaveExploits0References9
EUVD
EUVD
added 2026/06/25 8:38 a.m.13 views

EUVD-2026-39274

In the Linux kernel, the following vulnerability has been resolved: mptcp: allow subflow rcv wnd to shrink In MPTCP connection, the window field in the TCP header refers to the MPTCP-level rcvnxt and it's right edge should not move backward. Such constraint is enforced at DSS option generation...

5.7AI score0.00479EPSS
SaveExploits0References6
RustSec
RustSec
added 2026/06/22 12:00 p.m.32 views

Remote memory exhaustion in quinn-proto from unbounded out-of-order stream reassembly

The Assembler component that assembles unordered stream fragments into consecutive chunks of the stream incurs some overhead for non-contiguous fragments. Readers that read from a RecvStream in order through an AsyncRead impl for example will be sensitive to peers that send fragments while leavin...

7.5CVSS5.8AI score0.00339EPSS
SaveExploits0Affected Software1
OSV
OSV
added 2026/06/22 12:00 p.m.31 views

RUSTSEC-2026-0185 Remote memory exhaustion in quinn-proto from unbounded out-of-order stream reassembly

The Assembler component that assembles unordered stream fragments into consecutive chunks of the stream incurs some overhead for non-contiguous fragments. Readers that read from a RecvStream in order through an AsyncRead impl for example will be sensitive to peers that send fragments while leavin...

7.5CVSS5.8AI score0.00339EPSS
SaveExploits0References3
Packet Storm News
Packet Storm News
added 2026/06/09 12:00 a.m.17 views

FreeBSD Security Advisory - FreeBSD-SA-26:31.arm64

FreeBSD Security Advisory - Some Arm CPUs have errata where the ordering of stores and the TLBI+DSB sequence may be incorrect. If one CPU stores to a virtual address while another CPU invalidates the translation for that address, the second CPU's TLBI+DSB may complete before the first CPU's store...

9.1CVSS5.4AI score0.00571EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2026/06/03 12:00 a.m.15 views

Linux Distros Unpatched Vulnerability : CVE-2026-45889

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel, the following vulnerability has been resolved: mptcp: do not account for OoO in mptcprcvbufgrow MPTCP-level OoOs are physiological when...

5.5CVSS5.2AI score0.00153EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
added 2026/05/28 3:56 a.m.17 views

SUSE CVE-2026-45889

In the Linux kernel, the following vulnerability has been resolved: mptcp: do not account for OoO in mptcprcvbufgrow MPTCP-level OoOs are physiological when multiple subflows are active concurrently and will not cause retransmissions nor are caused by drops. Accounting for them in mptcprcvbufgrow...

5.8AI score0.00153EPSS
SaveExploits0References3
Rows per page
Query Builder