Lucene search
+L

335788 matches found

Debian CVE
Debian CVE
added 2026/08/15 5:52 a.m.8 views

CVE-2026-72049

In the Linux kernel, the following vulnerability has been resolved: ieee802154: admin-gate legacy LLSEC dump operations In net/ieee802154/netlink.c, the legacy IEEE802154NL family ops table builds the LLSEC dump entries LLSECLISTKEY, LLSECLISTDEV, LLSECLISTDEVKEY, LLSECLISTSECLEVEL with...

7.1CVSS5.3AI score0.0016EPSS
SaveExploits0
EUVD
EUVD
added 2026/08/15 5:52 a.m.8 views

EUVD-2026-59006

In the Linux kernel, the following vulnerability has been resolved: ieee802154: ca8210: fix casctl leak on spiasync failure ca8210spitransfer allocates casctl with kzallocobjGFPATOMIC and relies entirely on the SPI completion callback ca8210spitransfercomplete to free it. The spiasync API only...

5.5AI score0.00211EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/15 5:52 a.m.11 views

CVE-2026-72048 ieee802154: ca8210: fix cas_ctl leak on spi_async failure

In the Linux kernel, the following vulnerability has been resolved: ieee802154: ca8210: fix casctl leak on spiasync failure ca8210spitransfer allocates casctl with kzallocobjGFPATOMIC and relies entirely on the SPI completion callback ca8210spitransfercomplete to free it. The spiasync API only...

5.6AI score
SaveExploits0References11
Cvelist
Cvelist
added 2026/08/15 5:52 a.m.21 views

CVE-2026-72048 ieee802154: ca8210: fix cas_ctl leak on spi_async failure

In the Linux kernel, the following vulnerability has been resolved: ieee802154: ca8210: fix casctl leak on spiasync failure ca8210spitransfer allocates casctl with kzallocobjGFPATOMIC and relies entirely on the SPI completion callback ca8210spitransfercomplete to free it. The spiasync API only...

0.00211EPSS
SaveExploits0References8
CVE
CVE
added 2026/08/15 5:52 a.m.39 views

CVE-2026-72048

Linux kernel: ieee802154 ca8210 driver leaks cas_ctl on spi_async failure due to kzalloc_obj(GFP_ATOMIC) allocation that is only freed in the completion callback. On submission failure, spi_async() does not queue a callback, leaving cas_ctl and embedded spi_message/spi_transfer orphaned. The leak...

5.5AI score0.00211EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2026/08/15 5:52 a.m.8 views

CVE-2026-72047

In the Linux kernel, the following vulnerability has been resolved: ieee802154: ca8210: fix pointer truncation in kfifo on 64-bit ca8210testintdriverwrite and ca8210testintuserread exchange a kmalloc'd buffer pointer through a struct kfifo, but pass a literal '4' as the byte count to...

5.8AI score0.0021EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/08/15 5:52 a.m.19 views

CVE-2026-72046 gve: fix header buffer corruption with header-split and HW-GRO

In the Linux kernel, the following vulnerability has been resolved: gve: fix header buffer corruption with header-split and HW-GRO The DQO RX datapath programs a per-buffer-queue-descriptor headerbufaddr at post time and reads the split header back at completion time. Both the post and the read...

9.8CVSS0.00618EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2026/08/15 5:52 a.m.6 views

CVE-2026-72045

In the Linux kernel, the following vulnerability has been resolved: octeontx2-af: cn10k: restrict VF LMTLINE sharing to its own PF rvumboxhandlerlmtsttblsetup uses req-basepcifunc as a direct index into the LMT map table to read another function's LMTLINE physical base address and copy it into th...

8.8CVSS5.2AI score0.00164EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/15 5:52 a.m.7 views

CVE-2026-72046

In the Linux kernel, the following vulnerability has been resolved: gve: fix header buffer corruption with header-split and HW-GRO The DQO RX datapath programs a per-buffer-queue-descriptor headerbufaddr at post time and reads the split header back at completion time. Both the post and the read...

9.8CVSS5.8AI score0.00618EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/15 5:52 a.m.9 views

CVE-2026-72044

Removed by vendor...

5.3AI score0.00205EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/15 5:52 a.m.8 views

CVE-2026-72043

In the Linux kernel, the following vulnerability has been resolved: LoongArch: Fix missing dirty page tracking in pte,pmdwrprotect When hardware page table walker PTW is enabled on LoongArch, the CPU may set PAGEDIRTY directly in the page table entry during a write TLB miss, without going through...

7.1CVSS5.4AI score0.0016EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/15 5:52 a.m.6 views

CVE-2026-72042

In the Linux kernel, the following vulnerability has been resolved: ipmi: Fix user refcount underflow in event delivery ipmiallocrecvmsguser takes the temporary user reference owned by the receive message, and ipmifreerecvmsg drops it again. If event delivery fails after allocating receive messag...

7.8CVSS5.4AI score0.00162EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/15 5:52 a.m.8 views

CVE-2026-72041

In the Linux kernel, the following vulnerability has been resolved: espintcp: use skmsgfreepartial to fix partial send skmsgfreepartial ensures consistency of the skmsg at every iteration, without having to manually handle uncharges and offsets. This simplifies the code, and fixes some bugs in...

9.8CVSS5.4AI score0.00695EPSS
SaveExploits0
EUVD
EUVD
added 2026/08/15 5:52 a.m.9 views

EUVD-2026-58999

In the Linux kernel, the following vulnerability has been resolved: espintcp: use skmsgfreepartial to fix partial send skmsgfreepartial ensures consistency of the skmsg at every iteration, without having to manually handle uncharges and offsets. This simplifies the code, and fixes some bugs in...

5.4AI score0.00695EPSS
SaveExploits0References5
OSV
OSV
added 2026/08/15 5:52 a.m.21 views

CVE-2026-72041 espintcp: use sk_msg_free_partial to fix partial send

In the Linux kernel, the following vulnerability has been resolved: espintcp: use skmsgfreepartial to fix partial send skmsgfreepartial ensures consistency of the skmsg at every iteration, without having to manually handle uncharges and offsets. This simplifies the code, and fixes some bugs in...

9.8CVSS5.5AI score
SaveExploits0References11
Cvelist
Cvelist
added 2026/08/15 5:51 a.m.26 views

CVE-2026-72039 bnx2x: fix potential memory leak in bnx2x_alloc_mem_bp()

In the Linux kernel, the following vulnerability has been resolved: bnx2x: fix potential memory leak in bnx2xallocmembp If the allocation of fpi.tpainfo fails, the error path will not free the struct bnx2xfastpath allocated earlier, as it is not linked to the bp structure yet. Fix that by linking...

0.00211EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/08/15 5:51 a.m.7 views

EUVD-2026-58997

In the Linux kernel, the following vulnerability has been resolved: bnx2x: fix potential memory leak in bnx2xallocmembp If the allocation of fpi.tpainfo fails, the error path will not free the struct bnx2xfastpath allocated earlier, as it is not linked to the bp structure yet. Fix that by linking...

5.4AI score0.00211EPSS
SaveExploits0References8
CVE
CVE
added 2026/08/15 5:51 a.m.35 views

CVE-2026-72039

The CVE-2026-72039 entry concerns the Linux kernel bug in the bnx2x driver where a potential memory leak could occur during bnx2x_alloc_mem_bp() if fp[i].tpa_info allocation fails. The fix is to link the newly allocated struct bnx2x_fastpath immediately after allocation so it is freed on error pa...

5.3AI score0.00211EPSS
SaveExploits0References8
CVE
CVE
added 2026/08/15 5:51 a.m.36 views

CVE-2026-72040

In the Linux kernel IPMI subsystem, CVE-2026-72040 is a refcount leak in i_ipmi_request() when a caller provides a supplied_recv message. If an error occurs, the out_err path skips freeing the recv_msg and leaves the user’s nr_msgs refcount elevated. The fix reverts the reference count operations...

5.4AI score0.00206EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2026/08/15 5:51 a.m.7 views

CVE-2026-72039

In the Linux kernel, the following vulnerability has been resolved: bnx2x: fix potential memory leak in bnx2xallocmembp If the allocation of fpi.tpainfo fails, the error path will not free the struct bnx2xfastpath allocated earlier, as it is not linked to the bp structure yet. Fix that by linking...

5.4AI score0.00211EPSS
SaveExploits0
Rows per page
Query Builder