CVE-2023-52459
- EPSS 0.22%
- Veröffentlicht 23.02.2024 15:15:08
- Zuletzt bearbeitet 21.11.2024 08:39:49
In the Linux kernel, the following vulnerability has been resolved: media: v4l: async: Fix duplicated list deletion The list deletion call dropped here is already called from the helper function in the line before. Having a second list_del() call r...
CVE-2023-52462
- EPSS 0.23%
- Veröffentlicht 23.02.2024 15:15:08
- Zuletzt bearbeitet 21.11.2024 08:39:49
In the Linux kernel, the following vulnerability has been resolved: bpf: fix check for attempt to corrupt spilled pointer When register is spilled onto a stack as a 1/2/4-byte register, we set slot_type[BPF_REG_SIZE - 1] (plus potentially few more ...
CVE-2023-52463
- EPSS 0.24%
- Veröffentlicht 23.02.2024 15:15:08
- Zuletzt bearbeitet 21.11.2024 08:39:49
In the Linux kernel, the following vulnerability has been resolved: efivarfs: force RO when remounting if SetVariable is not supported If SetVariable at runtime is not supported by the firmware we never assign a callback for that function. At the s...
CVE-2023-52464
- EPSS 0.27%
- Veröffentlicht 23.02.2024 15:15:08
- Zuletzt bearbeitet 21.11.2024 08:39:49
In the Linux kernel, the following vulnerability has been resolved: EDAC/thunderx: Fix possible out-of-bounds string access Enabling -Wstringop-overflow globally exposes a warning for a common bug in the usage of strncat(): drivers/edac/thunderx...
CVE-2024-26594
- EPSS 78.39%
- Veröffentlicht 23.02.2024 14:15:45
- Zuletzt bearbeitet 21.11.2024 09:02:37
In the Linux kernel, the following vulnerability has been resolved: ksmbd: validate mech token in session setup If client send invalid mech token in session setup request, ksmbd validate and make the error if it is invalid.
CVE-2024-26593
- EPSS 0.29%
- Veröffentlicht 23.02.2024 10:15:07
- Zuletzt bearbeitet 04.11.2025 19:17:01
In the Linux kernel, the following vulnerability has been resolved: i2c: i801: Fix block process call transactions According to the Intel datasheets, software must reset the block buffer index twice for block process call transactions: once before ...
CVE-2024-26589
- EPSS 0.24%
- Veröffentlicht 22.02.2024 17:15:09
- Zuletzt bearbeitet 21.11.2024 09:02:36
In the Linux kernel, the following vulnerability has been resolved: bpf: Reject variable offset alu on PTR_TO_FLOW_KEYS For PTR_TO_FLOW_KEYS, check_flow_keys_access() only uses fixed off for validation. However, variable offset ptr alu is not prohi...
CVE-2024-26590
- EPSS 0.22%
- Veröffentlicht 22.02.2024 17:15:09
- Zuletzt bearbeitet 22.04.2025 17:16:40
In the Linux kernel, the following vulnerability has been resolved: erofs: fix inconsistent per-file compression format EROFS can select compression algorithms on a per-file basis, and each per-file compression algorithm needs to be marked in the o...
CVE-2024-26591
- EPSS 0.23%
- Veröffentlicht 22.02.2024 17:15:09
- Zuletzt bearbeitet 21.11.2024 09:02:36
In the Linux kernel, the following vulnerability has been resolved: bpf: Fix re-attachment branch in bpf_tracing_prog_attach The following case can cause a crash due to missing attach_btf: 1) load rawtp program 2) load fentry program with rawtp as...
CVE-2024-26592
- EPSS 0.83%
- Veröffentlicht 22.02.2024 17:15:09
- Zuletzt bearbeitet 21.11.2024 09:02:36
In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix UAF issue in ksmbd_tcp_new_connection() The race is between the handling of a new TCP connection and its disconnection. It leads to UAF on `struct tcp_transport` in ksmb...