Lucene search
+L

66367 matches found

EUVD
EUVD
added 6 days ago6 views

EUVD-2026-59421

In the Linux kernel, the following vulnerability has been resolved: cxl/region: Fill first free targets slot during auto-discovery Any invalid endpoint decoder pointer in the target array of an active region is not allowed by cxl driver. This means cxl driver always assumes the first p-nrtargets...

5.5AI score0.00172EPSS
SaveExploits0References2
CVE
CVE
added 6 days ago20 views

CVE-2026-74274

The CVE-2026-74274 entry concerns the Linux kernel cxl/region auto-discovery logic. A NULL hole in a region’s target array (introduced when an endpoint decoder is removed or detached) could lead to null dereferences (possible Oops: general protection fault) or miscounting targets when lock flags ...

5.4AI score0.00172EPSS
SaveExploits0References2
CVE
CVE
added 6 days ago16 views

CVE-2026-74266

The CVE-2026-74266 family documents a Linux kernel vulnerability in net/sched sch_dualpi2 where qdisc_tree_reduce_backlog is invoked during peek before the queue length (qlen) is restored. This causes a race where, if qlen drops to zero but a packet remains, the parent’s qlen_notify callback can ...

5.4AI score0.00198EPSS
SaveExploits0References3
OSV
OSV
added 6 days ago6 views

CVE-2026-74266 net/sched: sch_dualpi2: Do not call qdisc_tree_reduce_backlog during peek before restoring qlen

In the Linux kernel, the following vulnerability has been resolved: net/sched: schdualpi2: Do not call qdisctreereducebacklog during peek before restoring qlen Whenever dualpi2 drops packets during peek, it calls qdisctreereducebacklog. An issue arises because it calls qdisctreereducebacklog befo...

5.5AI score
SaveExploits0References6
EUVD
EUVD
added 6 days ago10 views

EUVD-2026-59413

In the Linux kernel, the following vulnerability has been resolved: net/sched: schdualpi2: Do not call qdisctreereducebacklog during peek before restoring qlen Whenever dualpi2 drops packets during peek, it calls qdisctreereducebacklog. An issue arises because it calls qdisctreereducebacklog befo...

5.4AI score0.00198EPSS
SaveExploits0References3
CVE
CVE
added 6 days ago18 views

CVE-2026-74263

The CVE affects the Linux kernel net: wwan: t7xx driver. In t7xx_port_ctrl_tx, each skb fragment is cloned and the clone is immediately used to set cloned->len; if skb_clone() fails, a NULL pointer dereference can occur. The fix checks the clone before using it and, when previous fragments are...

5.3AI score0.00168EPSS
SaveExploits0References5
OSV
OSV
added 6 days ago8 views

CVE-2026-74263 net: wwan: t7xx: check skb_clone in control TX

In the Linux kernel, the following vulnerability has been resolved: net: wwan: t7xx: check skbclone in control TX t7xxportctrltx clones each skb fragment before passing it to the port transmit path. The clone is used immediately to set cloned-len, so an skbclone failure results in a NULL pointer...

5.5AI score
SaveExploits0References8
EUVD
EUVD
added 6 days ago8 views

EUVD-2026-59410

In the Linux kernel, the following vulnerability has been resolved: net: wwan: t7xx: check skbclone in control TX t7xxportctrltx clones each skb fragment before passing it to the port transmit path. The clone is used immediately to set cloned-len, so an skbclone failure results in a NULL pointer...

5.4AI score0.00168EPSS
SaveExploits0References5
Cvelist
Cvelist
added 6 days ago31 views

CVE-2026-74263 net: wwan: t7xx: check skb_clone in control TX

In the Linux kernel, the following vulnerability has been resolved: net: wwan: t7xx: check skbclone in control TX t7xxportctrltx clones each skb fragment before passing it to the port transmit path. The clone is used immediately to set cloned-len, so an skbclone failure results in a NULL pointer...

0.00168EPSS
SaveExploits0References5
OSV
OSV
added 6 days ago6 views

CVE-2026-74259 cifs: remove all cifs files before kill super

In the Linux kernel, the following vulnerability has been resolved: cifs: remove all cifs files before kill super Cifs files may be put into fileinfoputwq during umounting cifs. After umount done, cifsFileInfoputfinal is called, which cause following BUG: BUG: kernel NULL pointer dereference,...

8.4CVSS5.4AI score
SaveExploits0References9
EUVD
EUVD
added 6 days ago5 views

EUVD-2026-59406

In the Linux kernel, the following vulnerability has been resolved: cifs: remove all cifs files before kill super Cifs files may be put into fileinfoputwq during umounting cifs. After umount done, cifsFileInfoputfinal is called, which cause following BUG: BUG: kernel NULL pointer dereference,...

5.3AI score0.00182EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 6 days ago8 views

CVE-2026-74259

In the Linux kernel, the following vulnerability has been resolved: cifs: remove all cifs files before kill super Cifs files may be put into fileinfoputwq during umounting cifs. After umount done, cifsFileInfoputfinal is called, which cause following BUG: BUG: kernel NULL pointer dereference,...

8.4CVSS5.2AI score0.00182EPSS
SaveExploits0
Cvelist
Cvelist
added 6 days ago34 views

CVE-2026-74259 cifs: remove all cifs files before kill super

In the Linux kernel, the following vulnerability has been resolved: cifs: remove all cifs files before kill super Cifs files may be put into fileinfoputwq during umounting cifs. After umount done, cifsFileInfoputfinal is called, which cause following BUG: BUG: kernel NULL pointer dereference,...

8.4CVSS0.00182EPSS
SaveExploits0References6
CVE
CVE
added 6 days ago20 views

CVE-2026-74259

Summary (mode C): CVE-2026-74259 affects the Linux kernel CIFS implementation. The issue arises when cifs files are not cleaned up before killing the superblock during unmount, allowing a NULL pointer dereference in cifsFileInfo_put_final which can trigger a BUG check. Reproduction notes outline ...

8.4CVSS5.2AI score0.00182EPSS
SaveExploits0References6
Cvelist
Cvelist
added 6 days ago29 views

CVE-2026-74256 bpf, sockmap: fix integer overflow in bpf_msg_pop_data() bounds check

In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: fix integer overflow in bpfmsgpopdata bounds check start and len are u32, so u64 last = start + len; evaluates start + len in 32-bit and wraps before storing it in last. The bounds check if start = offset + l || las...

8.4CVSS0.00182EPSS
SaveExploits0References8
OSV
OSV
added 6 days ago10 views

CVE-2026-74256 bpf, sockmap: fix integer overflow in bpf_msg_pop_data() bounds check

In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: fix integer overflow in bpfmsgpopdata bounds check start and len are u32, so u64 last = start + len; evaluates start + len in 32-bit and wraps before storing it in last. The bounds check if start = offset + l || las...

8.4CVSS5.6AI score
SaveExploits0References11
EUVD
EUVD
added 6 days ago6 views

EUVD-2026-59401

In the Linux kernel, the following vulnerability has been resolved: tcp: ipv6: clamp default adverting MSS to avoid GSOBYFRAGS 0xFFFF When MTU is large, ip6defaultadvmss can return IPV6MAXPLEN 65535. This is interpreted by TCP as mssclamp, allowing the MSS to reach 65535. However, 0xFFFF is also...

5.4AI score0.00686EPSS
SaveExploits0References8
Cvelist
Cvelist
added 6 days ago32 views

CVE-2026-72502 tcp: ipv6: clamp default adverting MSS to avoid GSO_BY_FRAGS (0xFFFF)

In the Linux kernel, the following vulnerability has been resolved: tcp: ipv6: clamp default adverting MSS to avoid GSOBYFRAGS 0xFFFF When MTU is large, ip6defaultadvmss can return IPV6MAXPLEN 65535. This is interpreted by TCP as mssclamp, allowing the MSS to reach 65535. However, 0xFFFF is also...

7.5CVSS0.00686EPSS
SaveExploits0References8
CVE
CVE
added 6 days ago22 views

CVE-2026-72502

The CVE-2026-72502 issue affects the Linux kernel TCP/IPv6 path: when MTU is large, ip6_default_advmss() could return IPV6_MAXPLEN (65535), which TCP could treat as mss_clamp, allowing an MSS of 65535. The bug also coalesces with GSO_BY_FRAGS (0xFFFF), causing a NULL pointer dereference if a TCP ...

7.5CVSS5.4AI score0.00686EPSS
SaveExploits0References8
OSV
OSV
added 6 days ago10 views

CVE-2026-72502 tcp: ipv6: clamp default adverting MSS to avoid GSO_BY_FRAGS (0xFFFF)

In the Linux kernel, the following vulnerability has been resolved: tcp: ipv6: clamp default adverting MSS to avoid GSOBYFRAGS 0xFFFF When MTU is large, ip6defaultadvmss can return IPV6MAXPLEN 65535. This is interpreted by TCP as mssclamp, allowing the MSS to reach 65535. However, 0xFFFF is also...

7.5CVSS5.5AI score
SaveExploits0References11
Rows per page
Query Builder