CVE-2024-46685
- EPSS 0.02%
- Veröffentlicht 13.09.2024 06:15:13
- Zuletzt bearbeitet 03.11.2025 23:15:53
In the Linux kernel, the following vulnerability has been resolved: pinctrl: single: fix potential NULL dereference in pcs_get_function() pinmux_generic_get_function() can return NULL and the pointer 'function' was dereferenced without checking aga...
CVE-2024-46686
- EPSS 0.03%
- Veröffentlicht 13.09.2024 06:15:13
- Zuletzt bearbeitet 03.11.2025 23:15:53
In the Linux kernel, the following vulnerability has been resolved: smb/client: avoid dereferencing rdata=NULL in smb2_new_read_req() This happens when called from SMB2_read() while using rdma and reaching the rdma_readwrite_threshold.
CVE-2024-46687
- EPSS 0.04%
- Veröffentlicht 13.09.2024 06:15:13
- Zuletzt bearbeitet 14.09.2024 16:17:33
In the Linux kernel, the following vulnerability has been resolved: btrfs: fix a use-after-free when hitting errors inside btrfs_submit_chunk() [BUG] There is an internal report that KASAN is reporting use-after-free, with the following backtrace: ...
CVE-2024-46689
- EPSS 0.02%
- Veröffentlicht 13.09.2024 06:15:13
- Zuletzt bearbeitet 03.11.2025 23:15:53
In the Linux kernel, the following vulnerability has been resolved: soc: qcom: cmd-db: Map shared memory as WC, not WB Linux does not write into cmd-db region. This region of memory is write protected by XPU. XPU may sometime falsely detect clean c...
CVE-2024-46691
- EPSS 0.02%
- Veröffentlicht 13.09.2024 06:15:13
- Zuletzt bearbeitet 25.03.2026 11:16:08
In the Linux kernel, the following vulnerability has been resolved: usb: typec: ucsi: Move unregister out of atomic section Commit '9329933699b3 ("soc: qcom: pmic_glink: Make client-lock non-sleeping")' moved the pmic_glink client list under a spin...
CVE-2024-46675
- EPSS 0.01%
- Veröffentlicht 13.09.2024 06:15:12
- Zuletzt bearbeitet 03.11.2025 23:15:52
In the Linux kernel, the following vulnerability has been resolved: usb: dwc3: core: Prevent USB core invalid event buffer address access This commit addresses an issue where the USB core could access an invalid event buffer address during runtime ...
CVE-2024-46676
- EPSS 0.01%
- Veröffentlicht 13.09.2024 06:15:12
- Zuletzt bearbeitet 03.11.2025 23:15:52
In the Linux kernel, the following vulnerability has been resolved: nfc: pn533: Add poll mod list filling check In case of im_protocols value is 1 and tm_protocols value is 0 this combination successfully passes the check 'if (!im_protocols && !tm_...
CVE-2024-46677
- EPSS 0.01%
- Veröffentlicht 13.09.2024 06:15:12
- Zuletzt bearbeitet 03.11.2025 23:15:53
In the Linux kernel, the following vulnerability has been resolved: gtp: fix a potential NULL pointer dereference When sockfd_lookup() fails, gtp_encap_enable_socket() returns a NULL pointer, but its callers only check for error pointers thus miss ...
CVE-2024-46678
- EPSS 0.01%
- Veröffentlicht 13.09.2024 06:15:12
- Zuletzt bearbeitet 23.09.2024 14:44:12
In the Linux kernel, the following vulnerability has been resolved: bonding: change ipsec_lock from spin lock to mutex In the cited commit, bond->ipsec_lock is added to protect ipsec_list, hence xdo_dev_state_add and xdo_dev_state_delete are called...
CVE-2024-46679
- EPSS 0.01%
- Veröffentlicht 13.09.2024 06:15:12
- Zuletzt bearbeitet 12.05.2026 12:17:11
In the Linux kernel, the following vulnerability has been resolved: ethtool: check device is present when getting link settings A sysfs reader can race with a device reset or removal, attempting to read device state when the device is not actually ...