Lucene search
+L

13677 matches found

Debian CVE
Debian CVE
added 2026/08/15 5:57 a.m.4 views

CVE-2026-74289

In the Linux kernel, the following vulnerability has been resolved: ipv4: fib: Don't dump dying fibinfo in fibleafnotify. syzbot reported use-after-free in nsimfib4prepareevent. 0 The problem is that the following functions call fibinfohold / refcountinc while dumping fibinfo under RCU, which is...

7.8CVSS5.4AI score0.0012EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/15 5:57 a.m.7 views

CVE-2026-74288

In the Linux kernel, the following vulnerability has been resolved: net: fibrules: Don't dump dying fibrule in fibrulesdump. rockerrouterfibevent calls fibruleget during RCU dump. If the fibrule is dying, refcountinc will complain about it. Let's call refcountincnotzero in fibrulesdump...

7.8CVSS5.3AI score0.00129EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/15 5:57 a.m.8 views

CVE-2026-74286

In the Linux kernel, the following vulnerability has been resolved: net: pfcp: allocate per-cpu tstats for PFCP netdevs PFCP uses devgettstats64 as its ndogetstats64 callback, but pfcplinksetup does not request NETDEVPCPUSTATTSTATS. The net core therefore leaves dev-tstats NULL for PFCP devices...

5.3AI score0.00168EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/15 5:57 a.m.6 views

CVE-2026-74277

In the Linux kernel, the following vulnerability has been resolved: iommu/dma-iommu: Fix wrong scatterlist length assignment in P2PDMA path In iommudmamapsg, when handling PCI P2PDMA cases, the DMA length of the current scatterlist segment s is incorrectly assigned from the head entry sg-length...

8.8CVSS5.4AI score0.00154EPSS
SaveExploits0
OSV
OSV
added 2026/08/15 5:57 a.m.7 views

CVE-2026-74272 cxl/region: Resolve region deletion races

In the Linux kernel, the following vulnerability has been resolved: cxl/region: Resolve region deletion races Sungwoo noticed that the sysfs trigger to delete a region may try to delete a region multiple times. It also has no exclusion relative to the kernel releasing the region via CXL root devi...

5.5AI score
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/15 5:57 a.m.32 views

CVE-2026-74269 bnxt: fix head underflow on XDP head-grow

In the Linux kernel, the following vulnerability has been resolved: bnxt: fix head underflow on XDP head-grow The xdp.py test testxdpnativeadjstheadgrowdata crashes when run on a bnxt machine and also crashes in NIPA. It seems that the bug is an underflow in bnxtrxmultipageskb, which builds the s...

9.8CVSS0.00379EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/15 5:57 a.m.26 views

CVE-2026-74269

CVE-2026-74269 describes a Linux kernel issue where bnxt RX path under XDP head-grow can underflow the skb head when the head is adjusted by -256. The root cause is an underflow in bnxt_rx_multi_page_skb that builds the skb with napi_build_skb(data_ptr - bp->rx_offset, rxr->rx_page_size); b...

9.8CVSS5.3AI score0.00379EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/15 5:57 a.m.6 views

EUVD-2026-59416

In the Linux kernel, the following vulnerability has been resolved: bnxt: fix head underflow on XDP head-grow The xdp.py test testxdpnativeadjstheadgrowdata crashes when run on a bnxt machine and also crashes in NIPA. It seems that the bug is an underflow in bnxtrxmultipageskb, which builds the s...

5.3AI score0.00379EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/15 5:57 a.m.7 views

CVE-2026-74269 bnxt: fix head underflow on XDP head-grow

In the Linux kernel, the following vulnerability has been resolved: bnxt: fix head underflow on XDP head-grow The xdp.py test testxdpnativeadjstheadgrowdata crashes when run on a bnxt machine and also crashes in NIPA. It seems that the bug is an underflow in bnxtrxmultipageskb, which builds the s...

9.8CVSS5.5AI score
SaveExploits0References5
Debian CVE
Debian CVE
added 2026/08/15 5:57 a.m.7 views

CVE-2026-74260

In the Linux kernel, the following vulnerability has been resolved: netfilter: nfdupnetdev: add nfdevxmitrecursion helpers and use them Update nftdup and nftfwd to use the nfdevxmitrecursion helpers. This patch also disables BH when transmitting the skb to address a possible migration to differen...

7.8CVSS5.3AI score0.00154EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/15 5:57 a.m.7 views

CVE-2026-72502

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.3AI score0.00686EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/15 5:57 a.m.8 views

CVE-2026-72492

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix use-after-free in sameclienthaslease sameclienthaslease returns an opinfo pointer from ci-moplist after dropping ci-mlock without taking a reference. smbgrantoplock then dereferences that pointer in copylease and when...

8.8CVSS5.5AI score0.00477EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/15 5:57 a.m.8 views

CVE-2026-72490

In the Linux kernel, the following vulnerability has been resolved: staging: rtl8723bs: fix stainfo check in rtwaesdecrypt The null-pointer-guard was incorrect, returning FAIL on valid pointer. Invert the guard, so it returns FAIL on invalid pointer...

5.3AI score0.00162EPSS
SaveExploits0
OSV
OSV
added 2026/08/15 5:57 a.m.9 views

CVE-2026-72484 staging: most: video: avoid double free on video register failure

In the Linux kernel, the following vulnerability has been resolved: staging: most: video: avoid double free on video register failure compregistervideodev allocates a videodevice with videodevicealloc and releases it if videoregisterdevice fails. This can double free the videodevice when...

5.5AI score
SaveExploits0References11
EUVD
EUVD
added 2026/08/15 5:57 a.m.9 views

EUVD-2026-59383

In the Linux kernel, the following vulnerability has been resolved: staging: most: video: avoid double free on video register failure compregistervideodev allocates a videodevice with videodevicealloc and releases it if videoregisterdevice fails. This can double free the videodevice when...

5.4AI score0.0021EPSS
SaveExploits0References8
CVE
CVE
added 2026/08/15 5:57 a.m.19 views

CVE-2026-72484

The CVE-2026-72484 entry documents a Linux kernel staging component (staging: most: video)double-free during video device registration. The root cause: comp_register_videodev() may release mdev->vdev via vdev->release() if video_register_device() fails, risking a second free when __video_re...

5.3AI score0.0021EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/08/15 5:57 a.m.32 views

CVE-2026-72484 staging: most: video: avoid double free on video register failure

In the Linux kernel, the following vulnerability has been resolved: staging: most: video: avoid double free on video register failure compregistervideodev allocates a videodevice with videodevicealloc and releases it if videoregisterdevice fails. This can double free the videodevice when...

0.0021EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2026/08/15 5:57 a.m.6 views

CVE-2026-72467

In the Linux kernel, the following vulnerability has been resolved: xprtrdma: Check frwrwpcreate during connect frwrwpcreate creates the singleton Memory Region used to encode padding for Write chunks whose payload length is not XDR-aligned. Its failure paths return a negative errno and leave...

5.5AI score0.00205EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/15 5:57 a.m.10 views

CVE-2026-72466

In the Linux kernel, the following vulnerability has been resolved: xprtrdma: Fix bcall rep leak and unbounded peek rpcrdmaisbcall decodes a reply's first words to decide whether the frame is a backchannel call. Two issues in that decode path let a short or malformed reply leak the receive buffer...

9.8CVSS5.7AI score0.00728EPSS
SaveExploits0
OSV
OSV
added 2026/08/15 5:57 a.m.12 views

CVE-2026-72452 drm/i915: clear CRTC color blob pointers after dropping refs

In the Linux kernel, the following vulnerability has been resolved: drm/i915: clear CRTC color blob pointers after dropping refs intelcrtcputcolorblobs drops the CRTC color blob references, but leaves the corresponding pointers unchanged. This can matter in intelcrtcprepareclearedstate, which fre...

7.8CVSS5.4AI score
SaveExploits0References7
Rows per page
Query Builder