CVE-2024-56713
- EPSS 0.04%
- Veröffentlicht 29.12.2024 09:15:06
- Zuletzt bearbeitet 15.10.2025 17:42:34
In the Linux kernel, the following vulnerability has been resolved: net: netdevsim: fix nsim_pp_hold_write() nsim_pp_hold_write() has two problems: 1) It may return with rtnl held, as found by syzbot. 2) Its return value does not propagate an err...
CVE-2024-56714
- EPSS 0.04%
- Veröffentlicht 29.12.2024 09:15:06
- Zuletzt bearbeitet 15.10.2025 17:42:17
In the Linux kernel, the following vulnerability has been resolved: ionic: no double destroy workqueue There are some FW error handling paths that can cause us to try to destroy the workqueue more than once, so let's be sure we're checking for that...
CVE-2024-56715
- EPSS 0.05%
- Veröffentlicht 29.12.2024 09:15:06
- Zuletzt bearbeitet 03.11.2025 21:18:22
In the Linux kernel, the following vulnerability has been resolved: ionic: Fix netdev notifier unregister on failure If register_netdev() fails, then the driver leaks the netdev notifier. Fix this by calling ionic_lif_unregister() on register_netde...
CVE-2024-56716
- EPSS 0.05%
- Veröffentlicht 29.12.2024 09:15:06
- Zuletzt bearbeitet 03.11.2025 21:18:22
In the Linux kernel, the following vulnerability has been resolved: netdevsim: prevent bad user input in nsim_dev_health_break_write() If either a zero count or a large one is provided, kernel can crash.
CVE-2024-56717
- EPSS 0.04%
- Veröffentlicht 29.12.2024 09:15:06
- Zuletzt bearbeitet 03.11.2025 21:18:23
In the Linux kernel, the following vulnerability has been resolved: net: mscc: ocelot: fix incorrect IFH SRC_PORT field in ocelot_ifh_set_basic() Packets injected by the CPU should have a SRC_PORT field equal to the CPU port module index in the Ana...
CVE-2024-56709
- EPSS 0.06%
- Veröffentlicht 29.12.2024 09:15:05
- Zuletzt bearbeitet 03.11.2025 21:18:22
In the Linux kernel, the following vulnerability has been resolved: io_uring: check if iowq is killed before queuing task work can be executed after the task has gone through io_uring termination, whether it's the final task_work run or the fallbac...
CVE-2024-56710
- EPSS 0.04%
- Veröffentlicht 29.12.2024 09:15:05
- Zuletzt bearbeitet 17.04.2025 21:15:49
In the Linux kernel, the following vulnerability has been resolved: ceph: fix memory leak in ceph_direct_read_write() The bvecs array which is allocated in iter_get_bvecs_alloc() is leaked and pages remain pinned if ceph_alloc_sparse_ext_map() fail...
CVE-2024-56708
- EPSS 0.02%
- Veröffentlicht 28.12.2024 10:15:20
- Zuletzt bearbeitet 03.11.2025 21:18:22
In the Linux kernel, the following vulnerability has been resolved: EDAC/igen6: Avoid segmentation fault on module unload The segmentation fault happens because: During modprobe: 1. In igen6_probe(), igen6_pvt will be allocated with kzalloc() 2. I...
- EPSS 0.07%
- Veröffentlicht 28.12.2024 10:15:19
- Zuletzt bearbeitet 03.11.2025 21:18:21
In the Linux kernel, the following vulnerability has been resolved: media: atomisp: Add check for rgby_data memory allocation failure In ia_css_3a_statistics_allocate(), there is no check on the allocation result of the rgby_data memory. If rgby_da...
CVE-2024-56706
- EPSS 0.01%
- Veröffentlicht 28.12.2024 10:15:19
- Zuletzt bearbeitet 26.09.2025 20:21:15
In the Linux kernel, the following vulnerability has been resolved: s390/cpum_sf: Fix and protect memory allocation of SDBs with mutex Reservation of the PMU hardware is done at first event creation and is protected by a pair of mutex_lock() and mu...