CVE-2023-52463
- EPSS 0.01%
- Published 23.02.2024 15:15:08
- Last modified 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.01%
- Published 23.02.2024 15:15:08
- Last modified 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 0.36%
- Published 23.02.2024 14:15:45
- Last modified 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.01%
- Published 23.02.2024 10:15:07
- Last modified 21.11.2024 09:02:36
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.02%
- Published 22.02.2024 17:15:09
- Last modified 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.02%
- Published 22.02.2024 17:15:09
- Last modified 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.01%
- Published 22.02.2024 17:15:09
- Last modified 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.03%
- Published 22.02.2024 17:15:09
- Last modified 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...
CVE-2023-52443
- EPSS 0.02%
- Published 22.02.2024 17:15:08
- Last modified 21.11.2024 08:39:46
In the Linux kernel, the following vulnerability has been resolved: apparmor: avoid crash when parsed profile name is empty When processing a packed profile in unpack_profile() described like "profile :ns::samba-dcerpcd /usr/lib*/samba/{,samba/}s...
CVE-2023-52444
- EPSS 0.01%
- Published 22.02.2024 17:15:08
- Last modified 21.11.2024 08:39:46
In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to avoid dirent corruption As Al reported in link[1]: f2fs_rename() ... if (old_dir != new_dir && !whiteout) f2fs_set_link(old_inode, old_dir_entry, old_dir_page...