CVE-2021-47618
- EPSS 0.05%
- Veröffentlicht 20.06.2024 11:15:54
- Zuletzt bearbeitet 17.09.2025 17:06:47
In the Linux kernel, the following vulnerability has been resolved: ARM: 9170/1: fix panic when kasan and kprobe are enabled arm32 uses software to simulate the instruction replaced by kprobe. some instructions may be simulated by constructing asse...
CVE-2022-48712
- EPSS 0.04%
- Veröffentlicht 20.06.2024 11:15:54
- Zuletzt bearbeitet 17.09.2025 17:12:00
In the Linux kernel, the following vulnerability has been resolved: ext4: fix error handling in ext4_fc_record_modified_inode() Current code does not fully takes care of krealloc() error case, which could lead to silent memory corruption or a kerne...
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-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-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...
CVE-2021-47582
- EPSS 0.01%
- Veröffentlicht 19.06.2024 15:15:52
- Zuletzt bearbeitet 29.09.2025 17:14:35
In the Linux kernel, the following vulnerability has been resolved: USB: core: Make do_proc_control() and do_proc_bulk() killable The USBDEVFS_CONTROL and USBDEVFS_BULK ioctls invoke usb_start_wait_urb(), which contains an uninterruptible wait with...
CVE-2024-38608
- EPSS 0.01%
- Veröffentlicht 19.06.2024 14:15:20
- Zuletzt bearbeitet 21.11.2024 09:26:28
In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Fix netif state handling mlx5e_suspend cleans resources only if netif_device_present() returns true. However, mlx5e_resume changes the state of netif, via mlx5e_nic_enab...
CVE-2024-38591
- EPSS 0.01%
- Veröffentlicht 19.06.2024 14:15:19
- Zuletzt bearbeitet 03.11.2025 21:16:15
In the Linux kernel, the following vulnerability has been resolved: RDMA/hns: Fix deadlock on SRQ async events. xa_lock for SRQ table may be required in AEQ. Use xa_store_irq()/ xa_erase_irq() to avoid deadlock.
CVE-2024-38580
- EPSS 0.02%
- Veröffentlicht 19.06.2024 14:15:18
- Zuletzt bearbeitet 20.10.2025 22:09:26
In the Linux kernel, the following vulnerability has been resolved: epoll: be better about file lifetimes epoll can call out to vfs_poll() with a file pointer that may race with the last 'fput()'. That would make f_count go down to zero, and while ...
CVE-2024-38554
- EPSS 0.02%
- Veröffentlicht 19.06.2024 14:15:15
- Zuletzt bearbeitet 21.11.2024 09:26:19
In the Linux kernel, the following vulnerability has been resolved: ax25: Fix reference count leak issue of net_device There is a reference count leak issue of the object "net_device" in ax25_dev_device_down(). When the ax25 device is shutting down...