Lucene search
+L

239439 matches found

NVD
NVD
added 2026/08/05 8:16 a.m.13 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...

0.00156EPSS
SaveExploits0References5
NVD
NVD
added 2026/08/05 8:16 a.m.8 views

CVE-2026-64574

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: tear down new links on vif update error path When ieee80211vifupdatelinks adds new links it allocates a link container for each and calls ieee80211linkinit which registers the per-link debugfs files with...

7.8CVSS0.00116EPSS
SaveExploits0References5
NVD
NVD
added 2026/08/05 8:16 a.m.12 views

CVE-2026-64578

In the Linux kernel, the following vulnerability has been resolved: ksmbd: validate compound request size before reading StructureSize2 When ksmbd validates a compound chained SMB2 request, ksmbdsmb2checkmessage reads pdu-StructureSize2 without first checking that the compound element is large...

8.2CVSS0.00317EPSS
SaveExploits0References5
NVD
NVD
added 2026/08/05 8:16 a.m.8 views

CVE-2026-64575

In the Linux kernel, the following vulnerability has been resolved: bpf: tcp: fix double sock release on batch realloc bpfitertcpbatch releases the current batch via bpfitertcpputbatch, which drops the socket refs and rewrites each slot with the socket cookie, then grows the batch. cursk/endsk ar...

7.8CVSS0.00118EPSS
SaveExploits0References3
NVD
NVD
added 2026/08/05 8:16 a.m.5 views

CVE-2026-64569

In the Linux kernel, the following vulnerability has been resolved: mpls: fix NULL deref in mplsvalidfibdumpreq on CONFIGINET=n On CONFIGINET=n builds, mplsvalidfibdumpreq walks the parsed attribute table itself instead of calling ipvalidfibdumpreq. The RTAOIF arm passes tbRTAOIF to nlagetu32...

0.00156EPSS
SaveExploits0References5
NVD
NVD
added 2026/08/05 8:16 a.m.7 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...

0.00156EPSS
SaveExploits0References5
NVD
NVD
added 2026/08/05 8:16 a.m.7 views

CVE-2026-64566

In the Linux kernel, the following vulnerability has been resolved: xfrm: iptfs: propagate SKBFLSHAREDFRAG in iptfsskbaddfrags When iptfsskbaddfrags copies frag references from the source frag walk into a new SKB, it increments the page reference count via skbfragref but does not propagate...

9.8CVSS0.00352EPSS
SaveExploits0References3
NVD
NVD
added 2026/08/05 8:16 a.m.5 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...

7.8CVSS0.0012EPSS
SaveExploits0References4
NVD
NVD
added 2026/08/05 8:16 a.m.4 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...

7.8CVSS0.0012EPSS
SaveExploits0References5
NVD
NVD
added 2026/08/05 8:16 a.m.5 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.8CVSS0.00152EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/05 8:16 a.m.6 views

UBUNTU-CVE-2026-64579

In the Linux kernel, the following vulnerability has been resolved: xfrm: policy: preallocate inexact bins before xfrmhashrebuild reinsert xfrmhashrebuild's first loop preallocates the bins/chains the reinsert loop needs, so the reinsert after hlistdelrcu cannot allocate or fail. But its guard is...

5.3AI score0.00156EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/05 8:16 a.m.5 views

UBUNTU-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.00152EPSS
SaveExploits0References7
OSV
OSV
added 2026/08/05 8:16 a.m.7 views

UBUNTU-CVE-2026-64577

In the Linux kernel, the following vulnerability has been resolved: gtp: check skbpulldata return in gtp1usendechoresp gtp1usendechoresp ignores skbpulldata's return value. Its caller gtp1uudpencaprecv only guarantees 16 bytes udphdr + gtp1header, but the pull requests 20 gtp1headerlong + udphdr...

7.5CVSS5.5AI score0.00537EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/05 8:16 a.m.12 views

UBUNTU-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.00156EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/05 8:16 a.m.7 views

UBUNTU-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.00156EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/05 8:16 a.m.5 views

UBUNTU-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.00186EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/05 8:16 a.m.7 views

UBUNTU-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...

7.8CVSS5.3AI score0.0012EPSS
SaveExploits0References7
OSV
OSV
added 2026/08/05 8:16 a.m.6 views

UBUNTU-CVE-2026-64581

In the Linux kernel, the following vulnerability has been resolved: xfrm: fix skdstcache double-free in xfrmuserpolicy xfrmuserpolicy clears the socket dst cache with skdstreset, i.e. the non-atomic skdstsetsk, NULL: it reads skdstcache with rcudereferenceprotected, stores NULL and dstreleases th...

7.8CVSS5.3AI score0.00112EPSS
SaveExploits0References5
OSV
OSV
added 2026/08/05 8:16 a.m.6 views

UBUNTU-CVE-2026-64576

In the Linux kernel, the following vulnerability has been resolved: nexthop: initialize extack in nhresbucketmigrate nhresbucketmigrate passes an uninitialized netlinkextack to callnexthopresbucketnotifiers. When nhnotifierresbucketinfoinit fails e.g. the kzalloc returns -ENOMEM, the error is...

7.1CVSS5.3AI score0.00116EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/05 8:16 a.m.7 views

UBUNTU-CVE-2026-64575

In the Linux kernel, the following vulnerability has been resolved: bpf: tcp: fix double sock release on batch realloc bpfitertcpbatch releases the current batch via bpfitertcpputbatch, which drops the socket refs and rewrites each slot with the socket cookie, then grows the batch. cursk/endsk ar...

7.8CVSS5.3AI score0.00118EPSS
SaveExploits0References6
Rows per page
Query Builder