Linux

Linux

8660 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.03%
  • Veröffentlicht 24.05.2024 15:15:22
  • Zuletzt bearbeitet 29.09.2025 17:04:08

In the Linux kernel, the following vulnerability has been resolved: io_uring: fail cancellation for EXITING tasks WARNING: CPU: 1 PID: 20 at fs/io_uring.c:6269 io_try_cancel_userdata+0x3c5/0x640 fs/io_uring.c:6269 CPU: 1 PID: 20 Comm: kworker/1:0 N...

  • EPSS 0.03%
  • Veröffentlicht 24.05.2024 15:15:21
  • Zuletzt bearbeitet 01.04.2025 18:32:52

In the Linux kernel, the following vulnerability has been resolved: ice: avoid bpf_prog refcount underflow Ice driver has the routines for managing XDP resources that are shared between ndo_bpf op and VSI rebuild flow. The latter takes place for ex...

  • EPSS 0.03%
  • Veröffentlicht 24.05.2024 15:15:21
  • Zuletzt bearbeitet 18.09.2025 15:41:08

In the Linux kernel, the following vulnerability has been resolved: scsi: mpt3sas: Fix kernel panic during drive powercycle test While looping over shost's sdev list it is possible that one of the drives is getting removed and its sas_target object...

  • EPSS 0.03%
  • Veröffentlicht 24.05.2024 15:15:21
  • Zuletzt bearbeitet 18.09.2025 15:41:41

In the Linux kernel, the following vulnerability has been resolved: proc/vmcore: fix clearing user buffer by properly using clear_user() To clear a user buffer we cannot simply use memset, we have to use clear_user(). With a virtio-mem device that...

  • EPSS 0.04%
  • Veröffentlicht 24.05.2024 15:15:21
  • Zuletzt bearbeitet 18.09.2025 15:47:52

In the Linux kernel, the following vulnerability has been resolved: powerpc/32: Fix hardlockup on vmap stack overflow Since the commit c118c7303ad5 ("powerpc/32: Fix vmap stack - Do not activate MMU before reading task struct") a vmap stack overflo...

  • EPSS 0.02%
  • Veröffentlicht 24.05.2024 15:15:20
  • Zuletzt bearbeitet 18.09.2025 15:11:36

In the Linux kernel, the following vulnerability has been resolved: sched/scs: Reset task stack state in bringup_cpu() To hot unplug a CPU, the idle task on that CPU calls a few layers of C code before finally leaving the kernel. When KASAN is in u...

  • EPSS 0.03%
  • Veröffentlicht 24.05.2024 15:15:20
  • Zuletzt bearbeitet 18.09.2025 15:28:53

In the Linux kernel, the following vulnerability has been resolved: net: vlan: fix underflow for the real_dev refcnt Inject error before dev_hold(real_dev) in register_vlan_dev(), and execute the following testcase: ip link add dev dummy1 type dum...

  • EPSS 0.03%
  • Veröffentlicht 24.05.2024 15:15:20
  • Zuletzt bearbeitet 18.09.2025 15:37:52

In the Linux kernel, the following vulnerability has been resolved: net: stmmac: Disable Tx queues when reconfiguring the interface The Tx queues were not disabled in situations where the driver needed to stop the interface to apply a new configura...

  • EPSS 0.04%
  • Veröffentlicht 24.05.2024 15:15:20
  • Zuletzt bearbeitet 18.09.2025 15:39:12

In the Linux kernel, the following vulnerability has been resolved: i2c: virtio: disable timeout handling If a timeout is hit, it can result is incorrect data on the I2C bus and/or memory corruptions in the guest since the device can still be opera...

  • EPSS 0.02%
  • Veröffentlicht 24.05.2024 15:15:19
  • Zuletzt bearbeitet 01.04.2025 18:41:53

In the Linux kernel, the following vulnerability has been resolved: net: tulip: de4x5: fix the problem that the array 'lp->phy[8]' may be out of bound In line 5001, if all id in the array 'lp->phy[8]' is not 0, when the 'for' end, the 'k' is 8. At...