CVE-2022-48709
- EPSS 0.21%
- Veröffentlicht 21.05.2024 16:15:12
- Zuletzt bearbeitet 31.12.2024 20:08:49
In the Linux kernel, the following vulnerability has been resolved: ice: switch: fix potential memleak in ice_add_adv_recipe() When ice_add_special_words() fails, the 'rm' is not released, which will lead to a memory leak. Fix this up by going to '...
CVE-2022-48710
- EPSS 0.26%
- Veröffentlicht 21.05.2024 16:15:12
- Zuletzt bearbeitet 31.12.2024 20:09:11
In the Linux kernel, the following vulnerability has been resolved: drm/radeon: fix a possible null pointer dereference In radeon_fp_native_mode(), the return value of drm_mode_duplicate() is assigned to mode, which will lead to a NULL pointer dere...
CVE-2023-52700
- EPSS 0.22%
- Veröffentlicht 21.05.2024 16:15:12
- Zuletzt bearbeitet 19.09.2025 14:36:55
In the Linux kernel, the following vulnerability has been resolved: tipc: fix kernel warning when sending SYN message When sending a SYN message, this kernel stack trace is observed: ... [ 13.396352] RIP: 0010:_copy_from_iter+0xb4/0x550 ... [ ...
CVE-2023-52701
- EPSS 0.23%
- Veröffentlicht 21.05.2024 16:15:12
- Zuletzt bearbeitet 25.09.2025 16:48:56
In the Linux kernel, the following vulnerability has been resolved: net: use a bounce buffer for copying skb->mark syzbot found arm64 builds would crash in sock_recv_mark() when CONFIG_HARDENED_USERCOPY=y x86 and powerpc are not detecting the issu...
CVE-2023-52702
- EPSS 0.25%
- Veröffentlicht 21.05.2024 16:15:12
- Zuletzt bearbeitet 31.12.2024 20:19:13
In the Linux kernel, the following vulnerability has been resolved: net: openvswitch: fix possible memory leak in ovs_meter_cmd_set() old_meter needs to be free after it is detached regardless of whether the new meter is successfully attached.
CVE-2023-52703
- EPSS 0.25%
- Veröffentlicht 21.05.2024 16:15:12
- Zuletzt bearbeitet 23.09.2025 18:54:00
In the Linux kernel, the following vulnerability has been resolved: net/usb: kalmia: Don't pass act_len in usb_bulk_msg error path syzbot reported that act_len in kalmia_send_init_packet() is uninitialized when passing it to the first usb_bulk_msg ...
CVE-2023-52704
- EPSS 0.21%
- Veröffentlicht 21.05.2024 16:15:12
- Zuletzt bearbeitet 25.09.2025 16:48:01
In the Linux kernel, the following vulnerability has been resolved: freezer,umh: Fix call_usermode_helper_exec() vs SIGKILL Tetsuo-San noted that commit f5d39b020809 ("freezer,sched: Rewrite core freezer logic") broke call_usermodehelper_exec() for...
CVE-2023-52705
- EPSS 0.25%
- Veröffentlicht 21.05.2024 16:15:12
- Zuletzt bearbeitet 31.12.2024 20:18:52
In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix underflow in second superblock position calculations Macro NILFS_SB2_OFFSET_BYTES, which computes the position of the second superblock, underflows when the argument de...
CVE-2023-52706
- EPSS 0.21%
- Veröffentlicht 21.05.2024 16:15:12
- Zuletzt bearbeitet 06.01.2025 20:39:12
In the Linux kernel, the following vulnerability has been resolved: gpio: sim: fix a memory leak Fix an inverted logic bug in gpio_sim_remove_hogs() that leads to GPIO hog structures never being freed.
CVE-2023-52707
- EPSS 0.26%
- Veröffentlicht 21.05.2024 16:15:12
- Zuletzt bearbeitet 06.01.2025 20:39:33
In the Linux kernel, the following vulnerability has been resolved: sched/psi: Fix use-after-free in ep_remove_wait_queue() If a non-root cgroup gets removed when there is a thread that registered trigger and is polling on a pressure file within th...