CVE-2022-48895
- EPSS 0.01%
- Veröffentlicht 21.08.2024 07:15:05
- Zuletzt bearbeitet 11.09.2024 16:01:23
In the Linux kernel, the following vulnerability has been resolved: iommu/arm-smmu: Don't unregister on shutdown Michael Walle says he noticed the following stack trace while performing a shutdown with "reboot -f". He suggests he got "lucky" and ju...
CVE-2022-48896
- EPSS 0.02%
- Veröffentlicht 21.08.2024 07:15:05
- Zuletzt bearbeitet 11.09.2024 16:06:04
In the Linux kernel, the following vulnerability has been resolved: ixgbe: fix pci device refcount leak As the comment of pci_get_domain_bus_and_slot() says, it returns a PCI device with refcount incremented, when finish using it, the caller must d...
CVE-2022-48897
- EPSS 0.04%
- Veröffentlicht 21.08.2024 07:15:05
- Zuletzt bearbeitet 11.09.2024 16:10:40
In the Linux kernel, the following vulnerability has been resolved: arm64/mm: fix incorrect file_map_count for invalid pmd The page table check trigger BUG_ON() unexpectedly when split hugepage: ------------[ cut here ]------------ kernel BUG at...
CVE-2022-48898
- EPSS 0.01%
- Veröffentlicht 21.08.2024 07:15:05
- Zuletzt bearbeitet 11.09.2024 16:19:18
In the Linux kernel, the following vulnerability has been resolved: drm/msm/dp: do not complete dp_aux_cmd_fifo_tx() if irq is not for aux transfer There are 3 possible interrupt sources are handled by DP controller, HPDstatus, Controller state cha...
CVE-2022-48899
- EPSS 0.01%
- Veröffentlicht 21.08.2024 07:15:05
- Zuletzt bearbeitet 11.09.2024 16:22:26
In the Linux kernel, the following vulnerability has been resolved: drm/virtio: Fix GEM handle creation UAF Userspace can guess the handle value and try to race GEM object creation with handle close, resulting in a use-after-free if we dereference ...
CVE-2023-52893
- EPSS 0.01%
- Veröffentlicht 21.08.2024 07:15:05
- Zuletzt bearbeitet 11.09.2024 16:24:49
In the Linux kernel, the following vulnerability has been resolved: gsmi: fix null-deref in gsmi_get_variable We can get EFI variables without fetching the attribute, so we must allow for that in gsmi. commit 859748255b43 ("efi: pstore: Omit efiva...
CVE-2023-52894
- EPSS 0.01%
- Veröffentlicht 21.08.2024 07:15:05
- Zuletzt bearbeitet 11.09.2024 16:27:06
In the Linux kernel, the following vulnerability has been resolved: usb: gadget: f_ncm: fix potential NULL ptr deref in ncm_bitrate() In Google internal bug 265639009 we've received an (as yet) unreproducible crash report from an aarch64 GKI 5.10.1...
CVE-2022-48868
- EPSS 0.01%
- Veröffentlicht 21.08.2024 07:15:04
- Zuletzt bearbeitet 04.09.2024 18:38:59
In the Linux kernel, the following vulnerability has been resolved: dmaengine: idxd: Let probe fail when workqueue cannot be enabled The workqueue is enabled when the appropriate driver is loaded and disabled when the driver is removed. When the dr...
CVE-2022-48869
- EPSS 0.02%
- Veröffentlicht 21.08.2024 07:15:04
- Zuletzt bearbeitet 06.09.2024 14:19:58
In the Linux kernel, the following vulnerability has been resolved: USB: gadgetfs: Fix race between mounting and unmounting The syzbot fuzzer and Gerald Lee have identified a use-after-free bug in the gadgetfs driver, involving processes concurrent...
CVE-2022-48870
- EPSS 0.02%
- Veröffentlicht 21.08.2024 07:15:04
- Zuletzt bearbeitet 06.09.2024 14:20:52
In the Linux kernel, the following vulnerability has been resolved: tty: fix possible null-ptr-defer in spk_ttyio_release Run the following tests on the qemu platform: syzkaller:~# modprobe speakup_audptr input: Speakup as /devices/virtual/input/...