CVE-2023-52735
- EPSS 1.22%
- Veröffentlicht 21.05.2024 16:15:13
- Zuletzt bearbeitet 02.04.2025 14:51:07
In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Don't let sock_map_{close,destroy,unhash} call itself sock_map proto callbacks should never call themselves by design. Protect against bugs like [1] and break out of ...
CVE-2023-52736
- EPSS 0.24%
- Veröffentlicht 21.05.2024 16:15:13
- Zuletzt bearbeitet 23.09.2025 19:01:43
In the Linux kernel, the following vulnerability has been resolved: ALSA: hda: Do not unset preset when cleaning up codec Several functions that take part in codec's initialization and removal are re-used by ASoC codec drivers implementations. Driv...
CVE-2023-52737
- EPSS 0.21%
- Veröffentlicht 21.05.2024 16:15:13
- Zuletzt bearbeitet 01.06.2026 17:16:24
In the Linux kernel, the following vulnerability has been resolved: btrfs: lock the inode in shared mode before starting fiemap Currently fiemap does not take the inode's lock (VFS lock), it only locks a file range in the inode's io tree. This howe...
CVE-2023-52738
- EPSS 0.8%
- Veröffentlicht 21.05.2024 16:15:13
- Zuletzt bearbeitet 02.04.2025 14:51:01
In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/fence: Fix oops due to non-matching drm_sched init/fini Currently amdgpu calls drm_sched_fini() from the fence driver sw fini routine - such function is expected to be c...
CVE-2023-52739
- EPSS 0.25%
- Veröffentlicht 21.05.2024 16:15:13
- Zuletzt bearbeitet 23.09.2025 19:06:31
In the Linux kernel, the following vulnerability has been resolved: Fix page corruption caused by racy check in __free_pages When we upgraded our kernel, we started seeing some page corruption like the following consistently: BUG: Bad page state...
CVE-2023-52740
- EPSS 0.18%
- Veröffentlicht 21.05.2024 16:15:13
- Zuletzt bearbeitet 23.09.2025 19:08:50
In the Linux kernel, the following vulnerability has been resolved: powerpc/64s/interrupt: Fix interrupt exit race with security mitigation switch The RFI and STF security mitigation options can flip the interrupt_exit_not_reentrant static branch c...
CVE-2021-47432
- EPSS 0.24%
- Veröffentlicht 21.05.2024 16:15:12
- Zuletzt bearbeitet 02.04.2025 14:51:30
In the Linux kernel, the following vulnerability has been resolved: lib/generic-radix-tree.c: Don't overflow in peek() When we started spreading new inode numbers throughout most of the 64 bit inode space, that triggered some corner case bugs, in p...
CVE-2022-48706
- EPSS 0.21%
- Veröffentlicht 21.05.2024 16:15:12
- Zuletzt bearbeitet 03.02.2025 16:12:16
In the Linux kernel, the following vulnerability has been resolved: vdpa: ifcvf: Do proper cleanup if IFCVF init fails ifcvf_mgmt_dev leaks memory if it is not freed before returning. Call is made to correct return statement so memory does not leak...
CVE-2022-48707
- EPSS 0.21%
- Veröffentlicht 21.05.2024 16:15:12
- Zuletzt bearbeitet 31.12.2024 20:05:02
In the Linux kernel, the following vulnerability has been resolved: cxl/region: Fix null pointer dereference for resetting decoder Not all decoders have a reset callback. The CXL specification allows a host bridge with a single root port to have n...
CVE-2022-48708
- EPSS 0.24%
- Veröffentlicht 21.05.2024 16:15:12
- Zuletzt bearbeitet 31.12.2024 20:05:23
In the Linux kernel, the following vulnerability has been resolved: pinctrl: single: fix potential NULL dereference Added checking of pointer "function" in pcs_set_mux(). pinmux_generic_get_function() can return NULL and the pointer "function" was ...