CVE-2021-47100
- EPSS 0.24%
- Veröffentlicht 04.03.2024 18:15:08
- Zuletzt bearbeitet 03.02.2025 13:51:24
In the Linux kernel, the following vulnerability has been resolved: ipmi: Fix UAF when uninstall ipmi_si and ipmi_msghandler module Hi, When testing install and uninstall of ipmi_si.ko and ipmi_msghandler.ko, the system crashed. The log as follow...
CVE-2021-47101
- EPSS 0.22%
- Veröffentlicht 04.03.2024 18:15:08
- Zuletzt bearbeitet 03.02.2025 14:02:18
In the Linux kernel, the following vulnerability has been resolved: asix: fix uninit-value in asix_mdio_read() asix_read_cmd() may read less than sizeof(smsr) bytes and in this case smsr will be uninitialized. Fail log: BUG: KMSAN: uninit-value in...
CVE-2021-47082
- EPSS 0.25%
- Veröffentlicht 04.03.2024 18:15:07
- Zuletzt bearbeitet 14.01.2025 15:00:32
In the Linux kernel, the following vulnerability has been resolved: tun: avoid double free in tun_free_netdev Avoid double free in tun_free_netdev() by moving the dev->tstats and tun->security allocs to a new ndo_init routine (tun_net_init()) that ...
CVE-2024-26622
- EPSS 0.24%
- Veröffentlicht 04.03.2024 07:15:11
- Zuletzt bearbeitet 04.11.2025 19:17:02
In the Linux kernel, the following vulnerability has been resolved: tomoyo: fix UAF write bug in tomoyo_write_control() Since tomoyo_write_control() updates head->write_buf when write() of long lines is requested, we need to fetch head->write_buf a...
CVE-2023-52566
- EPSS 0.22%
- Veröffentlicht 02.03.2024 22:15:49
- Zuletzt bearbeitet 08.04.2025 15:08:55
In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix potential use after free in nilfs_gccache_submit_read_data() In nilfs_gccache_submit_read_data(), brelse(bh) is called to drop the reference count of bh when the call t...
CVE-2023-52569
- EPSS 0.24%
- Veröffentlicht 02.03.2024 22:15:49
- Zuletzt bearbeitet 19.06.2025 13:15:25
In the Linux kernel, the following vulnerability has been resolved: btrfs: remove BUG() after failure to insert delayed dir index item Instead of calling BUG() when we fail to insert a delayed dir index item into the delayed node's tree, we can jus...
CVE-2023-52572
- EPSS 0.23%
- Veröffentlicht 02.03.2024 22:15:49
- Zuletzt bearbeitet 25.11.2025 17:23:30
In the Linux kernel, the following vulnerability has been resolved: cifs: Fix UAF in cifs_demultiplex_thread() There is a UAF when xfstests on cifs: BUG: KASAN: use-after-free in smb2_is_network_name_deleted+0x27/0x160 Read of size 4 at addr f...
CVE-2023-52574
- EPSS 0.23%
- Veröffentlicht 02.03.2024 22:15:49
- Zuletzt bearbeitet 11.12.2024 15:30:26
In the Linux kernel, the following vulnerability has been resolved: team: fix null-ptr-deref when team device type is changed Get a null-ptr-deref bug as follows with reproducer [1]. BUG: kernel NULL pointer dereference, address: 0000000000000228 ...
- EPSS 0.19%
- Veröffentlicht 02.03.2024 22:15:49
- Zuletzt bearbeitet 11.12.2024 17:44:23
In the Linux kernel, the following vulnerability has been resolved: net: bridge: use DEV_STATS_INC() syzbot/KCSAN reported data-races in br_handle_frame_finish() [1] This function can run from multiple cpus without mutual exclusion. Adopt SMP safe...
CVE-2023-52522
- EPSS 0.23%
- Veröffentlicht 02.03.2024 22:15:48
- Zuletzt bearbeitet 16.09.2025 16:25:47
In the Linux kernel, the following vulnerability has been resolved: net: fix possible store tearing in neigh_periodic_work() While looking at a related syzbot report involving neigh_periodic_work(), I found that I forgot to add an annotation when d...