CVE-2022-48761
- EPSS 0.21%
- 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-48763
- EPSS 0.22%
- 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-48765
- EPSS 0.21%
- 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.22%
- 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.
CVE-2022-48768
- EPSS 0.21%
- Veröffentlicht 20.06.2024 12:15:14
- Zuletzt bearbeitet 21.11.2024 07:33:59
In the Linux kernel, the following vulnerability has been resolved: tracing/histogram: Fix a potential memory leak for kstrdup() kfree() is missing on an error path to free the memory allocated by kstrdup(): p = param = kstrdup(data->params[i], ...
CVE-2022-48769
- EPSS 0.22%
- Veröffentlicht 20.06.2024 12:15:14
- Zuletzt bearbeitet 29.09.2025 18:35:39
In the Linux kernel, the following vulnerability has been resolved: efi: runtime: avoid EFIv2 runtime services on Apple x86 machines Aditya reports [0] that his recent MacbookPro crashes in the firmware when using the variable services at runtime. ...
CVE-2022-48770
- EPSS 0.22%
- Veröffentlicht 20.06.2024 12:15:14
- Zuletzt bearbeitet 06.01.2025 21:43:45
In the Linux kernel, the following vulnerability has been resolved: bpf: Guard against accessing NULL pt_regs in bpf_get_task_stack() task_pt_regs() can return NULL on powerpc for kernel threads. This is then used in __bpf_get_stack() to check for ...
CVE-2022-48748
- EPSS 1.13%
- Veröffentlicht 20.06.2024 12:15:13
- Zuletzt bearbeitet 24.03.2025 18:17:51
In the Linux kernel, the following vulnerability has been resolved: net: bridge: vlan: fix memory leak in __allowed_ingress When using per-vlan state, if vlan snooping and stats are disabled, untagged or priority-tagged ingress frame will go to che...
CVE-2022-48749
- EPSS 0.23%
- Veröffentlicht 20.06.2024 12:15:13
- Zuletzt bearbeitet 21.11.2024 07:33:55
In the Linux kernel, the following vulnerability has been resolved: drm/msm/dpu: invalid parameter check in dpu_setup_dspp_pcc The function performs a check on the "ctx" input parameter, however, it is used before the check. Initialize the "base" ...
CVE-2022-48751
- EPSS 0.21%
- Veröffentlicht 20.06.2024 12:15:13
- Zuletzt bearbeitet 06.01.2025 21:47:12
In the Linux kernel, the following vulnerability has been resolved: net/smc: Transitional solution for clcsock race issue We encountered a crash in smc_setsockopt() and it is caused by accessing smc->clcsock after clcsock was released. BUG: kerne...