Linux

Linux Kernel

14022 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.01%
  • Veröffentlicht 19.06.2024 15:15:53
  • Zuletzt bearbeitet 21.11.2024 06:36:37

In the Linux kernel, the following vulnerability has been resolved: mptcp: never allow the PM to close a listener subflow Currently, when deleting an endpoint the netlink PM treverses all the local MPTCP sockets, regardless of their status. If an ...

  • EPSS 0.01%
  • Veröffentlicht 19.06.2024 15:15:52
  • Zuletzt bearbeitet 21.11.2024 06:36:35

In the Linux kernel, the following vulnerability has been resolved: scsi: scsi_debug: Sanity check block descriptor length in resp_mode_select() In resp_mode_select() sanity check the block descriptor len to avoid UAF. BUG: KASAN: use-after-free i...

  • EPSS 0.01%
  • Veröffentlicht 19.06.2024 15:15:52
  • Zuletzt bearbeitet 29.09.2025 17:17:13

In the Linux kernel, the following vulnerability has been resolved: io-wq: check for wq exit after adding new worker task_work We check IO_WQ_BIT_EXIT before attempting to create a new worker, and wq exit cancels pending work if we have any. But it...

  • EPSS 0.02%
  • Veröffentlicht 19.06.2024 15:15:52
  • Zuletzt bearbeitet 21.11.2024 06:36:35

In the Linux kernel, the following vulnerability has been resolved: scsi: scsi_debug: Don't call kcalloc() if size arg is zero If the size arg to kcalloc() is zero, it returns ZERO_SIZE_PTR. Because of that, for a following NULL pointer check to w...

  • EPSS 0.01%
  • Veröffentlicht 19.06.2024 15:15:52
  • Zuletzt bearbeitet 29.09.2025 17:15:51

In the Linux kernel, the following vulnerability has been resolved: ovl: fix warning in ovl_create_real() Syzbot triggered the following warning in ovl_workdir_create() -> ovl_create_real(): if (!err && WARN_ON(!newdentry->d_inode)) { The reason...

  • EPSS 0.02%
  • Veröffentlicht 19.06.2024 15:15:52
  • Zuletzt bearbeitet 01.04.2025 18:27:26

In the Linux kernel, the following vulnerability has been resolved: scsi: scsi_debug: Fix type in min_t to avoid stack OOB Change min_t() to use type "u32" instead of type "int" to avoid stack out of bounds. With min_t() type "int" the values get s...

  • EPSS 0.01%
  • Veröffentlicht 19.06.2024 15:15:52
  • Zuletzt bearbeitet 29.09.2025 17:14:35

In the Linux kernel, the following vulnerability has been resolved: USB: core: Make do_proc_control() and do_proc_bulk() killable The USBDEVFS_CONTROL and USBDEVFS_BULK ioctls invoke usb_start_wait_urb(), which contains an uninterruptible wait with...

  • EPSS 0.01%
  • Veröffentlicht 19.06.2024 15:15:52
  • Zuletzt bearbeitet 21.11.2024 06:36:35

In the Linux kernel, the following vulnerability has been resolved: media: mxl111sf: change mutex_init() location Syzbot reported, that mxl111sf_ctrl_msg() uses uninitialized mutex. The problem was in wrong mutex_init() location. Previous mutex_in...

  • EPSS 0.02%
  • Veröffentlicht 19.06.2024 15:15:52
  • Zuletzt bearbeitet 21.11.2024 06:36:36

In the Linux kernel, the following vulnerability has been resolved: iocost: Fix divide-by-zero on donation from low hweight cgroup The donation calculation logic assumes that the donor has non-zero after-donation hweight, so the lowest active hweig...

  • EPSS 0.17%
  • Veröffentlicht 19.06.2024 14:15:21
  • Zuletzt bearbeitet 04.11.2025 18:16:28

In the Linux kernel, the following vulnerability has been resolved: ipv6: sr: fix invalid unregister error path The error path of seg6_init() is wrong in case CONFIG_IPV6_SEG6_LWTUNNEL is not defined. In that case if seg6_hmac_init() fails, the gen...