CVE-2024-46896
- EPSS 0.01%
- Veröffentlicht 11.01.2025 13:15:21
- Zuletzt bearbeitet 03.11.2025 21:16:22
In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: don't access invalid sched Since 2320c9e6a768 ("drm/sched: memset() 'job' in drm_sched_job_init()") accessing job->base.sched can produce unexpected results as the init...
CVE-2024-41932
- EPSS 0.01%
- Veröffentlicht 11.01.2025 13:15:20
- Zuletzt bearbeitet 15.10.2025 20:17:52
In the Linux kernel, the following vulnerability has been resolved: sched: fix warning in sched_setaffinity Commit 8f9ea86fdf99b added some logic to sched_setaffinity that included a WARN when a per-task affinity assignment races with a cpuset upda...
CVE-2024-41149
- EPSS 0.01%
- Veröffentlicht 11.01.2025 13:15:19
- Zuletzt bearbeitet 24.03.2025 17:31:18
In the Linux kernel, the following vulnerability has been resolved: block: avoid to reuse `hctx` not removed from cpuhp callback list If the 'hctx' isn't removed from cpuhp callback list, we can't reuse it, otherwise use-after-free may be triggered...
CVE-2024-56713
- EPSS 0.02%
- 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.03%
- 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-56709
- EPSS 0.04%
- 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-56705
- EPSS 0%
- Veröffentlicht 28.12.2024 10:15:19
- Zuletzt bearbeitet 15.12.2025 20:53:18
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...
CVE-2024-56707
- EPSS 0.01%
- Veröffentlicht 28.12.2024 10:15:19
- Zuletzt bearbeitet 03.11.2025 21:18:22
In the Linux kernel, the following vulnerability has been resolved: octeontx2-pf: handle otx2_mbox_get_rsp errors in otx2_dmac_flt.c Add error pointer checks after calling otx2_mbox_get_rsp().
CVE-2024-56699
- EPSS 0.03%
- Veröffentlicht 28.12.2024 10:15:17
- Zuletzt bearbeitet 26.09.2025 20:21:50
In the Linux kernel, the following vulnerability has been resolved: s390/pci: Fix potential double remove of hotplug slot In commit 6ee600bfbe0f ("s390/pci: remove hotplug slot when releasing the device") the zpci_exit_slot() was moved from zpci_de...