CVE-2023-52735
- EPSS 0.05%
- 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.02%
- 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.02%
- Veröffentlicht 21.05.2024 16:15:13
- Zuletzt bearbeitet 10.01.2025 18:15:07
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-2021-47432
- EPSS 0.01%
- 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.01%
- 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-2023-52700
- EPSS 0.01%
- 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.09%
- 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-2021-47428
- EPSS 0.03%
- Veröffentlicht 21.05.2024 15:15:28
- Zuletzt bearbeitet 25.09.2025 16:07:53
In the Linux kernel, the following vulnerability has been resolved: powerpc/64s: fix program check interrupt emergency stack path Emergency stack path was jumping into a 3: label inside the __GEN_COMMON_BODY macro for the normal path after it had f...
CVE-2021-47407
- EPSS 0.01%
- Veröffentlicht 21.05.2024 15:15:26
- Zuletzt bearbeitet 21.11.2024 06:36:04
In the Linux kernel, the following vulnerability has been resolved: KVM: x86: Handle SRCU initialization failure during page track init Check the return of init_srcu_struct(), which can fail due to OOM, when initializing the page track mechanism. ...
CVE-2021-47408
- EPSS 0.02%
- Veröffentlicht 21.05.2024 15:15:26
- Zuletzt bearbeitet 25.09.2025 15:32:02
In the Linux kernel, the following vulnerability has been resolved: netfilter: conntrack: serialize hash resizes and cleanups Syzbot was able to trigger the following warning [1] No repro found by syzbot yet but I was able to trigger similar issue...