CVE-2024-43914
- EPSS 0.02%
- Veröffentlicht 26.08.2024 11:15:05
- Zuletzt bearbeitet 03.11.2025 22:18:22
In the Linux kernel, the following vulnerability has been resolved: md/raid5: avoid BUG_ON() while continue reshape after reassembling Currently, mdadm support --revert-reshape to abort the reshape while reassembling, as the test 07revert-grow. How...
CVE-2024-43893
- EPSS 0.01%
- Veröffentlicht 26.08.2024 11:15:04
- Zuletzt bearbeitet 12.05.2026 12:17:08
In the Linux kernel, the following vulnerability has been resolved: serial: core: check uartclk for zero to avoid divide by zero Calling ioctl TIOCSSERIAL with an invalid baud_base can result in uartclk being zero, which will result in a divide by ...
- EPSS 0.04%
- Veröffentlicht 26.08.2024 11:15:04
- Zuletzt bearbeitet 10.09.2024 08:15:02
Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.
CVE-2024-43900
- EPSS 0.02%
- Veröffentlicht 26.08.2024 11:15:04
- Zuletzt bearbeitet 03.11.2025 22:18:19
In the Linux kernel, the following vulnerability has been resolved: media: xc2028: avoid use-after-free in load_firmware_cb() syzkaller reported use-after-free in load_firmware_cb() [1]. The reason is because the module allocated a struct tuner in ...
- EPSS 0.02%
- Veröffentlicht 23.08.2024 13:15:03
- Zuletzt bearbeitet 03.11.2025 22:18:16
In the Linux kernel, the following vulnerability has been resolved: usb: vhci-hcd: Do not drop references before new references are gained At a few places the driver carries stale pointers to references that can still be used. Make sure that does n...
CVE-2022-48943
- EPSS 0.03%
- Veröffentlicht 22.08.2024 04:15:19
- Zuletzt bearbeitet 22.08.2024 18:27:42
In the Linux kernel, the following vulnerability has been resolved: KVM: x86/mmu: make apf token non-zero to fix bug In current async pagefault logic, when a page is ready, KVM relies on kvm_arch_can_dequeue_async_page_present() to determine whethe...
CVE-2022-48938
- EPSS 0.02%
- Veröffentlicht 22.08.2024 04:15:17
- Zuletzt bearbeitet 08.11.2024 16:15:17
In the Linux kernel, the following vulnerability has been resolved: CDC-NCM: avoid overflow in sanity checking A broken device may give an extreme offset like 0xFFF0 and a reasonable length for a fragment. In the sanity check as formulated now, thi...
CVE-2022-48931
- EPSS 0.02%
- Veröffentlicht 22.08.2024 04:15:16
- Zuletzt bearbeitet 23.08.2024 01:54:11
In the Linux kernel, the following vulnerability has been resolved: configfs: fix a race in configfs_{,un}register_subsystem() When configfs_register_subsystem() or configfs_unregister_subsystem() is executing link_group() or unlink_group(), it is ...
- EPSS 0.04%
- Veröffentlicht 22.08.2024 04:15:16
- Zuletzt bearbeitet 31.08.2024 06:15:06
Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.
CVE-2022-48930
- EPSS 0.02%
- Veröffentlicht 22.08.2024 04:15:15
- Zuletzt bearbeitet 23.08.2024 01:51:30
In the Linux kernel, the following vulnerability has been resolved: RDMA/ib_srp: Fix a deadlock Remove the flush_workqueue(system_long_wq) call since flushing system_long_wq is deadlock-prone and since that call is redundant with a preceding cancel...