CVE-2025-21838
- EPSS 0.02%
- Veröffentlicht 07.03.2025 09:15:16
- Zuletzt bearbeitet 03.11.2025 20:17:21
In the Linux kernel, the following vulnerability has been resolved: usb: gadget: core: flush gadget workqueue after device removal device_del() can lead to new work being scheduled in gadget->work workqueue. This is observed, for example, with the ...
CVE-2025-21839
- EPSS 0.02%
- Veröffentlicht 07.03.2025 09:15:16
- Zuletzt bearbeitet 03.11.2025 20:17:21
In the Linux kernel, the following vulnerability has been resolved: KVM: x86: Load DR6 with guest value only before entering .vcpu_run() loop Move the conditional loading of hardware DR6 with the guest's DR6 value out of the core .vcpu_run() loop t...
CVE-2025-21831
- EPSS 0.02%
- Veröffentlicht 06.03.2025 17:15:23
- Zuletzt bearbeitet 29.10.2025 20:58:57
In the Linux kernel, the following vulnerability has been resolved: PCI: Avoid putting some root ports into D3 on TUXEDO Sirius Gen1 commit 9d26d3a8f1b0 ("PCI: Put PCIe ports into D3 during suspend") sets the policy that all PCIe ports are allowed ...
CVE-2025-21832
- EPSS 0.01%
- Veröffentlicht 06.03.2025 17:15:23
- Zuletzt bearbeitet 03.11.2025 21:19:13
In the Linux kernel, the following vulnerability has been resolved: block: don't revert iter for -EIOCBQUEUED blkdev_read_iter() has a few odd checks, like gating the position and count adjustment on whether or not the result is bigger-than-or-equa...
CVE-2024-58086
- EPSS 0.02%
- Veröffentlicht 06.03.2025 17:15:22
- Zuletzt bearbeitet 03.11.2025 20:17:02
In the Linux kernel, the following vulnerability has been resolved: drm/v3d: Stop active perfmon if it is being destroyed If the active performance monitor (`v3d->active_perfmon`) is being destroyed, stop it first. Currently, the active perfmon is ...
CVE-2025-21829
- EPSS 0.01%
- Veröffentlicht 06.03.2025 17:15:22
- Zuletzt bearbeitet 03.11.2025 21:19:13
In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Fix the warning "__rxe_cleanup+0x12c/0x170 [rdma_rxe]" The Call Trace is as below: " <TASK> ? show_regs.cold+0x1a/0x1f ? __rxe_cleanup+0x12c/0x170 [rdma_rxe] ? __...
CVE-2025-21830
- EPSS 0.01%
- Veröffentlicht 06.03.2025 17:15:22
- Zuletzt bearbeitet 03.11.2025 21:19:13
In the Linux kernel, the following vulnerability has been resolved: landlock: Handle weird files A corrupted filesystem (e.g. bcachefs) might return weird files. Instead of throwing a warning and allowing access to such file, treat them as regular ...
CVE-2024-58079
- EPSS 0.02%
- Veröffentlicht 06.03.2025 17:15:21
- Zuletzt bearbeitet 03.11.2025 20:17:02
In the Linux kernel, the following vulnerability has been resolved: media: uvcvideo: Fix crash during unbind if gpio unit is in use We used the wrong device for the device managed functions. We used the usb device, when we should be using the inter...
CVE-2024-58080
- EPSS 0.02%
- Veröffentlicht 06.03.2025 17:15:21
- Zuletzt bearbeitet 03.11.2025 20:17:02
In the Linux kernel, the following vulnerability has been resolved: clk: qcom: dispcc-sm6350: Add missing parent_map for a clock If a clk_rcg2 has a parent, it should also have parent_map defined, otherwise we'll get a NULL pointer dereference when...
CVE-2024-58083
- EPSS 0.03%
- Veröffentlicht 06.03.2025 17:15:21
- Zuletzt bearbeitet 03.11.2025 20:17:02
In the Linux kernel, the following vulnerability has been resolved: KVM: Explicitly verify target vCPU is online in kvm_get_vcpu() Explicitly verify the target vCPU is fully online _prior_ to clamping the index in kvm_get_vcpu(). If the index is "...