Linux

Linux

9650 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.1%
  • Veröffentlicht 01.10.2025 12:15:56
  • Zuletzt bearbeitet 06.04.2026 13:13:19

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: Fix hci_suspend_sync crash If hci_unregister_dev() frees the hci_dev object but hci_suspend_notifier may still be accessing it, it can cause the program to crash. Here's...

  • EPSS 0.14%
  • Veröffentlicht 01.10.2025 12:15:56
  • Zuletzt bearbeitet 06.04.2026 13:09:49

In the Linux kernel, the following vulnerability has been resolved: scsi: ses: Fix slab-out-of-bounds in ses_intf_remove() A fix for: BUG: KASAN: slab-out-of-bounds in ses_intf_remove+0x23f/0x270 [ses] Read of size 8 at addr ffff88a10d32e5d8 by ta...

  • EPSS 0.14%
  • Veröffentlicht 01.10.2025 12:15:56
  • Zuletzt bearbeitet 06.04.2026 13:14:23

In the Linux kernel, the following vulnerability has been resolved: cgroup,freezer: hold cpu_hotplug_lock before freezer_mutex syzbot is reporting circular locking dependency between cpu_hotplug_lock and freezer_mutex, for commit f5d39b020809 ("fre...

  • EPSS 0.12%
  • Veröffentlicht 01.10.2025 12:15:56
  • Zuletzt bearbeitet 06.04.2026 13:20:35

In the Linux kernel, the following vulnerability has been resolved: can: gs_usb: fix time stamp counter initialization If the gs_usb device driver is unloaded (or unbound) before the interface is shut down, the USB stack first calls the struct usb_...

  • EPSS 0.16%
  • Veröffentlicht 01.10.2025 12:15:56
  • Zuletzt bearbeitet 06.04.2026 13:22:22

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: pcie: Fix integer overflow in iwl_write_to_user_buf An integer overflow occurs in the iwl_write_to_user_buf() function, which is called by the iwl_dbgfs_monitor_data...

  • EPSS 0.13%
  • Veröffentlicht 01.10.2025 12:15:55
  • Zuletzt bearbeitet 06.04.2026 14:45:24

In the Linux kernel, the following vulnerability has been resolved: io_uring: fix fget leak when fs don't support nowait buffered read Heming reported a BUG when using io_uring doing link-cp on ocfs2. [1] Do the following steps can reproduce this ...

  • EPSS 0.14%
  • Veröffentlicht 01.10.2025 12:15:55
  • Zuletzt bearbeitet 23.01.2026 20:07:02

In the Linux kernel, the following vulnerability has been resolved: scsi: mpt3sas: Fix a memory leak Add a forgotten kfree().

  • EPSS 0.14%
  • Veröffentlicht 01.10.2025 12:15:55
  • Zuletzt bearbeitet 06.04.2026 14:45:48

In the Linux kernel, the following vulnerability has been resolved: nbd: fix incomplete validation of ioctl arg We tested and found an alarm caused by nbd_ioctl arg without verification. The UBSAN warning calltrace like below: UBSAN: Undefined beh...

  • EPSS 0.14%
  • Veröffentlicht 01.10.2025 12:15:55
  • Zuletzt bearbeitet 23.01.2026 20:07:22

In the Linux kernel, the following vulnerability has been resolved: gpu: host1x: Fix memory leak of device names The device names allocated by dev_set_name() need be freed before module unloading, but they can not be freed because the kobject's ref...

  • EPSS 0.14%
  • Veröffentlicht 01.10.2025 12:15:55
  • Zuletzt bearbeitet 06.04.2026 13:04:25

In the Linux kernel, the following vulnerability has been resolved: virtio-mmio: don't break lifecycle of vm_dev vm_dev has a separate lifecycle because it has a 'struct device' embedded. Thus, having a release callback for it is correct. Allocati...