CVE-2024-46765
- EPSS 0.01%
- Veröffentlicht 18.09.2024 08:15:04
- Zuletzt bearbeitet 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...
CVE-2024-46766
- EPSS 0.02%
- Veröffentlicht 18.09.2024 08:15:04
- Zuletzt bearbeitet 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...
CVE-2024-46767
- EPSS 0.07%
- Veröffentlicht 18.09.2024 08:15:04
- Zuletzt bearbeitet 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...
CVE-2024-46768
- EPSS 0.07%
- Veröffentlicht 18.09.2024 08:15:04
- Zuletzt bearbeitet 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...
CVE-2024-46769
- EPSS 0.13%
- Veröffentlicht 18.09.2024 08:15:04
- Zuletzt bearbeitet 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...
CVE-2024-46770
- EPSS 0.01%
- Veröffentlicht 18.09.2024 08:15:04
- Zuletzt bearbeitet 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...
CVE-2024-46735
- EPSS 0.01%
- Veröffentlicht 18.09.2024 08:15:03
- Zuletzt bearbeitet 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...
CVE-2024-46736
- EPSS 0.02%
- Veröffentlicht 18.09.2024 08:15:03
- Zuletzt bearbeitet 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...
CVE-2024-46737
- EPSS 0.01%
- Veröffentlicht 18.09.2024 08:15:03
- Zuletzt bearbeitet 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 ...
CVE-2024-46738
- EPSS 0.01%
- Veröffentlicht 18.09.2024 08:15:03
- Zuletzt bearbeitet 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...