CVE-2024-36244
- EPSS 0.01%
- Veröffentlicht 21.06.2024 11:15:09
- Zuletzt bearbeitet 01.10.2025 13:58:15
In the Linux kernel, the following vulnerability has been resolved: net/sched: taprio: extend minimum interval restriction to entire cycle too It is possible for syzbot to side-step the restriction imposed by the blamed commit in the Fixes: tag, be...
CVE-2023-52883
- EPSS 0.05%
- Veröffentlicht 20.06.2024 12:15:15
- Zuletzt bearbeitet 24.03.2025 18:10:42
In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fix possible null pointer dereference abo->tbo.resource may be NULL in amdgpu_vm_bo_update.
- EPSS 0.03%
- Veröffentlicht 20.06.2024 12:15:14
- Zuletzt bearbeitet 17.09.2025 17:18:53
In the Linux kernel, the following vulnerability has been resolved: rpmsg: char: Fix race between the release of rpmsg_ctrldev and cdev struct rpmsg_ctrldev contains a struct cdev. The current code frees the rpmsg_ctrldev struct in rpmsg_ctrldev_re...
CVE-2022-48760
- EPSS 0.01%
- Veröffentlicht 20.06.2024 12:15:14
- Zuletzt bearbeitet 17.09.2025 16:49:52
In the Linux kernel, the following vulnerability has been resolved: USB: core: Fix hang in usb_kill_urb by adding memory barriers The syzbot fuzzer has identified a bug in which processes hang waiting for usb_kill_urb() to return. It turns out the...
CVE-2022-48761
- EPSS 0.03%
- Veröffentlicht 20.06.2024 12:15:14
- Zuletzt bearbeitet 29.09.2025 17:21:31
In the Linux kernel, the following vulnerability has been resolved: usb: xhci-plat: fix crash when suspend if remote wake enable Crashed at i.mx8qm platform when suspend if enable remote wakeup Internal error: synchronous external abort: 96000210 ...
CVE-2022-48762
- EPSS 0.05%
- Veröffentlicht 20.06.2024 12:15:14
- Zuletzt bearbeitet 24.03.2025 18:17:02
In the Linux kernel, the following vulnerability has been resolved: arm64: extable: fix load_unaligned_zeropad() reg indices In ex_handler_load_unaligned_zeropad() we erroneously extract the data and addr register indices from ex->type rather than ...
CVE-2022-48763
- EPSS 0.03%
- Veröffentlicht 20.06.2024 12:15:14
- Zuletzt bearbeitet 17.09.2025 16:50:37
In the Linux kernel, the following vulnerability has been resolved: KVM: x86: Forcibly leave nested virt when SMM state is toggled Forcibly leave nested virtualization operation if userspace toggles SMM state via KVM_SET_VCPU_EVENTS or KVM_SYNC_X86...
CVE-2022-48764
- EPSS 0.03%
- Veröffentlicht 20.06.2024 12:15:14
- Zuletzt bearbeitet 24.03.2025 18:16:46
In the Linux kernel, the following vulnerability has been resolved: KVM: x86: Free kvm_cpuid_entry2 array on post-KVM_RUN KVM_SET_CPUID{,2} Free the "struct kvm_cpuid_entry2" array on successful post-KVM_RUN KVM_SET_CPUID{,2} to fix a memory leak, ...
CVE-2022-48765
- EPSS 0.03%
- Veröffentlicht 20.06.2024 12:15:14
- Zuletzt bearbeitet 29.09.2025 18:36:45
In the Linux kernel, the following vulnerability has been resolved: KVM: LAPIC: Also cancel preemption timer during SET_LAPIC The below warning is splatting during guest reboot. ------------[ cut here ]------------ WARNING: CPU: 0 PID: 1931 at...
CVE-2022-48767
- EPSS 0.03%
- Veröffentlicht 20.06.2024 12:15:14
- Zuletzt bearbeitet 29.09.2025 18:35:50
In the Linux kernel, the following vulnerability has been resolved: ceph: properly put ceph_string reference after async create attempt The reference acquired by try_prep_async_create is currently leaked. Ensure we put it.