- EPSS 0.16%
- Veröffentlicht 15.08.2026 05:59:20
- Zuletzt bearbeitet 17.08.2026 06:19:36
In the Linux kernel, the following vulnerability has been resolved: hfsplus: Remove the duplicate attr inode dirty marking action Syzbot reported a null-ptr-deref in [1]. If the attributes file is not loaded during system mount, a trigger occurs [1...
CVE-2026-74412
- EPSS 0.17%
- Veröffentlicht 15.08.2026 05:59:19
- Zuletzt bearbeitet 17.08.2026 06:19:36
In the Linux kernel, the following vulnerability has been resolved: wifi: rtw88: fix wrong pci_get_drvdata type in AER handlers rtw88 stores an ieee80211_hw pointer via pci_set_drvdata() at probe time, but io_error_detected() and io_resume() retrie...
CVE-2026-74410
- EPSS 0.18%
- Veröffentlicht 15.08.2026 05:59:18
- Zuletzt bearbeitet 17.08.2026 06:19:36
In the Linux kernel, the following vulnerability has been resolved: wifi: rtw88: fix OOB read from firmware RX descriptor exceeding DMA buffer In rtw_pci_rx_napi(), new_len is computed as the sum of pkt_len (14-bit descriptor field, max 16383) and ...
CVE-2026-74411
- EPSS 0.17%
- Veröffentlicht 15.08.2026 05:59:18
- Zuletzt bearbeitet 17.08.2026 06:19:36
In the Linux kernel, the following vulnerability has been resolved: wifi: rtw89: Correct data type for scan index to avoid infinite loop A kernel soft lockup was observed during Wi-Fi scanning on the 6GHz band. The CPU becomes stuck in rtw89_hw_sca...
CVE-2026-74409
- EPSS 0.17%
- Veröffentlicht 15.08.2026 05:59:17
- Zuletzt bearbeitet 17.08.2026 06:19:36
In the Linux kernel, the following vulnerability has been resolved: wifi: rtw89: add bounds check on firmware mac_id in link lookup The mac_id field in RX descriptors is 8 bits wide (0-255), but assoc_link_on_macid[] has only RTW89_MAX_MAC_ID_NUM (...
CVE-2026-74407
- EPSS 0.16%
- Veröffentlicht 15.08.2026 05:59:16
- Zuletzt bearbeitet 17.08.2026 06:19:35
In the Linux kernel, the following vulnerability has been resolved: wifi: ath11k: cancel SSR work items during PCI shutdown A reboot can crash the kernel if it overlaps with WLAN firmware crash recovery (SSR). The crash is a NULL pointer dereferenc...
CVE-2026-74408
- EPSS 0.18%
- Veröffentlicht 15.08.2026 05:59:16
- Zuletzt bearbeitet 17.08.2026 06:19:36
In the Linux kernel, the following vulnerability has been resolved: wifi: ath9k: fix OOB access from firmware tx status queue ID ath_tx_edma_tasklet() accesses sc->tx.txq[ts.qid] where ts.qid is a 4-bit hardware field (0-15), but the txq array only...
CVE-2026-74406
- EPSS 0.17%
- Veröffentlicht 15.08.2026 05:59:15
- Zuletzt bearbeitet 17.08.2026 06:19:35
In the Linux kernel, the following vulnerability has been resolved: vxlan: Fix potential null-ptr-deref in vxlan_gro_prepare_receive(). udp_tunnel_sock_release() could set sk->sk_user_data to NULL while vxlan_gro_prepare_receive() is running. Let'...
CVE-2026-74404
- EPSS 0.19%
- Veröffentlicht 15.08.2026 05:59:14
- Zuletzt bearbeitet 17.08.2026 06:19:35
In the Linux kernel, the following vulnerability has been resolved: crypto: ccp - Fix snp_filter_reserved_mem_regions() off-by-one Sashiko notes: > regarding the bounds check in snp_filter_reserved_mem_regions() > called via walk_iomem_res_desc():...
CVE-2026-74405
- EPSS 0.17%
- Veröffentlicht 15.08.2026 05:59:14
- Zuletzt bearbeitet 17.08.2026 06:19:35
In the Linux kernel, the following vulnerability has been resolved: OPP: Fix race between OPP addition and lookup A race exists between dev_pm_opp_add_dynamic() and dev_pm_opp_find_freq_exact(): CPU0 (add) CPU1 (lookup) ...