- 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-48920
- EPSS 0.02%
- Veröffentlicht 22.08.2024 02:15:06
- Zuletzt bearbeitet 12.09.2024 13:04:26
In the Linux kernel, the following vulnerability has been resolved: btrfs: get rid of warning on transaction commit when using flushoncommit When using the flushoncommit mount option, during almost every transaction commit we trigger a warning from...
- EPSS 0.04%
- Veröffentlicht 22.08.2024 02:15:04
- Zuletzt bearbeitet 22.08.2024 08:15:04
Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.
CVE-2022-48901
- EPSS 0.03%
- Veröffentlicht 22.08.2024 02:15:04
- Zuletzt bearbeitet 12.09.2024 14:05:35
In the Linux kernel, the following vulnerability has been resolved: btrfs: do not start relocation until in progress drops are done We hit a bug with a recovering relocation on mount for one of our file systems in production. I reproduced this loc...
CVE-2023-52898
- EPSS 0.01%
- Veröffentlicht 21.08.2024 07:15:06
- Zuletzt bearbeitet 13.09.2024 13:46:50
In the Linux kernel, the following vulnerability has been resolved: xhci: Fix null pointer dereference when host dies Make sure xhci_free_dev() and xhci_kill_endpoint_urbs() do not race and cause null pointer dereference when host suddenly dies. U...
CVE-2023-52899
- EPSS 0.01%
- Veröffentlicht 21.08.2024 07:15:06
- Zuletzt bearbeitet 13.09.2024 13:44:43
In the Linux kernel, the following vulnerability has been resolved: Add exception protection processing for vd in axi_chan_handle_err function Since there is no protection for vd, a kernel panic will be triggered here in exceptional cases. You can...
CVE-2023-52903
- EPSS 0.01%
- Veröffentlicht 21.08.2024 07:15:06
- Zuletzt bearbeitet 13.09.2024 13:34:10
In the Linux kernel, the following vulnerability has been resolved: io_uring: lock overflowing for IOPOLL syzbot reports an issue with overflow filling for IOPOLL: WARNING: CPU: 0 PID: 28 at io_uring/io_uring.c:734 io_cqring_event_overflow+0x1c0/0...
CVE-2022-48875
- EPSS 0.02%
- Veröffentlicht 21.08.2024 07:15:04
- Zuletzt bearbeitet 04.09.2024 18:33:03
In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: sdata can be NULL during AMPDU start ieee80211_tx_ba_session_handle_start() may get NULL for sdata when a deauthentication is ongoing. Here a trace triggering the ...