CVE-2024-26636
- EPSS 0.01%
- Veröffentlicht 18.03.2024 11:15:10
- Zuletzt bearbeitet 10.03.2025 17:04:27
In the Linux kernel, the following vulnerability has been resolved: llc: make llc_ui_sendmsg() more robust against bonding changes syzbot was able to trick llc_ui_sendmsg(), allocating an skb with no headroom, but subsequently trying to push 14 byt...
CVE-2024-26637
- EPSS 0.01%
- Veröffentlicht 18.03.2024 11:15:10
- Zuletzt bearbeitet 10.03.2025 17:02:44
In the Linux kernel, the following vulnerability has been resolved: wifi: ath11k: rely on mac80211 debugfs handling for vif mac80211 started to delete debugfs entries in certain cases, causing a ath11k to crash when it tried to delete the entries l...
CVE-2024-26638
- EPSS 0.01%
- Veröffentlicht 18.03.2024 11:15:10
- Zuletzt bearbeitet 19.03.2025 16:27:18
In the Linux kernel, the following vulnerability has been resolved: nbd: always initialize struct msghdr completely syzbot complains that msg->msg_get_inq value can be uninitialized [1] struct msghdr got many new fields recently, we should always ...
CVE-2023-52617
- EPSS 0.02%
- Veröffentlicht 18.03.2024 11:15:09
- Zuletzt bearbeitet 08.04.2025 15:26:38
In the Linux kernel, the following vulnerability has been resolved: PCI: switchtec: Fix stdev_release() crash after surprise hot remove A PCI device hot removal may occur while stdev->cdev is held open. The call to stdev_release() then happens duri...
CVE-2023-52618
- EPSS 0.11%
- Veröffentlicht 18.03.2024 11:15:09
- Zuletzt bearbeitet 04.04.2025 14:51:32
In the Linux kernel, the following vulnerability has been resolved: block/rnbd-srv: Check for unlikely string overflow Since "dev_search_path" can technically be as large as PATH_MAX, there was a risk of truncation when copying it and a second stri...
CVE-2023-52619
- EPSS 0.01%
- Veröffentlicht 18.03.2024 11:15:09
- Zuletzt bearbeitet 10.03.2025 15:48:56
In the Linux kernel, the following vulnerability has been resolved: pstore/ram: Fix crash when setting number of cpus to an odd number When the number of cpu cores is adjusted to 7 or other odd numbers, the zone size will become an odd number. The ...
CVE-2024-26631
- EPSS 0.01%
- Veröffentlicht 18.03.2024 11:15:09
- Zuletzt bearbeitet 10.03.2025 15:46:45
In the Linux kernel, the following vulnerability has been resolved: ipv6: mcast: fix data-race in ipv6_mc_down / mld_ifc_work idev->mc_ifc_count can be written over without proper locking. Originally found by syzbot [1], fix this issue by encapsul...
CVE-2024-26633
- EPSS 0.02%
- Veröffentlicht 18.03.2024 11:15:09
- Zuletzt bearbeitet 04.04.2025 14:49:01
In the Linux kernel, the following vulnerability has been resolved: ip6_tunnel: fix NEXTHDR_FRAGMENT handling in ip6_tnl_parse_tlv_enc_lim() syzbot pointed out [1] that NEXTHDR_FRAGMENT handling is broken. Reading frag_off can only be done if we p...
CVE-2023-52611
- EPSS 0.02%
- Veröffentlicht 18.03.2024 11:15:08
- Zuletzt bearbeitet 10.03.2025 15:54:04
In the Linux kernel, the following vulnerability has been resolved: wifi: rtw88: sdio: Honor the host max_req_size in the RX path Lukas reports skb_over_panic errors on his Banana Pi BPI-CM4 which comes with an Amlogic A311D (G12B) SoC and a RTL882...
CVE-2023-52613
- EPSS 0.02%
- Veröffentlicht 18.03.2024 11:15:08
- Zuletzt bearbeitet 08.04.2025 15:26:08
In the Linux kernel, the following vulnerability has been resolved: drivers/thermal/loongson2_thermal: Fix incorrect PTR_ERR() judgment PTR_ERR() returns -ENODEV when thermal-zones are undefined, and we need -ENODEV as the right value for compariso...