Lucene search
+L

369999 matches found

CVE
CVE
added 2026/08/15 5:58 a.m.25 views

CVE-2026-74323

CVE-2026-74323 affects the Linux kernel wifi driver for the MT76 MT7996. The vulnerability occurs in the mt7996_tx_prepare_skb() path: if link_conf or link_sta lookups fail, the driver leaks an already allocated TX token. The fix releases the token in error paths to prevent the leak. The issue ha...

8.8CVSS5.3AI score0.00242EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/15 5:58 a.m.23 views

CVE-2026-74322

In the Linux kernel, the wifi/mt76 mt7996 path is affected by CVE-2026-74322. The vulnerability stems from a possible NULL pointer dereference in mt7996_mac_write_txwi_80211() when handling injected frames (e.g., radiotap) where info->control.vif can be NULL. The code originally calls ieee8021...

5.3AI score0.00166EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2026/08/15 5:58 a.m.4 views

CVE-2026-74322

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7996: Fix possible NULL pointer dereference in mt7996macwritetxwi80211 For injected frames e.g. via radiotap, mac80211 can pass info-control.vif = NULL, as explicitly noted in struct ieee80211txinfo. Check vif point...

5.3AI score0.00166EPSS
SaveExploits0
OSV
OSV
added 2026/08/15 5:58 a.m.6 views

CVE-2026-74322 wifi: mt76: mt7996: Fix possible NULL pointer dereference in mt7996_mac_write_txwi_80211()

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7996: Fix possible NULL pointer dereference in mt7996macwritetxwi80211 For injected frames e.g. via radiotap, mac80211 can pass info-control.vif = NULL, as explicitly noted in struct ieee80211txinfo. Check vif point...

5.5AI score
SaveExploits0References6
Cvelist
Cvelist
added 2026/08/15 5:58 a.m.31 views

CVE-2026-74321 btrfs: fix invalid pointer dereference in __btrfs_run_delayed_refs()

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix invalid pointer dereference in btrfsrundelayedrefs In the beginning of the loop, we try to obtain a locked delayed ref head, if 'lockedref' is currently NULL, by calling btrfsselectrefhead, which can return an error...

7.5CVSS0.00508EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/15 5:58 a.m.9 views

CVE-2026-74321 btrfs: fix invalid pointer dereference in __btrfs_run_delayed_refs()

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix invalid pointer dereference in btrfsrundelayedrefs In the beginning of the loop, we try to obtain a locked delayed ref head, if 'lockedref' is currently NULL, by calling btrfsselectrefhead, which can return an error...

7.5CVSS5.5AI score
SaveExploits0References11
EUVD
EUVD
added 2026/08/15 5:58 a.m.8 views

EUVD-2026-59468

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix invalid pointer dereference in btrfsrundelayedrefs In the beginning of the loop, we try to obtain a locked delayed ref head, if 'lockedref' is currently NULL, by calling btrfsselectrefhead, which can return an error...

5.4AI score0.00508EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2026/08/15 5:58 a.m.7 views

CVE-2026-74321

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix invalid pointer dereference in btrfsrundelayedrefs In the beginning of the loop, we try to obtain a locked delayed ref head, if 'lockedref' is currently NULL, by calling btrfsselectrefhead, which can return an error...

7.5CVSS5.4AI score0.00508EPSS
SaveExploits0
CVE
CVE
added 2026/08/15 5:58 a.m.22 views

CVE-2026-74321

In the Linux kernel CVE-2026-74321, the bug is in btrfs: __btrfs_run_delayed_refs loop where, if btrfs_select_ref_head() returns ERR_PTR(-EAGAIN), the code previously could end up dereferencing an invalid pointer (locked_ref) after the next iteration. The fix ensures that when an ERR_PTR(-EAGAIN)...

7.5CVSS5.4AI score0.00508EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/08/15 5:58 a.m.33 views

CVE-2026-74320 fbdev: sm501fb: Fix buffer errors in OF binding code

In the Linux kernel, the following vulnerability has been resolved: fbdev: sm501fb: Fix buffer errors in OF binding code The code that gets the frame buffer mode from OF has 'use after free', 'buffer overrun' and memory leaks. info-ediddata isn't free if the probe functions fail or if pd-defmode ...

0.00176EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2026/08/15 5:58 a.m.5 views

CVE-2026-74319

In the Linux kernel, the following vulnerability has been resolved: btrfs: zoned: fix deadlock waiting for ticket during data relocation When performing data relocation on a zoned filesystem, BTRFS can deadlock in handlereservetickets. The relocation process is waiting on a space reservation tick...

5.4AI score0.00155EPSS
SaveExploits0
OSV
OSV
added 2026/08/15 5:58 a.m.5 views

CVE-2026-74320 fbdev: sm501fb: Fix buffer errors in OF binding code

In the Linux kernel, the following vulnerability has been resolved: fbdev: sm501fb: Fix buffer errors in OF binding code The code that gets the frame buffer mode from OF has 'use after free', 'buffer overrun' and memory leaks. info-ediddata isn't free if the probe functions fail or if pd-defmode ...

5.8AI score
SaveExploits0References11
OSV
OSV
added 2026/08/15 5:58 a.m.9 views

CVE-2026-74319 btrfs: zoned: fix deadlock waiting for ticket during data relocation

In the Linux kernel, the following vulnerability has been resolved: btrfs: zoned: fix deadlock waiting for ticket during data relocation When performing data relocation on a zoned filesystem, BTRFS can deadlock in handlereservetickets. The relocation process is waiting on a space reservation tick...

5.6AI score
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/15 5:58 a.m.28 views

CVE-2026-74319 btrfs: zoned: fix deadlock waiting for ticket during data relocation

In the Linux kernel, the following vulnerability has been resolved: btrfs: zoned: fix deadlock waiting for ticket during data relocation When performing data relocation on a zoned filesystem, BTRFS can deadlock in handlereservetickets. The relocation process is waiting on a space reservation tick...

0.00155EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/15 5:58 a.m.6 views

EUVD-2026-59467

In the Linux kernel, the following vulnerability has been resolved: fbdev: sm501fb: Fix buffer errors in OF binding code The code that gets the frame buffer mode from OF has 'use after free', 'buffer overrun' and memory leaks. info-ediddata isn't free if the probe functions fail or if pd-defmode ...

5.7AI score0.00176EPSS
SaveExploits0References8
CVE
CVE
added 2026/08/15 5:58 a.m.21 views

CVE-2026-74320

CVE-2026-74320 : In the Linux kernel fbdev sm501fb driver, the OF binding code had multiple memory-safety issues: use-after-free, buffer overrun, and memory leaks. The fix addresses edid_data not being freed when probes fail or def_mode is set; double-free risk when both CRT and PANEL are enabled...

5.7AI score0.00176EPSS
SaveExploits0References8
CVE
CVE
added 2026/08/15 5:58 a.m.18 views

CVE-2026-74319

CVE-2026-74319 documents a deadlock in the Linux kernel's BTRFS when performing data relocation on zoned filesystems. The relocation process can deadlock while waiting for a space reservation ticket that it itself would free, because the ticket cannot be fulfilled. The fix introduces a new flush ...

5.4AI score0.00155EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2026/08/15 5:58 a.m.8 views

CVE-2026-74320

In the Linux kernel, the following vulnerability has been resolved: fbdev: sm501fb: Fix buffer errors in OF binding code The code that gets the frame buffer mode from OF has 'use after free', 'buffer overrun' and memory leaks. info-ediddata isn't free if the probe functions fail or if pd-defmode ...

5.7AI score0.00176EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/08/15 5:58 a.m.34 views

CVE-2026-74318 btrfs: fix deadlock cloning inline extent when using flushoncommit

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix deadlock cloning inline extent when using flushoncommit In commit b48c980b6a7e "btrfs: fix deadlock between reflink and transaction commit when using flushoncommit" a deadlock was fixed between reflinks and transaction...

0.00168EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/15 5:58 a.m.12 views

CVE-2026-74318 btrfs: fix deadlock cloning inline extent when using flushoncommit

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix deadlock cloning inline extent when using flushoncommit In commit b48c980b6a7e "btrfs: fix deadlock between reflink and transaction commit when using flushoncommit" a deadlock was fixed between reflinks and transaction...

5.5AI score
SaveExploits0References7
Rows per page
Query Builder