Lucene search
+L

66341 matches found

Cvelist
Cvelist
added 5 days ago30 views

CVE-2026-74407 wifi: ath11k: cancel SSR work items during PCI shutdown

In the Linux kernel, the following vulnerability has been resolved: wifi: ath11k: cancel SSR work items during PCI shutdown A reboot can crash the kernel if it overlaps with WLAN firmware crash recovery SSR. The crash is a NULL pointer dereference in the MHI teardown path while freeing DMA-backed...

8.8CVSS0.00218EPSS
SaveExploits0References2
CVE
CVE
added 5 days ago18 views

CVE-2026-74407

In the Linux kernel, CVE-2026-74407 impacts PCI/MHI-based ath11k WLAN: during shutdown, SSR (WLAN firmware crash recovery) can race with teardown, leading to a NULL pointer dereference in the MHI teardown path while freeing DMA-backed contexts. The fix is to cancel SSR-related work items during P...

8.8CVSS5.4AI score0.00218EPSS
SaveExploits0References2
EUVD
EUVD
added 5 days ago4 views

EUVD-2026-59553

In the Linux kernel, the following vulnerability has been resolved: vxlan: Fix potential null-ptr-deref in vxlangropreparereceive. udptunnelsockrelease could set sk-skuserdata to NULL while vxlangropreparereceive is running. Let's check if rcudereferenceskuserdata is NULL after skbgroremcsuminit...

5.4AI score0.00497EPSS
SaveExploits0References6
OSV
OSV
added 5 days ago4 views

CVE-2026-74406 vxlan: Fix potential null-ptr-deref in vxlan_gro_prepare_receive().

In the Linux kernel, the following vulnerability has been resolved: vxlan: Fix potential null-ptr-deref in vxlangropreparereceive. udptunnelsockrelease could set sk-skuserdata to NULL while vxlangropreparereceive is running. Let's check if rcudereferenceskuserdata is NULL after skbgroremcsuminit...

9.8CVSS5.5AI score
SaveExploits0References9
CVE
CVE
added 5 days ago17 views

CVE-2026-74406

The CVE-2026-74406 entry relates to the Linux kernel, fixing a potential null-ptr-deref in vxlan_gro_prepare_receive() where udp_tunnel_sock_release() could clear sk->sk_user_data during execution. The issue involves a race with skb_gro_remcsum_init() and rcu_dereference_sk_user_data(). Affect...

9.8CVSS5.3AI score0.00497EPSS
SaveExploits0References6
Cvelist
Cvelist
added 5 days ago34 views

CVE-2026-74406 vxlan: Fix potential null-ptr-deref in vxlan_gro_prepare_receive().

In the Linux kernel, the following vulnerability has been resolved: vxlan: Fix potential null-ptr-deref in vxlangropreparereceive. udptunnelsockrelease could set sk-skuserdata to NULL while vxlangropreparereceive is running. Let's check if rcudereferenceskuserdata is NULL after skbgroremcsuminit...

9.8CVSS0.00497EPSS
SaveExploits0References6
CVE
CVE
added 5 days ago23 views

CVE-2026-74403

The CVE-2026-74403 entries describe a Linux kernel fix in crypto: ccp where a NULL page allocation could lead to a non-NULL garbage from page_address(NULL) on architectures without HASHED_PAGE_VIRTUAL. The root cause is passing a potentially NULL page pointer to page_address() and then evaluating...

7.8CVSS5.4AI score0.00121EPSS
SaveExploits0References2
EUVD
EUVD
added 5 days ago4 views

EUVD-2026-59550

In the Linux kernel, the following vulnerability has been resolved: crypto: ccp - Check for page allocation failure correctly in TIO Sashiko notes: if snpallocfirmwarepages returns NULL under memory pressure, is it safe to pass it directly to pageaddress? On architectures without HASHEDPAGEVIRTUA...

5.4AI score0.00121EPSS
SaveExploits0References2
Cvelist
Cvelist
added 5 days ago34 views

CVE-2026-74403 crypto: ccp - Check for page allocation failure correctly in TIO

In the Linux kernel, the following vulnerability has been resolved: crypto: ccp - Check for page allocation failure correctly in TIO Sashiko notes: if snpallocfirmwarepages returns NULL under memory pressure, is it safe to pass it directly to pageaddress? On architectures without HASHEDPAGEVIRTUA...

7.8CVSS0.00121EPSS
SaveExploits0References2
OSV
OSV
added 5 days ago4 views

CVE-2026-74403 crypto: ccp - Check for page allocation failure correctly in TIO

In the Linux kernel, the following vulnerability has been resolved: crypto: ccp - Check for page allocation failure correctly in TIO Sashiko notes: if snpallocfirmwarepages returns NULL under memory pressure, is it safe to pass it directly to pageaddress? On architectures without HASHEDPAGEVIRTUA...

7.8CVSS5.5AI score
SaveExploits0References5
Cvelist
Cvelist
added 5 days ago33 views

CVE-2026-74400 bpf: fix crash in bpf_[set|remove]_dentry_xattr for negative dentries

In the Linux kernel, the following vulnerability has been resolved: bpf: fix crash in bpfset|removedentryxattr for negative dentries bpfsetdentryxattr and bpfremovedentryxattr BPF kfuncs attempt to lock the inode of the supplied dentry without checking if it is NULL. If a negative dentry is passe...

0.00166EPSS
SaveExploits0References3
OSV
OSV
added 5 days ago7 views

CVE-2026-74400 bpf: fix crash in bpf_[set|remove]_dentry_xattr for negative dentries

In the Linux kernel, the following vulnerability has been resolved: bpf: fix crash in bpfset|removedentryxattr for negative dentries bpfsetdentryxattr and bpfremovedentryxattr BPF kfuncs attempt to lock the inode of the supplied dentry without checking if it is NULL. If a negative dentry is passe...

5.5AI score
SaveExploits0References6
EUVD
EUVD
added 5 days ago6 views

EUVD-2026-59547

In the Linux kernel, the following vulnerability has been resolved: bpf: fix crash in bpfset|removedentryxattr for negative dentries bpfsetdentryxattr and bpfremovedentryxattr BPF kfuncs attempt to lock the inode of the supplied dentry without checking if it is NULL. If a negative dentry is passe...

5.4AI score0.00166EPSS
SaveExploits0References3
CVE
CVE
added 5 days ago19 views

CVE-2026-74400

CVE-2026-74400 affects the Linux kernel: bpf_set_dentry_xattr and bpf_remove_dentry_xattr kfuncs may crash when given negative dentries because d_inode(dentry) can be NULL, leading to inode_lock(NULL). The fix adds a NULL check for the inode and returns -EINVAL when NULL. The patch also removes a...

5.3AI score0.00166EPSS
SaveExploits0References3
EUVD
EUVD
added 5 days ago8 views

EUVD-2026-59526

In the Linux kernel, the following vulnerability has been resolved: dax/kmem: account for partial discontiguous resource upon removal When devdaxkmemprobe partially succeeds at least one range is mapped but a subsequent range fails requestmemregion or addmemorydrivermanaged, the probe silently...

5.5AI score0.00172EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added 5 days ago6 views

CVE-2026-74379

In the Linux kernel, the following vulnerability has been resolved: dax/kmem: account for partial discontiguous resource upon removal When devdaxkmemprobe partially succeeds at least one range is mapped but a subsequent range fails requestmemregion or addmemorydrivermanaged, the probe silently...

5.4AI score0.00172EPSS
SaveExploits0
Cvelist
Cvelist
added 5 days ago34 views

CVE-2026-74379 dax/kmem: account for partial discontiguous resource upon removal

In the Linux kernel, the following vulnerability has been resolved: dax/kmem: account for partial discontiguous resource upon removal When devdaxkmemprobe partially succeeds at least one range is mapped but a subsequent range fails requestmemregion or addmemorydrivermanaged, the probe silently...

0.00172EPSS
SaveExploits0References7
OSV
OSV
added 5 days ago7 views

CVE-2026-74379 dax/kmem: account for partial discontiguous resource upon removal

In the Linux kernel, the following vulnerability has been resolved: dax/kmem: account for partial discontiguous resource upon removal When devdaxkmemprobe partially succeeds at least one range is mapped but a subsequent range fails requestmemregion or addmemorydrivermanaged, the probe silently...

5.6AI score
SaveExploits0References10
CVE
CVE
added 5 days ago20 views

CVE-2026-74379

CVE-2026-74379 affects the Linux kernel dax/kmem driver. The root cause is a partial success in dev_dax_kmem_probe() where at least one resource range is mapped but a subsequent range fails, leading to the range resource being NULL and the probe reporting success. Consequently, dev_dax_kmem_remov...

5.5AI score0.00172EPSS
SaveExploits0References7
OSV
OSV
added 5 days ago4 views

CVE-2026-74366 wifi: ath12k: fix NULL deref in change_sta_links for unready link

In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: fix NULL deref in changestalinks for unready link ieee80211setactivelinks calls ieee80211linkusechannel for each newly-added link and WARNONONCEs if it fails. The call uses assignonfailure=true, which allows mac8021...

5.6AI score
SaveExploits0References6
Rows per page
Query Builder