CVE-2024-35933
- EPSS 0.02%
- Veröffentlicht 19.05.2024 11:15:49
- Zuletzt bearbeitet 12.05.2026 12:16:41
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btintel: Fix null ptr deref in btintel_read_version If hci_cmd_sync_complete() is triggered and skb is NULL, then hdev->req_skb is NULL, which will cause this issue.
CVE-2024-35934
- EPSS 0.02%
- Veröffentlicht 19.05.2024 11:15:49
- Zuletzt bearbeitet 12.05.2026 12:16:41
In the Linux kernel, the following vulnerability has been resolved: net/smc: reduce rtnl pressure in smc_pnet_create_pnetids_list() Many syzbot reports show extreme rtnl pressure, and many of them hint that smc acquires rtnl in netns creation for n...
CVE-2024-35935
- EPSS 0.02%
- Veröffentlicht 19.05.2024 11:15:49
- Zuletzt bearbeitet 12.05.2026 12:16:42
In the Linux kernel, the following vulnerability has been resolved: btrfs: send: handle path ref underflow in header iterate_inode_ref() Change BUG_ON to proper error handling if building the path buffer fails. The pointers are not printed so we do...
CVE-2024-35936
- EPSS 0.02%
- Veröffentlicht 19.05.2024 11:15:49
- Zuletzt bearbeitet 12.05.2026 12:16:42
In the Linux kernel, the following vulnerability has been resolved: btrfs: handle chunk tree lookup error in btrfs_relocate_sys_chunks() The unhandled case in btrfs_relocate_sys_chunks() loop is a corruption, as it could be caused only by two impos...
CVE-2024-35937
- EPSS 0.02%
- Veröffentlicht 19.05.2024 11:15:49
- Zuletzt bearbeitet 03.11.2025 22:16:56
In the Linux kernel, the following vulnerability has been resolved: wifi: cfg80211: check A-MSDU format more carefully If it looks like there's another subframe in the A-MSDU but the header isn't fully there, we can end up reading data out of bound...
CVE-2024-35938
- EPSS 0.02%
- Veröffentlicht 19.05.2024 11:15:49
- Zuletzt bearbeitet 24.09.2025 18:13:37
In the Linux kernel, the following vulnerability has been resolved: wifi: ath11k: decrease MHI channel buffer length to 8KB Currently buf_len field of ath11k_mhi_config_qca6390 is assigned with 0, making MHI use a default size, 64KB, to allocate ch...
CVE-2024-35939
- EPSS 0.02%
- Veröffentlicht 19.05.2024 11:15:49
- Zuletzt bearbeitet 24.09.2025 20:13:12
In the Linux kernel, the following vulnerability has been resolved: dma-direct: Leak pages on dma_set_decrypted() failure On TDX it is possible for the untrusted host to cause set_memory_encrypted() or set_memory_decrypted() to fail such that an er...
CVE-2024-35940
- EPSS 0.02%
- Veröffentlicht 19.05.2024 11:15:49
- Zuletzt bearbeitet 12.05.2026 12:16:42
In the Linux kernel, the following vulnerability has been resolved: pstore/zone: Add a null pointer check to the psz_kmsg_read kasprintf() returns a pointer to dynamically allocated memory which can be NULL upon failure. Ensure the allocation was s...
CVE-2024-35942
- EPSS 0.03%
- Veröffentlicht 19.05.2024 11:15:49
- Zuletzt bearbeitet 24.09.2025 18:57:58
In the Linux kernel, the following vulnerability has been resolved: pmdomain: imx8mp-blk-ctrl: imx8mp_blk: Add fdcc clock to hdmimix domain According to i.MX8MP RM and HDMI ADD, the fdcc clock is part of hdmi rx verification IP that should not enab...
CVE-2024-35943
- EPSS 0.02%
- Veröffentlicht 19.05.2024 11:15:49
- Zuletzt bearbeitet 03.11.2025 22:16:56
In the Linux kernel, the following vulnerability has been resolved: pmdomain: ti: Add a null pointer check to the omap_prm_domain_init devm_kasprintf() returns a pointer to dynamically allocated memory which can be NULL upon failure. Ensure the all...