CVE-2021-47597
- EPSS 0.02%
- Veröffentlicht 19.06.2024 15:15:54
- Zuletzt bearbeitet 21.11.2024 06:36:38
In the Linux kernel, the following vulnerability has been resolved: inet_diag: fix kernel-infoleak for UDP sockets KMSAN reported a kernel-infoleak [1], that can exploited by unpriv users. After analysis it turned out UDP was not initializing r->i...
CVE-2021-47599
- EPSS 0.01%
- Veröffentlicht 19.06.2024 15:15:54
- Zuletzt bearbeitet 21.11.2024 06:36:38
In the Linux kernel, the following vulnerability has been resolved: btrfs: use latest_dev in btrfs_show_devname The test case btrfs/238 reports the warning below: WARNING: CPU: 3 PID: 481 at fs/btrfs/super.c:2509 btrfs_show_devname+0x104/0x1e8 [b...
CVE-2021-47600
- EPSS 0.02%
- Veröffentlicht 19.06.2024 15:15:54
- Zuletzt bearbeitet 21.11.2024 06:36:38
In the Linux kernel, the following vulnerability has been resolved: dm btree remove: fix use after free in rebalance_children() Move dm_tm_unlock() after dm_tm_dec().
CVE-2021-47602
- EPSS 0.02%
- Veröffentlicht 19.06.2024 15:15:54
- Zuletzt bearbeitet 21.11.2024 06:36:38
In the Linux kernel, the following vulnerability has been resolved: mac80211: track only QoS data frames for admission control For admission control, obviously all of that only works for QoS data frames, otherwise we cannot even access the QoS fiel...
CVE-2021-47587
- EPSS 0.01%
- Veröffentlicht 19.06.2024 15:15:53
- Zuletzt bearbeitet 21.11.2024 06:36:36
In the Linux kernel, the following vulnerability has been resolved: net: systemport: Add global locking for descriptor lifecycle The descriptor list is a shared resource across all of the transmit queues, and the locking mechanism used today only p...
CVE-2021-47589
- EPSS 0.01%
- Veröffentlicht 19.06.2024 15:15:53
- Zuletzt bearbeitet 21.11.2024 06:36:36
In the Linux kernel, the following vulnerability has been resolved: igbvf: fix double free in `igbvf_probe` In `igbvf_probe`, if register_netdev() fails, the program will go to label err_hw_init, and then to label err_ioremap. In free_netdev() whic...
CVE-2021-47576
- EPSS 0.01%
- Veröffentlicht 19.06.2024 15:15:52
- Zuletzt bearbeitet 21.11.2024 06:36:35
In the Linux kernel, the following vulnerability has been resolved: scsi: scsi_debug: Sanity check block descriptor length in resp_mode_select() In resp_mode_select() sanity check the block descriptor len to avoid UAF. BUG: KASAN: use-after-free i...
CVE-2021-47577
- EPSS 0.01%
- Veröffentlicht 19.06.2024 15:15:52
- Zuletzt bearbeitet 29.09.2025 17:17:13
In the Linux kernel, the following vulnerability has been resolved: io-wq: check for wq exit after adding new worker task_work We check IO_WQ_BIT_EXIT before attempting to create a new worker, and wq exit cancels pending work if we have any. But it...
CVE-2021-47579
- EPSS 0.02%
- Veröffentlicht 19.06.2024 15:15:52
- Zuletzt bearbeitet 29.09.2025 17:15:51
In the Linux kernel, the following vulnerability has been resolved: ovl: fix warning in ovl_create_real() Syzbot triggered the following warning in ovl_workdir_create() -> ovl_create_real(): if (!err && WARN_ON(!newdentry->d_inode)) { The reason...
CVE-2021-47580
- EPSS 0.02%
- Veröffentlicht 19.06.2024 15:15:52
- Zuletzt bearbeitet 01.04.2025 18:27:26
In the Linux kernel, the following vulnerability has been resolved: scsi: scsi_debug: Fix type in min_t to avoid stack OOB Change min_t() to use type "u32" instead of type "int" to avoid stack out of bounds. With min_t() type "int" the values get s...