Lucene search
+L

245504 matches found

Debian CVE
Debian CVE
added 2026/08/10 11:59 a.m.8 views

CVE-2026-68138

In the Linux kernel, the following vulnerability has been resolved: net/sched: serialize qdiscrtablist against concurrent get/put qdiscgetrtab and qdiscputrtab mutate the process-global singly linked list qdiscrtablist and a plain non-atomic 'int refcnt' with no lock. This was only safe because...

7.8CVSS5.3AI score0.00129EPSS
SaveExploits1
Cvelist
Cvelist
added 2026/08/10 11:59 a.m.31 views

CVE-2026-68137 net/x25: fix use-after-free in x25_kill_by_neigh()

In the Linux kernel, the following vulnerability has been resolved: net/x25: fix use-after-free in x25killbyneigh x25killbyneigh walks the global X.25 socket list looking for sockets attached to a terminating neighbour. x25listlock protects list membership while the lookup is in progress, but it...

9.8CVSS0.00483EPSS
SaveExploits0References5
CVE
CVE
added 2026/08/10 11:59 a.m.29 views

CVE-2026-68137

The CVE-2026-68137 issue is a Linux kernel use-after-free in the X.25 networking code (x25_kill_by_neigh). The vulnerability arises when the kernel walks the global X.25 socket list without guaranteeing socket lifetime after dropping x25_list_lock, allowing a concurrent close to remove a socket a...

9.8CVSS5.5AI score0.00483EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/08/10 11:59 a.m.8 views

EUVD-2026-55518

In the Linux kernel, the following vulnerability has been resolved: net/x25: fix use-after-free in x25killbyneigh x25killbyneigh walks the global X.25 socket list looking for sockets attached to a terminating neighbour. x25listlock protects list membership while the lookup is in progress, but it...

5.5AI score0.00483EPSS
SaveExploits0References5
OSV
OSV
added 2026/08/10 11:59 a.m.7 views

CVE-2026-68137 net/x25: fix use-after-free in x25_kill_by_neigh()

In the Linux kernel, the following vulnerability has been resolved: net/x25: fix use-after-free in x25killbyneigh x25killbyneigh walks the global X.25 socket list looking for sockets attached to a terminating neighbour. x25listlock protects list membership while the lookup is in progress, but it...

9.8CVSS5.5AI score
SaveExploits0References8
Debian CVE
Debian CVE
added 2026/08/10 11:59 a.m.8 views

CVE-2026-68137

In the Linux kernel, the following vulnerability has been resolved: net/x25: fix use-after-free in x25killbyneigh x25killbyneigh walks the global X.25 socket list looking for sockets attached to a terminating neighbour. x25listlock protects list membership while the lookup is in progress, but it...

9.8CVSS5.4AI score0.00483EPSS
SaveExploits0
EUVD
EUVD
added 2026/08/10 11:58 a.m.6 views

EUVD-2026-55517

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,...

5.4AI score0.00497EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/10 11:58 a.m.31 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
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
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
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
Cvelist
Cvelist
added 2026/08/10 11:58 a.m.32 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
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
Rows per page
Query Builder