Linux

Linux Kernel

12162 vulnerabilities found.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.04%
  • Published 16.08.2025 11:34:20
  • Last modified 28.08.2025 15:15:52

In the Linux kernel, the following vulnerability has been resolved: mptcp: plug races between subflow fail and subflow creation We have races similar to the one addressed by the previous patch between subflow failing and additional subflow creation...

  • EPSS 0.02%
  • Published 16.08.2025 11:34:19
  • Last modified 18.08.2025 20:16:28

In the Linux kernel, the following vulnerability has been resolved: virtio-net: fix recursived rtnl_lock() during probe() The deadlock appears in a stack trace like: virtnet_probe() rtnl_lock() virtio_config_changed_work() netdev_n...

  • EPSS 0.04%
  • Published 16.08.2025 11:34:18
  • Last modified 28.08.2025 15:15:52

In the Linux kernel, the following vulnerability has been resolved: ipv6: mcast: Delay put pmc->idev in mld_del_delrec() pmc->idev is still used in ip6_mc_clear_src(), so as mld_clear_delrec() does, the reference should be put after ip6_mc_clear_sr...

  • EPSS 0.02%
  • Published 16.08.2025 11:34:17
  • Last modified 18.08.2025 20:16:28

In the Linux kernel, the following vulnerability has been resolved: efivarfs: Fix memory leak of efivarfs_fs_info in fs_context error paths When processing mount options, efivarfs allocates efivarfs_fs_info (sfi) early in fs_context initialization....

  • EPSS 0.04%
  • Published 16.08.2025 11:34:16
  • Last modified 28.08.2025 15:15:52

In the Linux kernel, the following vulnerability has been resolved: hwmon: (corsair-cpro) Validate the size of the received input buffer Add buffer_recv_size to store the size of the received bytes. Validate buffer_recv_size in send_usb_cmd().

  • EPSS 0.02%
  • Published 16.08.2025 11:34:15
  • Last modified 18.08.2025 20:16:28

In the Linux kernel, the following vulnerability has been resolved: iio: adc: axp20x_adc: Add missing sentinel to AXP717 ADC channel maps The AXP717 ADC channel maps is missing a sentinel entry at the end. This causes a KASAN warning. Add the miss...

  • EPSS 0.04%
  • Published 16.08.2025 11:22:20
  • Last modified 18.08.2025 20:16:28

In the Linux kernel, the following vulnerability has been resolved: atm: clip: Fix memory leak of struct clip_vcc. ioctl(ATMARP_MKIP) allocates struct clip_vcc and set it to vcc->user_back. The code assumes that vcc_destroy_socket() passes NULL sk...

  • EPSS 0.02%
  • Published 16.08.2025 11:22:19
  • Last modified 18.08.2025 20:16:28

In the Linux kernel, the following vulnerability has been resolved: net: ethernet: ti: am65-cpsw-nuss: Fix skb size by accounting for skb_shared_info While transitioning from netdev_alloc_ip_align() to build_skb(), memory for the "skb_shared_info" ...

  • EPSS 0.03%
  • Published 16.08.2025 11:22:18
  • Last modified 18.08.2025 20:16:28

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix bug due to prealloc collision When userspace is using AF_RXRPC to provide a server, it has to preallocate incoming calls and assign to them call IDs that will be used to...

  • EPSS 0.03%
  • Published 16.08.2025 11:22:17
  • Last modified 18.08.2025 20:16:28

In the Linux kernel, the following vulnerability has been resolved: drm/tegra: nvdec: Fix dma_alloc_coherent error check Check for NULL return value with dma_alloc_coherent, in line with Robin's fix for vic.c in 'drm/tegra: vic: Fix DMA API misuse'...