Lucene search
+L

864 matches found

Cvelist
Cvelist
added 2 days ago28 views

CVE-2026-64120 net: ethtool: fix NULL pointer dereference in phy_reply_size

In the Linux kernel, the following vulnerability has been resolved: net: ethtool: fix NULL pointer dereference in phyreplysize In phypreparedata, several strings such as 'name', 'drvname', 'upstreamsfpname', and 'downstreamsfpname' are allocated using kstrdup. However, these allocations were not...

0.00166EPSS
Exploits0References3
NVD
NVD
added 2 days ago5 views

CVE-2026-63857

In the Linux kernel, the following vulnerability has been resolved: net: airoha: Do not read uninitialized fragment address in airohadevxmit The transmit loop in airohadevxmit reads fragment address and length during its final iteration, when the loop index equals skbshinfoskb-nrfrags, at which...

9.8CVSS0.00155EPSS
Exploits0References3
EUVD
EUVD
added 2 days ago7 views

EUVD-2026-45724

In the Linux kernel, the following vulnerability has been resolved: zram: fix use-after-free in zramwritebackendio A crash was observed in zramwritebackendio due to a NULL pointer dereference in wakeup. The root cause is a race condition between the bio completion handler zramwritebackendio and t...

5.8AI score0.00207EPSS
Exploits0References2
CVE
CVE
added 2 days ago13 views

CVE-2026-63857

In the Linux kernel, CVE-2026-63857 affects the airoha net code where the transmit loop in airoha_dev_xmit() reads fragment address/length on the last iteration (skb_shinfo(skb)->nr_frags) when the fragment data is uninitialized. The issue is unsafe reads that could trigger a page fault. The f...

9.8CVSS5.4AI score0.00155EPSS
Exploits0References3
OSV
OSV
added 2 days ago6 views

CVE-2026-63857 net: airoha: Do not read uninitialized fragment address in airoha_dev_xmit()

In the Linux kernel, the following vulnerability has been resolved: net: airoha: Do not read uninitialized fragment address in airohadevxmit The transmit loop in airohadevxmit reads fragment address and length during its final iteration, when the loop index equals skbshinfoskb-nrfrags, at which...

9.8CVSS5.3AI score0.00155EPSS
Exploits0References6
Cvelist
Cvelist
added 2 days ago31 views

CVE-2026-63857 net: airoha: Do not read uninitialized fragment address in airoha_dev_xmit()

In the Linux kernel, the following vulnerability has been resolved: net: airoha: Do not read uninitialized fragment address in airohadevxmit The transmit loop in airohadevxmit reads fragment address and length during its final iteration, when the loop index equals skbshinfoskb-nrfrags, at which...

9.8CVSS0.00155EPSS
Exploits0References3
NVD
NVD
added 2 days ago5 views

CVE-2026-63804

In the Linux kernel, the following vulnerability has been resolved: gfs2: fix use-after-free in gfs2qddealloc gfs2qddealloc, called as an RCU callback from gfs2qddispose, accesses the superblock object sdp through qd-qdsbd after freeing qd. It does so to decrement sdquotacount and wake up...

0.00168EPSS
Exploits0References5
OSV
OSV
added 2 days ago6 views

CVE-2026-63821 wifi: rtw88: usb: fix memory leaks on USB write failures

In the Linux kernel, the following vulnerability has been resolved: wifi: rtw88: usb: fix memory leaks on USB write failures When rtwusbwriteport fails to submit a USB Request Block URB e.g., due to device disconnect or ENOMEM, the completion callback is never executed. Currently, the driver...

5.3AI score0.00157EPSS
Exploits0References8
OSV
OSV
added 2 days ago4 views

CVE-2026-63809 bpf: use kvfree() for replaced sysctl write buffer

In the Linux kernel, the following vulnerability has been resolved: bpf: use kvfree for replaced sysctl write buffer procsyscallhandler allocates its temporary sysctl buffer with kvzalloc and passes it to cgroupbpfrunfiltersysctl. Since kvzalloc may fall back to vmalloc for large allocations,...

7.8CVSS5.6AI score0.0019EPSS
Exploits0References11
EUVD
EUVD
added 2 days ago4 views

EUVD-2026-45470

In the Linux kernel, the following vulnerability has been resolved: gfs2: fix use-after-free in gfs2qddealloc gfs2qddealloc, called as an RCU callback from gfs2qddispose, accesses the superblock object sdp through qd-qdsbd after freeing qd. It does so to decrement sdquotacount and wake up...

5.4AI score0.00168EPSS
Exploits0References5
CVE
CVE
added 2 days ago6 views

CVE-2026-63800

CVE-2026-63800 — Linux kernel (pNFS use-after-free) Affected: kernel code handling pnfs_update_layout() for NFS_LAYOUT_RETURN.Cause: If pnfs_prepare_to_retry_layoutget(lo) succeeds, pnfs_put_layout_hdr(lo) runs before trace_pnfs_update_layout(), while the tracepoint still references the structure...

9.8CVSS5.5AI score0.00177EPSS
Exploits0References8
Positive Technologies
Positive Technologies
added 2 days ago7 views

PT-2026-61211

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: f fs: serialize DMABUF cancel against request completion ffs epfile dmabuf io complete calls usb ep free request on the completed request but leaves priv-req, the back-pointer that ffs dmabuf transfer set on...

5.2AI score0.002EPSS
Exploits0References5
Positive Technologies
Positive Technologies
added 2 days ago7 views

PT-2026-61427

In the Linux kernel, the following vulnerability has been resolved: igc: fix potential skb leak in igc fpe xmit smd frame When igc fpe init tx descriptor fails, no one takes care of an allocated skb, leaking it. 1 Use dev kfree skb any on failure. Tested on an I226 adapter with the following...

5.3AI score0.00166EPSS
Exploits0References4
Positive Technologies
Positive Technologies
added 2 days ago10 views

PT-2026-61116

In the Linux kernel, the following vulnerability has been resolved: pNFS: Fix use-after-free in pnfs update layout When hitting the NFS LAYOUT RETURN branch in pnfs update layout, the code calls pnfs prepare to retry layoutgetlo. If it succeeds, pnfs put layout hdrlo is called before trace pnfs...

5.5AI score0.00177EPSS
Exploits0References9
Positive Technologies
Positive Technologies
added 2 days ago10 views

PT-2026-61137

In the Linux kernel, the following vulnerability has been resolved: wifi: rtw88: usb: fix memory leaks on USB write failures When rtw usb write port fails to submit a USB Request Block URB e.g., due to device disconnect or ENOMEM, the completion callback is never executed. Currently, the driver...

5.3AI score0.00157EPSS
Exploits0References6
F5 Networks
F5 Networks
added 2026/07/14 9:31 a.m.6 views

K000162247: Linux kernel vulnerability CVE-2026-53109

Security Advisory Description In the Linux kernel, the following vulnerability has been resolved: powerpc/pgtable-frag: Fix bad page state in ptefragdestroy powerpc uses ptfragrefcount as a reference counter for tracking it's pte and pmd page table fragments. For PTE table, in case of Hash with 6...

6AI score0.00161EPSS
Exploits0
NVD
NVD
added 2026/07/10 9:16 p.m.8 views

CVE-2026-41154

Software installed and run as a non-privileged user may cause OOB kernel memory reads or writes through GPU API calls. When indexing pages larger than 4kB in the page freeing logic of the sparse memory implementation, incorrect buffer indexing leads to OOB access...

7.8CVSS0.00131EPSS
Exploits0References1
EUVD
EUVD
added 2026/07/10 8:46 p.m.9 views

EUVD-2026-43034

Software installed and run as a non-privileged user may cause OOB kernel memory reads or writes through GPU API calls. When indexing pages larger than 4kB in the page freeing logic of the sparse memory implementation, incorrect buffer indexing leads to OOB access...

6.1AI score0.00131EPSS
Exploits0References1
OSV
OSV
added 2026/07/01 1:32 p.m.3 views

CVE-2026-53342 arm64: mm: call pagetable dtor when freeing hot-removed page tables

In the Linux kernel, the following vulnerability has been resolved: arm64: mm: call pagetable dtor when freeing hot-removed page tables Since 5e8eb9aeeda3 "arm64: mm: always call PTE/PMD ctor in createpgdmapping" page-table allocation on ARM64 always calls pagetablepte,pmd,pud,p4dctor. This sets...

5.8AI score0.00154EPSS
Exploits0References6
RedhatCVE
RedhatCVE
added 2026/06/29 1:34 p.m.13 views

CVE-2026-53222

In the Linux kernel, the following vulnerability has been resolved: ptp: ocp: fix resource freeing order Commit a60fc3294a37 "ptp: rework ptpclockunregister to disable events" added a call to ptpdisableallevents which changes the configuration of pins if they support EXTTS events. In ptpocpdetach...

5.5CVSS5.7AI score0.00107EPSS
Exploits0References4
Rows per page
Query Builder