Lucene search
+L

64532 matches found

Cvelist
Cvelist
added 2026/07/19 3:40 p.m.42 views

CVE-2026-64166 firmware: arm_ffa: Check for NULL FF-A ID table while driver registration

In the Linux kernel, the following vulnerability has been resolved: firmware: armffa: Check for NULL FF-A ID table while driver registration The bus match callback assumes that every FF-A driver provides an idtable and dereferences it unconditionally. Enforce that contract at registration time so...

0.0012EPSS
SaveExploits0References7
OSV
OSV
added 2026/07/19 3:40 p.m.7 views

CVE-2026-64166 firmware: arm_ffa: Check for NULL FF-A ID table while driver registration

In the Linux kernel, the following vulnerability has been resolved: firmware: armffa: Check for NULL FF-A ID table while driver registration The bus match callback assumes that every FF-A driver provides an idtable and dereferences it unconditionally. Enforce that contract at registration time so...

5.3AI score
SaveExploits0References10
CVE
CVE
added 2026/07/19 3:40 p.m.26 views

CVE-2026-64166

CVE-2026-64166: In the Linux kernel, the FF-A ARM driver registration path now validates that the id_table pointer is non-NULL before use. The bus match callback previously dereferenced an id_table unconditionally, which could crash buggy drivers during bus matching. The fix enforces the contract...

5.5CVSS5.4AI score0.0012EPSS
SaveExploits0References7Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/07/19 3:40 p.m.10 views

CVE-2026-64162

In the Linux kernel, the following vulnerability has been resolved: idpf: fix readdevclklock spinlock init in idpfptpinit In idpfptpinit, readdevclklock is initialized after ptpscheduleworker had already been called and after idpfptpsettime64 could reach the lock. The PTP aux worker fires...

5.2AI score0.00347EPSS
SaveExploits0References4Affected Software1
EUVD
EUVD
added 2026/07/19 3:40 p.m.16 views

EUVD-2026-45847

In the Linux kernel, the following vulnerability has been resolved: idpf: fix readdevclklock spinlock init in idpfptpinit In idpfptpinit, readdevclklock is initialized after ptpscheduleworker had already been called and after idpfptpsettime64 could reach the lock. The PTP aux worker fires...

5.4AI score0.00347EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2026/07/19 3:40 p.m.19 views

CVE-2026-64162

In the Linux kernel, the following vulnerability has been resolved: idpf: fix readdevclklock spinlock init in idpfptpinit In idpfptpinit, readdevclklock is initialized after ptpscheduleworker had already been called and after idpfptpsettime64 could reach the lock. The PTP aux worker fires...

9.8CVSS5.2AI score0.00347EPSS
SaveExploits0
CVE
CVE
added 2026/07/19 3:40 p.m.22 views

CVE-2026-64155

In the Linux kernel, the following vulnerability has been resolved: wifi: ath11k: fix error path leaks in some WMI WOW calls Fix two instances where we used to directly return the result of ath11kwmicmdsend.... Because we did not check the return value, we also did not free the skb in the error...

5.5CVSS5.4AI score0.00123EPSS
SaveExploits0References7Affected Software1
Cvelist
Cvelist
added 2026/07/19 3:40 p.m.35 views

CVE-2026-64155 wifi: ath11k: fix error path leaks in some WMI WOW calls

In the Linux kernel, the following vulnerability has been resolved: wifi: ath11k: fix error path leaks in some WMI WOW calls Fix two instances where we used to directly return the result of ath11kwmicmdsend.... Because we did not check the return value, we also did not free the skb in the error...

0.00123EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added 2026/07/19 3:40 p.m.18 views

CVE-2026-64155

In the Linux kernel, the following vulnerability has been resolved: wifi: ath11k: fix error path leaks in some WMI WOW calls Fix two instances where we used to directly return the result of ath11kwmicmdsend.... Because we did not check the return value, we also did not free the skb in the error...

5.5CVSS5.2AI score0.00123EPSS
SaveExploits0
ATTACKERKB
ATTACKERKB
added 2026/07/19 3:40 p.m.7 views

CVE-2026-64155

In the Linux kernel, the following vulnerability has been resolved: wifi: ath11k: fix error path leaks in some WMI WOW calls Fix two instances where we used to directly return the result of ath11kwmicmdsend.... Because we did not check the return value, we also did not free the skb in the error...

5.3AI score0.00123EPSS
SaveExploits0References8Affected Software1
OSV
OSV
added 2026/07/19 3:40 p.m.8 views

CVE-2026-64155 wifi: ath11k: fix error path leaks in some WMI WOW calls

In the Linux kernel, the following vulnerability has been resolved: wifi: ath11k: fix error path leaks in some WMI WOW calls Fix two instances where we used to directly return the result of ath11kwmicmdsend.... Because we did not check the return value, we also did not free the skb in the error...

5.3AI score
SaveExploits0References10
CVE
CVE
added 2026/07/19 3:40 p.m.31 views

CVE-2026-64154

The flaw is in the Linux kernel's Adreno GPU driver (a6xx_gpu_init), where of_parse_phandle() acquires a device node reference that early error returns fail to release via of_node_put(), causing resource accumulation. The fix uses __free(device_node) for automatic cleanup. Red Hat notes it is not...

5.5CVSS5.3AI score0.00117EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2026/07/19 3:40 p.m.7 views

CVE-2026-64154 drm/msm/adreno: Fix a reference leak in a6xx_gpu_init()

In the Linux kernel, the following vulnerability has been resolved: drm/msm/adreno: Fix a reference leak in a6xxgpuinit In a6xxgpuinit, node is obtained via ofparsephandle. While there was a manual ofnodeput at the end of the common path, several early error returns would bypass this call,...

5.3AI score
SaveExploits0References5
CVE
CVE
added 2026/07/19 3:40 p.m.27 views

CVE-2026-64145

The wilc1000 Wi-Fi driver's firmware-download function allocates a DMA buffer via kmalloc but leaks it on a specific early error path (bus acquire failure) due to a bare return ret; instead of goto fail;. Repeated failures exhaust kernel memory, causing system instability or denial of service. Th...

7.8CVSS5.4AI score0.00127EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2026/07/19 3:40 p.m.8 views

CVE-2026-64144 Bluetooth: btmtk: fix urb->setup_packet leak in error paths

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btmtk: fix urb-setuppacket leak in error paths The setuppacket of control urb is not freed if usbsubmiturb fails or the submitted urb is killed. Add free in these two paths...

5.3AI score
SaveExploits0References8
OSV
OSV
added 2026/07/19 3:40 p.m.7 views

CVE-2026-64133 ALSA: asihpi: Fix potential OOB array access at reading cache

In the Linux kernel, the following vulnerability has been resolved: ALSA: asihpi: Fix potential OOB array access at reading cache findcontrol to retrieve a cached info accesses the array with the given index blindly, which may lead to an OOB array access. Add a sanity check for avoiding it...

7.8CVSS5.3AI score
SaveExploits0References11
CVE
CVE
added 2026/07/19 3:40 p.m.35 views

CVE-2026-64125

In Linux kernel BCMGENET, enabling Energy Efficient Ethernet (EEE) with RBUF_EEE_EN and RBUF_PM_EN breaks RX flow, causing frames to be dropped and rx_packets to stop incrementing; paging faults via bcmgenet_rx_poll have been observed on some hardware (e.g., Pi 4B with BCM2711/BCM54213PE). The is...

9.8CVSS5.5AI score0.00552EPSS
SaveExploits0References8Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/07/19 3:40 p.m.6 views

CVE-2026-64125

In the Linux kernel, the following vulnerability has been resolved: net: bcmgenet: keep RBUF EEE/PM disabled Setting RBUFEEEEN | RBUFPMEN in RBUFENERGYCTRL breaks the RX path on GENET hardware once MAC EEE becomes active. RX traffic stops flowing while the link stays up and the usual descriptor/R...

5.5AI score0.00552EPSS
SaveExploits0References9Affected Software1
OSV
OSV
added 2026/07/19 3:40 p.m.8 views

CVE-2026-64122 net/mlx5e: Fix use-after-free in mlx5e_tx_reporter_timeout_recover

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Fix use-after-free in mlx5etxreportertimeoutrecover mlx5etxreportertimeoutrecover accesses sq-netdev after mlx5esafereopenchannels has torn down and freed the channel and its embedded SQs. Replace the three sq-netdev...

9.8CVSS5.5AI score
SaveExploits0References6
ATTACKERKB
ATTACKERKB
added 2026/07/19 3:40 p.m.9 views

CVE-2026-64113

In the Linux kernel, the following vulnerability has been resolved: ixgbevf: fix use-after-free in VEPA multicast source pruning ixgbevfcleanrxirq prunes frames whose source MAC matches the VF's own address VEPA multicast workaround by freeing the skb and continuing to the next descriptor:...

5.5AI score0.005EPSS
SaveExploits0References9Affected Software1
Rows per page
Query Builder