Linux

Linux Kernel

12378 vulnerabilities found.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.05%
  • Published 16.07.2024 13:15:12
  • Last modified 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: ------...

  • EPSS 0.01%
  • Published 16.07.2024 13:15:12
  • Last modified 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...

  • EPSS 0.02%
  • Published 16.07.2024 13:15:12
  • Last modified 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 ...

  • EPSS 0.03%
  • Published 16.07.2024 13:15:12
  • Last modified 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.

  • EPSS 0.03%
  • Published 16.07.2024 13:15:12
  • Last modified 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...

  • EPSS 0.01%
  • Published 16.07.2024 13:15:12
  • Last modified 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...

  • EPSS 0.07%
  • Published 16.07.2024 13:15:12
  • Last modified 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...

  • EPSS 0.02%
  • Published 16.07.2024 13:15:12
  • Last modified 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...

  • EPSS 0.02%
  • Published 16.07.2024 13:15:12
  • Last modified 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...

  • EPSS 0.02%
  • Published 16.07.2024 13:15:12
  • Last modified 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...