CVE-2024-46729
- EPSS 0.05%
- Veröffentlicht 18.09.2024 07:15:03
- Zuletzt bearbeitet 26.09.2025 17:34:46
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix incorrect size calculation for loop [WHY] fe_clk_en has size of 5 but sizeof(fe_clk_en) has byte size 20 which is lager than the array size. [HOW] Divide byte...
CVE-2024-46713
- EPSS 0.02%
- Veröffentlicht 13.09.2024 15:15:15
- Zuletzt bearbeitet 03.11.2025 23:15:55
In the Linux kernel, the following vulnerability has been resolved: perf/aux: Fix AUX buffer serialization Ole reported that event->mmap_mutex is strictly insufficient to serialize the AUX buffer, add a per RB mutex to fully serialize it. Note tha...
CVE-2024-46702
- EPSS 0.03%
- Veröffentlicht 13.09.2024 07:15:05
- Zuletzt bearbeitet 03.11.2025 23:15:54
In the Linux kernel, the following vulnerability has been resolved: thunderbolt: Mark XDomain as unplugged when router is removed I noticed that when we do discrete host router NVM upgrade and it gets hot-removed from the PCIe side as a result of N...
CVE-2024-46705
- EPSS 0.03%
- Veröffentlicht 13.09.2024 07:15:05
- Zuletzt bearbeitet 19.09.2024 13:30:44
In the Linux kernel, the following vulnerability has been resolved: drm/xe: reset mmio mappings with devm Set our various mmio mappings to NULL. This should make it easier to catch something rogue trying to mess with mmio after device removal. For ...
CVE-2024-46707
- EPSS 0.02%
- Veröffentlicht 13.09.2024 07:15:05
- Zuletzt bearbeitet 03.11.2025 23:15:54
In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: Make ICC_*SGI*_EL1 undef in the absence of a vGICv3 On a system with a GICv3, if a guest hasn't been configured with GICv3 and that the host is not capable of GICv2 emu...
CVE-2024-46695
- EPSS 0%
- Veröffentlicht 13.09.2024 06:15:14
- Zuletzt bearbeitet 03.11.2025 23:15:54
In the Linux kernel, the following vulnerability has been resolved: selinux,smack: don't bypass permissions check in inode_setsecctx hook Marek Gresko reports that the root user on an NFS client is able to change the security labels on files on an ...
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-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 ...