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 18.09.2024 08:15:04
  • Last modified 26.09.2024 13:24:29

In the Linux kernel, the following vulnerability has been resolved: ice: protect XDP configuration with a mutex The main threat to data consistency in ice_xdp() is a possible asynchronous PF reset. It can be triggered by a user or by TX timeout han...

  • EPSS 0.02%
  • Published 18.09.2024 08:15:04
  • Last modified 23.09.2024 16:15:23

In the Linux kernel, the following vulnerability has been resolved: ice: move netif_queue_set_napi to rtnl-protected sections Currently, netif_queue_set_napi() is called from ice_vsi_rebuild() that is not rtnl-locked when called from the reset. Thi...

  • EPSS 0.07%
  • Published 18.09.2024 08:15:04
  • Last modified 26.09.2025 18:20:46

In the Linux kernel, the following vulnerability has been resolved: net: phy: Fix missing of_node_put() for leds The call of of_get_child_by_name() will cause refcount incremented for leds, if it succeeds, it should call of_node_put() to decrease i...

  • EPSS 0.07%
  • Published 18.09.2024 08:15:04
  • Last modified 20.11.2024 18:19:35

In the Linux kernel, the following vulnerability has been resolved: hwmon: (hp-wmi-sensors) Check if WMI event data exists The BIOS can choose to return no event data in response to a WMI event, so the ACPI object passed to the WMI notify handler c...

  • EPSS 0.13%
  • Published 18.09.2024 08:15:04
  • Last modified 30.09.2024 12:44:27

In the Linux kernel, the following vulnerability has been resolved: spi: intel: Add check devm_kasprintf() returned value intel_spi_populate_chip() use devm_kasprintf() to set pdata->name. This can return a NULL pointer on failure but this returned...

  • EPSS 0.01%
  • Published 18.09.2024 08:15:04
  • Last modified 03.11.2025 23:15:59

In the Linux kernel, the following vulnerability has been resolved: ice: Add netif_device_attach/detach into PF reset flow Ethtool callbacks can be executed while reset is in progress and try to access deleted resources, e.g. getting coalesce setti...

  • EPSS 0.01%
  • Published 18.09.2024 08:15:03
  • Last modified 03.11.2025 23:15:57

In the Linux kernel, the following vulnerability has been resolved: ublk_drv: fix NULL pointer dereference in ublk_ctrl_start_recovery() When two UBLK_CMD_START_USER_RECOVERY commands are submitted, the first one sets 'ubq->ubq_daemon' to NULL, and...

  • EPSS 0.02%
  • Published 18.09.2024 08:15:03
  • Last modified 26.09.2025 17:44:45

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix double put of @cfile in smb2_rename_path() If smb2_set_path_attr() is called with a valid @cfile and returned -EINVAL, we need to call cifs_get_writable_path() aga...

  • EPSS 0.01%
  • Published 18.09.2024 08:15:03
  • Last modified 03.11.2025 23:15:57

In the Linux kernel, the following vulnerability has been resolved: nvmet-tcp: fix kernel crash if commands allocation fails If the commands allocation fails in nvmet_tcp_alloc_cmds() the kernel crashes in nvmet_tcp_release_queue_work() because of ...

  • EPSS 0.01%
  • Published 18.09.2024 08:15:03
  • Last modified 03.11.2025 23:15:57

In the Linux kernel, the following vulnerability has been resolved: VMCI: Fix use-after-free when removing resource in vmci_resource_remove() When removing a resource from vmci_resource_table in vmci_resource_remove(), the search is performed using...