CVE-2024-56543
- EPSS 0.22%
- Veröffentlicht 27.12.2024 14:15:34
- Zuletzt bearbeitet 08.10.2025 13:51:37
In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: Skip Rx TID cleanup for self peer During peer create, dp setup for the peer is done where Rx TID is updated for all the TIDs. Peer object for self peer will not go th...
CVE-2024-56544
- EPSS 0.21%
- Veröffentlicht 27.12.2024 14:15:34
- Zuletzt bearbeitet 01.10.2025 20:17:26
In the Linux kernel, the following vulnerability has been resolved: udmabuf: change folios array from kmalloc to kvmalloc When PAGE_SIZE 4096, MAX_PAGE_ORDER 10, 64bit machine, page_alloc only support 4MB. If above this, trigger this warn and retur...
CVE-2024-56545
- EPSS 0.21%
- Veröffentlicht 27.12.2024 14:15:34
- Zuletzt bearbeitet 08.10.2025 13:48:33
In the Linux kernel, the following vulnerability has been resolved: HID: hyperv: streamline driver probe to avoid devres issues It was found that unloading 'hid_hyperv' module results in a devres complaint: ... hv_vmbus: unregistering driver hid...
CVE-2024-56546
- EPSS 0.22%
- Veröffentlicht 27.12.2024 14:15:34
- Zuletzt bearbeitet 03.11.2025 21:17:53
In the Linux kernel, the following vulnerability has been resolved: drivers: soc: xilinx: add the missing kfree in xlnx_add_cb_for_suspend() If we fail to allocate memory for cb_data by kmalloc, the memory allocation for eve_data is never freed, ad...
CVE-2024-56547
- EPSS 0.21%
- Veröffentlicht 27.12.2024 14:15:34
- Zuletzt bearbeitet 08.10.2025 13:57:18
In the Linux kernel, the following vulnerability has been resolved: rcu/nocb: Fix missed RCU barrier on deoffloading Currently, running rcutorture test with torture_type=rcu fwd_progress=8 n_barrier_cbs=8 nocbs_nthreads=8 nocbs_toggle=100 onoff_int...
CVE-2024-56548
- EPSS 0.25%
- Veröffentlicht 27.12.2024 14:15:34
- Zuletzt bearbeitet 03.11.2025 21:17:53
In the Linux kernel, the following vulnerability has been resolved: hfsplus: don't query the device logical block size multiple times Devices block sizes may change. One of these cases is a loop device by using ioctl LOOP_SET_BLOCK_SIZE. While thi...
CVE-2024-56549
- EPSS 0.22%
- Veröffentlicht 27.12.2024 14:15:34
- Zuletzt bearbeitet 03.11.2025 20:16:53
In the Linux kernel, the following vulnerability has been resolved: cachefiles: Fix NULL pointer dereference in object->file At present, the object->file has the NULL pointer dereference problem in ondemand-mode. The root cause is that the allocate...
CVE-2024-56535
- EPSS 0.25%
- Veröffentlicht 27.12.2024 14:15:33
- Zuletzt bearbeitet 01.10.2025 20:17:25
In the Linux kernel, the following vulnerability has been resolved: wifi: rtw89: coex: check NULL return of kmalloc in btc_fw_set_monreg() kmalloc may fail, return value might be NULL and will cause NULL pointer dereference. Add check NULL return o...
CVE-2024-56536
- EPSS 0.26%
- Veröffentlicht 27.12.2024 14:15:33
- Zuletzt bearbeitet 01.10.2025 20:17:26
In the Linux kernel, the following vulnerability has been resolved: wifi: cw1200: Fix potential NULL dereference A recent refactoring was identified by static analysis to cause a potential NULL dereference, fix this!
CVE-2024-56537
- EPSS 0.21%
- Veröffentlicht 27.12.2024 14:15:33
- Zuletzt bearbeitet 01.10.2025 20:17:26
In the Linux kernel, the following vulnerability has been resolved: drm: xlnx: zynqmp_disp: layer may be null while releasing layer->info can be null if we have an error on the first layer in zynqmp_disp_create_layers