CVE-2024-46768
- EPSS 0.02%
- 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.01%
- 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.02%
- 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...
CVE-2024-46739
- EPSS 0.01%
- Veröffentlicht 18.09.2024 08:15:03
- Zuletzt bearbeitet 03.11.2025 23:15:58
In the Linux kernel, the following vulnerability has been resolved: uio_hv_generic: Fix kernel NULL pointer dereference in hv_uio_rescind For primary VM Bus channels, primary_channel pointer is always NULL. This pointer is valid only for the second...
CVE-2024-46740
- EPSS 0.02%
- Veröffentlicht 18.09.2024 08:15:03
- Zuletzt bearbeitet 03.11.2025 23:15:58
In the Linux kernel, the following vulnerability has been resolved: binder: fix UAF caused by offsets overwrite Binder objects are processed and copied individually into the target buffer during transactions. Any raw data in-between these objects i...
CVE-2024-46741
- EPSS 0.05%
- Veröffentlicht 18.09.2024 08:15:03
- Zuletzt bearbeitet 20.09.2024 18:33:27
In the Linux kernel, the following vulnerability has been resolved: misc: fastrpc: Fix double free of 'buf' in error path smatch warning: drivers/misc/fastrpc.c:1926 fastrpc_req_mmap() error: double free of 'buf' In fastrpc_req_mmap() error path, ...