CVE-2024-47705
- EPSS 0.22%
- Veröffentlicht 21.10.2024 12:15:07
- Zuletzt bearbeitet 12.05.2026 12:17:14
In the Linux kernel, the following vulnerability has been resolved: block: fix potential invalid pointer dereference in blk_add_partition The blk_add_partition() function initially used a single if-condition (IS_ERR(part)) to check for errors when ...
CVE-2024-47706
- EPSS 0.24%
- Veröffentlicht 21.10.2024 12:15:07
- Zuletzt bearbeitet 12.05.2026 12:17:14
In the Linux kernel, the following vulnerability has been resolved: block, bfq: fix possible UAF for bfqq->bic with merge chain 1) initial state, three tasks: Process 1 Process 2 Process 3 (BIC1) (BIC2) (BIC3) | Λ ...
CVE-2024-47707
- EPSS 0.24%
- Veröffentlicht 21.10.2024 12:15:07
- Zuletzt bearbeitet 12.05.2026 12:17:14
In the Linux kernel, the following vulnerability has been resolved: ipv6: avoid possible NULL deref in rt6_uncached_list_flush_dev() Blamed commit accidentally removed a check for rt->rt6i_idev being NULL, as spotted by syzbot: Oops: general prote...
CVE-2024-47709
- EPSS 0.25%
- Veröffentlicht 21.10.2024 12:15:07
- Zuletzt bearbeitet 12.05.2026 12:17:15
In the Linux kernel, the following vulnerability has been resolved: can: bcm: Clear bo->bcm_proc_read after remove_proc_entry(). syzbot reported a warning in bcm_release(). [0] The blamed change fixed another warning that is triggered when connect...
CVE-2024-47710
- EPSS 0.23%
- Veröffentlicht 21.10.2024 12:15:07
- Zuletzt bearbeitet 12.05.2026 12:17:15
In the Linux kernel, the following vulnerability has been resolved: sock_map: Add a cond_resched() in sock_hash_free() Several syzbot soft lockup reports all have in common sock_hash_free() If a map with a large number of buckets is destroyed, we ...
CVE-2024-47711
- EPSS 0.21%
- Veröffentlicht 21.10.2024 12:15:07
- Zuletzt bearbeitet 24.10.2024 14:03:24
In the Linux kernel, the following vulnerability has been resolved: af_unix: Don't return OOB skb in manage_oob(). syzbot reported use-after-free in unix_stream_recv_urg(). [0] The scenario is 1. send(MSG_OOB) 2. recv(MSG_OOB) -> The con...
CVE-2024-47712
- EPSS 0.23%
- Veröffentlicht 21.10.2024 12:15:07
- Zuletzt bearbeitet 03.11.2025 23:16:18
In the Linux kernel, the following vulnerability has been resolved: wifi: wilc1000: fix potential RCU dereference issue in wilc_parse_join_bss_param In the `wilc_parse_join_bss_param` function, the TSF field of the `ies` structure is accessed after...
CVE-2024-47713
- EPSS 0.26%
- Veröffentlicht 21.10.2024 12:15:07
- Zuletzt bearbeitet 12.05.2026 12:17:15
In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: use two-phase skb reclamation in ieee80211_do_stop() Since '__dev_queue_xmit()' should be called with interrupts enabled, the following backtrace: ieee80211_do_sto...
CVE-2024-47714
- EPSS 0.21%
- Veröffentlicht 21.10.2024 12:15:07
- Zuletzt bearbeitet 24.10.2024 14:33:17
In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7996: use hweight16 to get correct tx antenna The chainmask is u16 so using hweight8 cannot get correct tx_ant. Without this patch, the tx_ant of band 2 would be -1 a...
CVE-2024-47715
- EPSS 0.22%
- Veröffentlicht 21.10.2024 12:15:07
- Zuletzt bearbeitet 24.10.2024 14:35:59
In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7915: fix oops on non-dbdc mt7986 mt7915_band_config() sets band_idx = 1 on the main phy for mt7986 with MT7975_ONE_ADIE or MT7976_ONE_ADIE. Commit 0335c034e726 ("wi...