Lucene search
+L

66215 matches found

Debian CVE
Debian CVE
added 2026/08/05 8:08 a.m.12 views

CVE-2026-64573

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: qca: fix NVM tag length underflow in TLV parser In the TLVTYPENVM branch of qcatlvcheckdata the tag loop bound is "while idx length - sizeofstruct tlvtypenvm". "length" is a signed int from the firmware TLV header and...

5.5AI score0.00161EPSS
SaveExploits0
CVE
CVE
added 2026/08/05 8:08 a.m.83 views

CVE-2026-64573

The CVE-2026-64573 issue affects the Linux kernel Bluetooth stack (qca TLV parser). In the TLV_TYPE_NVM branch of qca_tlv_check_data(), the loop bound used length - sizeof(struct tlv_type_nvm) with length as a signed int promoted to size_t, which could underflow when firmware

5.6AI score0.00161EPSS
SaveExploits0References7
OSV
OSV
added 2026/08/05 8:08 a.m.28 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.12 views

CVE-2026-64572

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.3AI score0.00201EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/08/05 8:08 a.m.53 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.00171EPSS
SaveExploits0References8
CVE
CVE
added 2026/08/05 8:08 a.m.58 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.00171EPSS
SaveExploits0References8
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.00171EPSS
SaveExploits0
ATTACKERKB
ATTACKERKB
added 2026/08/05 8:08 a.m.8 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.00171EPSS
SaveExploits0References6Affected Software1
EUVD
EUVD
added 2026/08/05 8:08 a.m.14 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.00171EPSS
SaveExploits0References5
OSV
OSV
added 2026/08/05 8:08 a.m.9 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.8 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.00157EPSS
SaveExploits0References5Affected Software1
EUVD
EUVD
added 2026/08/05 8:08 a.m.13 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.00157EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/05 8:08 a.m.16 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.92 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.00157EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/05 8:08 a.m.40 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.00157EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2026/08/05 8:08 a.m.12 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.00157EPSS
SaveExploits0
ATTACKERKB
ATTACKERKB
added 2026/08/05 8:08 a.m.14 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.0012EPSS
SaveExploits0References5Affected Software1
EUVD
EUVD
added 2026/08/05 8:08 a.m.11 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.0012EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/08/05 8:08 a.m.11 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.0012EPSS
SaveExploits0References5
CVE
CVE
added 2026/08/05 8:08 a.m.98 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.0012EPSS
SaveExploits0References4
Rows per page
Query Builder