Linux

Linux Kernel

12474 vulnerabilities found.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.01%
  • Published 04.09.2024 20:15:07
  • Last modified 03.11.2025 23:15:46

In the Linux kernel, the following vulnerability has been resolved: ipv6: prevent possible UAF in ip6_xmit() If skb_expand_head() returns NULL, skb has been freed and the associated dst/idev could also have been freed. We must use rcu_read_lock() ...

  • EPSS 0.02%
  • Published 04.09.2024 20:15:07
  • Last modified 03.11.2025 23:15:46

In the Linux kernel, the following vulnerability has been resolved: ipv6: fix possible UAF in ip6_finish_output2() If skb_expand_head() returns NULL, skb has been freed and associated dst/idev could also have been freed. We need to hold rcu_read_l...

  • EPSS 0.02%
  • Published 04.09.2024 20:15:07
  • Last modified 03.11.2025 23:15:46

In the Linux kernel, the following vulnerability has been resolved: ipv6: prevent UAF in ip6_send_skb() syzbot reported an UAF in ip6_send_skb() [1] After ip6_local_out() has returned, we no longer can safely dereference rt, unless we hold rcu_rea...

  • EPSS 0.02%
  • Published 04.09.2024 20:15:07
  • Last modified 03.11.2025 23:15:46

In the Linux kernel, the following vulnerability has been resolved: net: dsa: mv88e6xxx: Fix out-of-bound access If an ATU violation was caused by a CPU Load operation, the SPID could be larger than DSA_MAX_PORTS (the size of mv88e6xxx_chip.ports[]...

  • EPSS 0.03%
  • Published 04.09.2024 19:15:31
  • Last modified 03.11.2025 23:15:44

In the Linux kernel, the following vulnerability has been resolved: binfmt_flat: Fix corruption when not offsetting data start Commit 04d82a6d0881 ("binfmt_flat: allow not offsetting data start") introduced a RISC-V specific variant of the FLAT for...

  • EPSS 0.03%
  • Published 04.09.2024 19:15:31
  • Last modified 03.11.2025 23:15:44

In the Linux kernel, the following vulnerability has been resolved: drm/mgag200: Bind I2C lifetime to DRM device Managed cleanup with devm_add_action_or_reset() will release the I2C adapter when the underlying Linux device goes away. But the connec...

  • EPSS 0.02%
  • Published 04.09.2024 19:15:31
  • Last modified 03.11.2025 23:15:45

In the Linux kernel, the following vulnerability has been resolved: tick/broadcast: Move per CPU pointer access into the atomic section The recent fix for making the take over of the broadcast timer more reliable retrieves a per CPU pointer in pree...

  • EPSS 0.01%
  • Published 04.09.2024 19:15:31
  • Last modified 03.11.2025 23:15:45

In the Linux kernel, the following vulnerability has been resolved: s390/sclp: Prevent release of buffer in I/O When a task waiting for completion of a Store Data operation is interrupted, an attempt is made to halt this operation. If this attempt ...

  • EPSS 0.02%
  • Published 04.09.2024 19:15:31
  • Last modified 03.11.2025 23:15:45

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: SHAMPO, Fix invalid WQ linked list unlink When all the strides in a WQE have been consumed, the WQE is unlinked from the WQ linked list (mlx5_wq_ll_pop()). For SHAMPO, i...

  • EPSS 0.02%
  • Published 04.09.2024 19:15:31
  • Last modified 03.11.2025 23:15:45

In the Linux kernel, the following vulnerability has been resolved: net: dsa: bcm_sf2: Fix a possible memory leak in bcm_sf2_mdio_register() bcm_sf2_mdio_register() calls of_phy_find_device() and then phy_device_remove() in a loop to remove existin...