Lucene search
+L

71119 matches found

OSV
OSV
•added 2026/08/05 8:08 a.m.•29 views

CVE-2026-64572 ipv4: fib: free fib_alias with kfree_rcu() on insert error path

In the Linux kernel, the following vulnerability has been resolved: ipv4: fib: free fibalias with kfreercu on insert error path fibtableinsert publishes newfa into the leaf's falist with fibinsertalias before calling the fib entry notifiers. When a notifier fails, the error path removes newfa wit...

5.4AI score
SaveExploits0References11
Debian CVE
Debian CVE
•added 2026/08/05 8:08 a.m.•15 views

CVE-2026-64571

In the Linux kernel, the following vulnerability has been resolved: wifi: p54: validate RX frame length in p54rxeepromreadback p54rxeepromreadback copies the requested EEPROM slice out of a device-supplied readback frame without checking that the skb actually holds that many bytes. Commit...

5.4AI score0.0022EPSS
SaveExploits0
CVE
CVE
•added 2026/08/05 8:08 a.m.•67 views

CVE-2026-64571

Technical details are not publicly available in the provided documents. Monitor for updates on affected versions, fixes, and affected hardware/software.

5.5AI score0.0022EPSS
SaveExploits0References8
Cvelist
Cvelist
•added 2026/08/05 8:08 a.m.•54 views

CVE-2026-64571 wifi: p54: validate RX frame length in p54_rx_eeprom_readback()

In the Linux kernel, the following vulnerability has been resolved: wifi: p54: validate RX frame length in p54rxeepromreadback p54rxeepromreadback copies the requested EEPROM slice out of a device-supplied readback frame without checking that the skb actually holds that many bytes. Commit...

0.0022EPSS
SaveExploits0References8
OSV
OSV
•added 2026/08/05 8:08 a.m.•11 views

CVE-2026-64571 wifi: p54: validate RX frame length in p54_rx_eeprom_readback()

In the Linux kernel, the following vulnerability has been resolved: wifi: p54: validate RX frame length in p54rxeepromreadback p54rxeepromreadback copies the requested EEPROM slice out of a device-supplied readback frame without checking that the skb actually holds that many bytes. Commit...

5.5AI score
SaveExploits0References11
attackerkb
attackerkb
•added 2026/08/05 8:08 a.m.•10 views

CVE-2026-64571

In the Linux kernel, the following vulnerability has been resolved: wifi: p54: validate RX frame length in p54rxeepromreadback p54rxeepromreadback copies the requested EEPROM slice out of a device-supplied readback frame without checking that the skb actually holds that many bytes. Commit...

5.4AI score0.0022EPSS
SaveExploits0References6Affected Software1
EUVD
EUVD
•added 2026/08/05 8:08 a.m.•15 views

EUVD-2026-53265

In the Linux kernel, the following vulnerability has been resolved: wifi: p54: validate RX frame length in p54rxeepromreadback p54rxeepromreadback copies the requested EEPROM slice out of a device-supplied readback frame without checking that the skb actually holds that many bytes. Commit...

5.5AI score0.0022EPSS
SaveExploits0References5
attackerkb
attackerkb
•added 2026/08/05 8:08 a.m.•11 views

CVE-2026-64570

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: fix filsdiscovery double free on alloc failure ieee80211setfilsdiscovery calls kfreercu on the old template before allocating the replacement. If the kzalloc then fails, it returns -ENOMEM while...

5.3AI score0.00175EPSS
SaveExploits0References5Affected Software1
EUVD
EUVD
•added 2026/08/05 8:08 a.m.•16 views

EUVD-2026-53264

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: fix filsdiscovery double free on alloc failure ieee80211setfilsdiscovery calls kfreercu on the old template before allocating the replacement. If the kzalloc then fails, it returns -ENOMEM while...

5.4AI score0.00175EPSS
SaveExploits0References4
OSV
OSV
•added 2026/08/05 8:08 a.m.•20 views

CVE-2026-64570 wifi: mac80211: fix fils_discovery double free on alloc failure

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: fix filsdiscovery double free on alloc failure ieee80211setfilsdiscovery calls kfreercu on the old template before allocating the replacement. If the kzalloc then fails, it returns -ENOMEM while...

7.8CVSS5.4AI score
SaveExploits0References7
CVE
CVE
•added 2026/08/05 8:08 a.m.•98 views

CVE-2026-64570

Summary: CVE-2026-64570 affects the Linux kernel’s wifi/mac80211 subsystem (FILS Discovery). A double-free can occur when updating a FILS Discovery template if a kzalloc() allocation fails; the old template is freed via kfree_rcu() before the replacement is published, risking a second free later ...

7.8CVSS5.4AI score0.00175EPSS
SaveExploits0References4
Debian CVE
Debian CVE
•added 2026/08/05 8:08 a.m.•16 views

CVE-2026-64570

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: fix filsdiscovery double free on alloc failure ieee80211setfilsdiscovery calls kfreercu on the old template before allocating the replacement. If the kzalloc then fails, it returns -ENOMEM while...

7.8CVSS5.3AI score0.00175EPSS
SaveExploits0
Cvelist
Cvelist
•added 2026/08/05 8:08 a.m.•43 views

CVE-2026-64570 wifi: mac80211: fix fils_discovery double free on alloc failure

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: fix filsdiscovery double free on alloc failure ieee80211setfilsdiscovery calls kfreercu on the old template before allocating the replacement. If the kzalloc then fails, it returns -ENOMEM while...

7.8CVSS0.00175EPSS
SaveExploits0References4
EUVD
EUVD
•added 2026/08/05 8:08 a.m.•13 views

EUVD-2026-53261

In the Linux kernel, the following vulnerability has been resolved: btrfs: reject free space cache with more entries than pages When loading a v1 free space cache, loadfreespacecache takes numentries and numbitmaps straight from the on-disk btrfsfreespaceheader. That header is stored in the...

5.3AI score0.00176EPSS
SaveExploits0References5
EUVD
EUVD
•added 2026/08/05 8:08 a.m.•13 views

EUVD-2026-53262

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: fix unsolbcastproberesp double free on alloc failure ieee80211setunsolbcastproberesp calls kfreercu on the old template before allocating the replacement. If the kzalloc then fails, it returns -ENOMEM while...

5.4AI score0.00175EPSS
SaveExploits0References4
CVE
CVE
•added 2026/08/05 8:08 a.m.•105 views

CVE-2026-64568

CVE-2026-64568 is a Linux kernel vulnerability in the wireless stack (wifi/mac80211). The issue is a double free of the rcu_head object when updating the unsol_bcast_probe_resp template: ieee80211_set_unsol_bcast_probe_resp() frees the old object via kfree_rcu() before a new kzalloc() has complet...

7.8CVSS5.4AI score0.00175EPSS
SaveExploits0References4
attackerkb
attackerkb
•added 2026/08/05 8:08 a.m.•16 views

CVE-2026-64568

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: fix unsolbcastproberesp double free on alloc failure ieee80211setunsolbcastproberesp calls kfreercu on the old template before allocating the replacement. If the kzalloc then fails, it returns -ENOMEM while...

5.3AI score0.00175EPSS
SaveExploits0References5Affected Software1
OSV
OSV
•added 2026/08/05 8:08 a.m.•40 views

CVE-2026-64567 btrfs: reject free space cache with more entries than pages

In the Linux kernel, the following vulnerability has been resolved: btrfs: reject free space cache with more entries than pages When loading a v1 free space cache, loadfreespacecache takes numentries and numbitmaps straight from the on-disk btrfsfreespaceheader. That header is stored in the...

7.8CVSS5.3AI score
SaveExploits0References11
attackerkb
attackerkb
•added 2026/08/05 8:08 a.m.•26 views

CVE-2026-64567

In the Linux kernel, the following vulnerability has been resolved: btrfs: reject free space cache with more entries than pages When loading a v1 free space cache, loadfreespacecache takes numentries and numbitmaps straight from the on-disk btrfsfreespaceheader. That header is stored in the...

5.2AI score0.00176EPSS
SaveExploits0References6Affected Software1
OSV
OSV
•added 2026/08/05 8:08 a.m.•26 views

CVE-2026-64568 wifi: mac80211: fix unsol_bcast_probe_resp double free on alloc failure

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: fix unsolbcastproberesp double free on alloc failure ieee80211setunsolbcastproberesp calls kfreercu on the old template before allocating the replacement. If the kzalloc then fails, it returns -ENOMEM while...

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