CVE-2024-38544
- EPSS 0.01%
- Veröffentlicht 19.06.2024 14:15:14
- Zuletzt bearbeitet 03.11.2025 21:16:14
In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Fix seg fault in rxe_comp_queue_pkt In rxe_comp_queue_pkt() an incoming response packet skb is enqueued to the resp_pkts queue and then a decision is made whether to run ...
CVE-2024-38545
- EPSS 0.02%
- Veröffentlicht 19.06.2024 14:15:14
- Zuletzt bearbeitet 23.12.2025 15:03:38
In the Linux kernel, the following vulnerability has been resolved: RDMA/hns: Fix UAF for cq async event The refcount of CQ is not protected by locks. When CQ asynchronous events and CQ destruction are concurrent, CQ may have been released, which w...
CVE-2024-38546
- EPSS 0.01%
- Veröffentlicht 19.06.2024 14:15:14
- Zuletzt bearbeitet 21.11.2024 09:26:18
In the Linux kernel, the following vulnerability has been resolved: drm: vc4: Fix possible null pointer dereference In vc4_hdmi_audio_init() of_get_address() may return NULL which is later dereferenced. Fix this bug by adding NULL check. Found by ...
CVE-2024-38547
- EPSS 0.01%
- Veröffentlicht 19.06.2024 14:15:14
- Zuletzt bearbeitet 12.05.2026 12:16:52
In the Linux kernel, the following vulnerability has been resolved: media: atomisp: ssh_css: Fix a null-pointer dereference in load_video_binaries The allocation failure of mycs->yuv_scaler_binary in load_video_binaries() is followed with a derefer...
CVE-2024-36978
- EPSS 0.03%
- Veröffentlicht 19.06.2024 07:15:46
- Zuletzt bearbeitet 12.05.2026 12:16:51
In the Linux kernel, the following vulnerability has been resolved: net: sched: sch_multiq: fix possible OOB write in multiq_tune() q->bands will be assigned to qopt->bands to execute subsequent code logic after kmalloc. So the old q->bands should ...
CVE-2024-36974
- EPSS 0.02%
- Veröffentlicht 18.06.2024 20:15:13
- Zuletzt bearbeitet 12.05.2026 12:16:51
In the Linux kernel, the following vulnerability has been resolved: net/sched: taprio: always validate TCA_TAPRIO_ATTR_PRIOMAP If one TCA_TAPRIO_ATTR_PRIOMAP attribute has been provided, taprio_parse_mqprio_opt() must validate it, or userspace can ...
CVE-2024-36971
- EPSS 0.44%
- Veröffentlicht 10.06.2024 09:15:09
- Zuletzt bearbeitet 05.11.2025 19:19:56
In the Linux kernel, the following vulnerability has been resolved: net: fix __dst_negative_advice() race __dst_negative_advice() does not enforce proper RCU rules when sk->dst_cache must be cleared, leading to possible UAF. RCU rules are that we ...
CVE-2024-36968
- EPSS 0.02%
- Veröffentlicht 08.06.2024 13:15:58
- Zuletzt bearbeitet 21.11.2024 09:22:56
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: Fix div-by-zero in l2cap_le_flowctl_init() l2cap_le_flowctl_init() can cause both div-by-zero and an integer overflow since hdev->le_mtu may not fall in the valid...
CVE-2024-36969
- EPSS 0.02%
- Veröffentlicht 08.06.2024 13:15:58
- Zuletzt bearbeitet 21.11.2024 09:22:56
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix division by zero in setup_dsc_config When slice_height is 0, the division by slice_height in the calculation of the number of slices will cause a division by z...
CVE-2024-36960
- EPSS 0.01%
- Veröffentlicht 03.06.2024 08:15:09
- Zuletzt bearbeitet 01.04.2025 18:36:15
In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: Fix invalid reads in fence signaled events Correctly set the length of the drm_event to the size of the structure that's actually used. The length of the drm_event was...