CVE-2022-48848
- EPSS 0.05%
- Veröffentlicht 16.07.2024 13:15:12
- Zuletzt bearbeitet 21.11.2024 07:34:12
In the Linux kernel, the following vulnerability has been resolved: tracing/osnoise: Do not unregister events twice Nicolas reported that using: # trace-cmd record -e all -M 10 -p osnoise --poll Resulted in the following kernel warning: ------...
CVE-2022-48849
- EPSS 0.01%
- Veröffentlicht 16.07.2024 13:15:12
- Zuletzt bearbeitet 19.06.2025 13:15:21
In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: bypass tiling flag check in virtual display case (v2) vkms leverages common amdgpu framebuffer creation, and also as it does not support FB modifier, there is no need t...
CVE-2022-48850
- EPSS 0.02%
- Veröffentlicht 16.07.2024 13:15:12
- Zuletzt bearbeitet 21.11.2024 07:34:12
In the Linux kernel, the following vulnerability has been resolved: net-sysfs: add check for netdevice being present to speed_show When bringing down the netdevice or system shutdown, a panic can be triggered while accessing the sysfs path because ...
CVE-2022-48851
- EPSS 0.03%
- Veröffentlicht 16.07.2024 13:15:12
- Zuletzt bearbeitet 21.11.2024 07:34:12
In the Linux kernel, the following vulnerability has been resolved: staging: gdm724x: fix use after free in gdm_lte_rx() The netif_rx_ni() function frees the skb so we can't dereference it to save the skb->len.
CVE-2022-48852
- EPSS 0.03%
- Veröffentlicht 16.07.2024 13:15:12
- Zuletzt bearbeitet 21.11.2024 07:34:12
In the Linux kernel, the following vulnerability has been resolved: drm/vc4: hdmi: Unregister codec device on unbind On bind we will register the HDMI codec device but we don't unregister it on unbind, leading to a device leakage. Unregister our de...
CVE-2022-48853
- EPSS 0.01%
- Veröffentlicht 16.07.2024 13:15:12
- Zuletzt bearbeitet 24.01.2025 16:15:28
In the Linux kernel, the following vulnerability has been resolved: swiotlb: fix info leak with DMA_FROM_DEVICE The problem I'm addressing was discovered by the LTP test covering cve-2018-1000204. A short description of what happens follows: 1) Th...
CVE-2022-48854
- EPSS 0.07%
- Veröffentlicht 16.07.2024 13:15:12
- Zuletzt bearbeitet 21.11.2024 07:34:13
In the Linux kernel, the following vulnerability has been resolved: net: arc_emac: Fix use after free in arc_mdio_probe() If bus->state is equal to MDIOBUS_ALLOCATED, mdiobus_free(bus) will free the "bus". But bus->name is still used in the next li...
CVE-2022-48855
- EPSS 0.02%
- Veröffentlicht 16.07.2024 13:15:12
- Zuletzt bearbeitet 21.11.2024 07:34:13
In the Linux kernel, the following vulnerability has been resolved: sctp: fix kernel-infoleak for SCTP sockets syzbot reported a kernel infoleak [1] of 4 bytes. After analysis, it turned out r->idiag_expires is not initialized if inet_sctp_diag_fi...
CVE-2022-48856
- EPSS 0.02%
- Veröffentlicht 16.07.2024 13:15:12
- Zuletzt bearbeitet 21.11.2024 07:34:13
In the Linux kernel, the following vulnerability has been resolved: gianfar: ethtool: Fix refcount leak in gfar_get_ts_info The of_find_compatible_node() function returns a node pointer with refcount incremented, We should use of_node_put() on it w...
CVE-2022-48857
- EPSS 0.02%
- Veröffentlicht 16.07.2024 13:15:12
- Zuletzt bearbeitet 21.11.2024 07:34:13
In the Linux kernel, the following vulnerability has been resolved: NFC: port100: fix use-after-free in port100_send_complete Syzbot reported UAF in port100_send_complete(). The root case is in missing usb_kill_urb() calls on error handling path of...