CVE-2024-26593
- EPSS 0.01%
- 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.02%
- 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.02%
- 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.01%
- 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.04%
- 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...
CVE-2023-52443
- EPSS 0.02%
- Veröffentlicht 22.02.2024 17:15:08
- Zuletzt bearbeitet 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%
- Veröffentlicht 22.02.2024 17:15:08
- Zuletzt bearbeitet 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...
CVE-2023-52445
- EPSS 0.01%
- Veröffentlicht 22.02.2024 17:15:08
- Zuletzt bearbeitet 21.11.2024 08:39:46
In the Linux kernel, the following vulnerability has been resolved: media: pvrusb2: fix use after free on context disconnection Upon module load, a kthread is created targeting the pvr2_context_thread_func function, which may call pvr2_context_dest...
CVE-2023-52446
- EPSS 0.02%
- Veröffentlicht 22.02.2024 17:15:08
- Zuletzt bearbeitet 21.11.2024 08:39:46
In the Linux kernel, the following vulnerability has been resolved: bpf: Fix a race condition between btf_put() and map_free() When running `./test_progs -j` in my local vm with latest kernel, I once hit a kasan error like below: [ 1887.184724] ...
CVE-2023-52447
- EPSS 0.01%
- Veröffentlicht 22.02.2024 17:15:08
- Zuletzt bearbeitet 21.11.2024 08:39:47
In the Linux kernel, the following vulnerability has been resolved: bpf: Defer the free of inner map when necessary When updating or deleting an inner map in map array or map htab, the map may still be accessed by non-sleepable program or sleepable...