Lucene search
+L

245541 matches found

Cvelist
Cvelist
added 2026/08/10 11:58 a.m.34 views

CVE-2026-68136 net: gro: fix double aggregation of flush-marked skbs

In the Linux kernel, the following vulnerability has been resolved: net: gro: fix double aggregation of flush-marked skbs Commit 0ab03f353d36 "net-gro: Fix GRO flush when receiving a GSO packet." added a flush check to skbgroreceive, but skbgroreceivelist lacks the same validation. As a result,...

9.8CVSS0.00497EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/10 11:58 a.m.34 views

CVE-2026-68136

CVE-2026-68136 is a Linux kernel GRO flaw where missing NAPI_GRO_CB(skb)->flush validation in skb_gro_receive_list() allows double aggregation of flush-marked skbs, potentially corrupting frag_list and leading to a kernel panic during skb_segment() (DoS). Public reports (NVD, Red Hat, Debian, ...

9.8CVSS5.4AI score0.00497EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2026/08/10 11:58 a.m.6 views

CVE-2026-68136

In the Linux kernel, the following vulnerability has been resolved: net: gro: fix double aggregation of flush-marked skbs Commit 0ab03f353d36 "net-gro: Fix GRO flush when receiving a GSO packet." added a flush check to skbgroreceive, but skbgroreceivelist lacks the same validation. As a result,...

9.8CVSS5.3AI score0.00497EPSS
SaveExploits0
OSV
OSV
added 2026/08/10 11:58 a.m.4 views

CVE-2026-68136 net: gro: fix double aggregation of flush-marked skbs

In the Linux kernel, the following vulnerability has been resolved: net: gro: fix double aggregation of flush-marked skbs Commit 0ab03f353d36 "net-gro: Fix GRO flush when receiving a GSO packet." added a flush check to skbgroreceive, but skbgroreceivelist lacks the same validation. As a result,...

9.8CVSS5.5AI score
SaveExploits0References7
Debian CVE
Debian CVE
added 2026/08/10 11:58 a.m.7 views

CVE-2026-68135

In the Linux kernel, the following vulnerability has been resolved: net: hip04: fix RX buffer leak on buildskb failure When buildskb fails in hip04rxpoll, the driver jumps to the refill path without releasing the current RX buffer and its DMA mapping. Installing a replacement buffer then overwrit...

5.4AI score0.00175EPSS
SaveExploits0
EUVD
EUVD
added 2026/08/10 11:58 a.m.5 views

EUVD-2026-55516

In the Linux kernel, the following vulnerability has been resolved: net: hip04: fix RX buffer leak on buildskb failure When buildskb fails in hip04rxpoll, the driver jumps to the refill path without releasing the current RX buffer and its DMA mapping. Installing a replacement buffer then overwrit...

5.5AI score0.00175EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/10 11:58 a.m.33 views

CVE-2026-68135 net: hip04: fix RX buffer leak on build_skb failure

In the Linux kernel, the following vulnerability has been resolved: net: hip04: fix RX buffer leak on buildskb failure When buildskb fails in hip04rxpoll, the driver jumps to the refill path without releasing the current RX buffer and its DMA mapping. Installing a replacement buffer then overwrit...

0.00175EPSS
SaveExploits0References5
OSV
OSV
added 2026/08/10 11:58 a.m.7 views

CVE-2026-68135 net: hip04: fix RX buffer leak on build_skb failure

In the Linux kernel, the following vulnerability has been resolved: net: hip04: fix RX buffer leak on buildskb failure When buildskb fails in hip04rxpoll, the driver jumps to the refill path without releasing the current RX buffer and its DMA mapping. Installing a replacement buffer then overwrit...

5.5AI score
SaveExploits0References8
EUVD
EUVD
added 2026/08/10 11:58 a.m.6 views

EUVD-2026-55515

In the Linux kernel, the following vulnerability has been resolved: ptp: ptps390: Add missing facility check Only register the physical clock when facility 28 is installed and PTFF QAF returns that PTFF QPT is available...

5.1AI score0.00129EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2026/08/10 11:58 a.m.7 views

CVE-2026-68134

In the Linux kernel, the following vulnerability has been resolved: ptp: ptps390: Add missing facility check Only register the physical clock when facility 28 is installed and PTFF QAF returns that PTFF QPT is available...

7.3CVSS5.1AI score0.00129EPSS
SaveExploits0
CVE
CVE
added 2026/08/10 11:58 a.m.30 views

CVE-2026-68134

The CVE-2026-68134 entry concerns the Linux kernel ptp_s390 module. The vulnerability arises from a missing facility check that could allow the physical clock to be registered even when facility 28 is not installed or PTFF QPT is unavailable. The public details in the connected sources indicate t...

7.3CVSS5.1AI score0.00129EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/08/10 11:58 a.m.9 views

EUVD-2026-55514

In the Linux kernel, the following vulnerability has been resolved: ice: fix PTP Call Trace during PTP release If a PF reset occurs when the PTP state is ICEPTPUNINIT, then iceptprebuild will update the state to ICEPTPERROR. This will result in the following PTP release call trace during driver...

5.3AI score0.00175EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2026/08/10 11:58 a.m.5 views

CVE-2026-68133

In the Linux kernel, the following vulnerability has been resolved: ice: fix PTP Call Trace during PTP release If a PF reset occurs when the PTP state is ICEPTPUNINIT, then iceptprebuild will update the state to ICEPTPERROR. This will result in the following PTP release call trace during driver...

5.3AI score0.00175EPSS
SaveExploits0
CVE
CVE
added 2026/08/10 11:58 a.m.41 views

CVE-2026-68132

CVE-2026-68132 concerns the Linux kernel thaw deadlock involving frozen block devices. The root cause is do_thaw_all_callback() calling bdev_thaw() while holding sb->s_umount, which can lead to a deadlock when a block device frozen via bdev_freeze() drops the last freeze reference and fs_bdev_...

5.3AI score0.00173EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/10 11:58 a.m.32 views

CVE-2026-68132 super: fix emergency thaw deadlock on frozen block devices

In the Linux kernel, the following vulnerability has been resolved: super: fix emergency thaw deadlock on frozen block devices dothawallcallback calls bdevthaw while holding sb-sumount exclusively. If the block device was frozen via bdevfreeze dropping the last block layer freeze reference calls...

0.00173EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/08/10 11:58 a.m.5 views

EUVD-2026-55513

In the Linux kernel, the following vulnerability has been resolved: super: fix emergency thaw deadlock on frozen block devices dothawallcallback calls bdevthaw while holding sb-sumount exclusively. If the block device was frozen via bdevfreeze dropping the last block layer freeze reference calls...

5.3AI score0.00173EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2026/08/10 11:58 a.m.5 views

CVE-2026-68132

In the Linux kernel, the following vulnerability has been resolved: super: fix emergency thaw deadlock on frozen block devices dothawallcallback calls bdevthaw while holding sb-sumount exclusively. If the block device was frozen via bdevfreeze dropping the last block layer freeze reference calls...

5.2AI score0.00173EPSS
SaveExploits0
OSV
OSV
added 2026/08/10 11:58 a.m.9 views

CVE-2026-68132 super: fix emergency thaw deadlock on frozen block devices

In the Linux kernel, the following vulnerability has been resolved: super: fix emergency thaw deadlock on frozen block devices dothawallcallback calls bdevthaw while holding sb-sumount exclusively. If the block device was frozen via bdevfreeze dropping the last block layer freeze reference calls...

5.4AI score
SaveExploits0References6
EUVD
EUVD
added 2026/08/10 11:58 a.m.12 views

EUVD-2026-55512

In the Linux kernel, the following vulnerability has been resolved: rbd: Reset positive result codes to zero in object map update path In a reply message to an RBD request, a positive result code indicates a data payload, which is not allowed for writes. While rbdosdreqcallback already resets a...

5.4AI score0.00466EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2026/08/10 11:58 a.m.6 views

CVE-2026-68131

In the Linux kernel, the following vulnerability has been resolved: rbd: Reset positive result codes to zero in object map update path In a reply message to an RBD request, a positive result code indicates a data payload, which is not allowed for writes. While rbdosdreqcallback already resets a...

7.5CVSS5.3AI score0.00466EPSS
SaveExploits0
Rows per page
Query Builder