CVE-2024-27413
- EPSS 0.02%
- Veröffentlicht 17.05.2024 12:15:12
- Zuletzt bearbeitet 17.12.2025 19:39:10
In the Linux kernel, the following vulnerability has been resolved: efi/capsule-loader: fix incorrect allocation size gcc-14 notices that the allocation with sizeof(void) on 32-bit architectures is not enough for a 64-bit phys_addr_t: drivers/firm...
CVE-2024-27414
- EPSS 0.02%
- Veröffentlicht 17.05.2024 12:15:12
- Zuletzt bearbeitet 17.12.2025 19:38:47
In the Linux kernel, the following vulnerability has been resolved: rtnetlink: fix error logic of IFLA_BRIDGE_FLAGS writing back In the commit d73ef2d69c0d ("rtnetlink: let rtnl_bridge_setlink checks IFLA_BRIDGE_MODE length"), an adjustment was mad...
CVE-2024-27415
- EPSS 0%
- Veröffentlicht 17.05.2024 12:15:12
- Zuletzt bearbeitet 26.09.2025 17:05:08
In the Linux kernel, the following vulnerability has been resolved: netfilter: bridge: confirm multicast packets before passing them up the stack conntrack nf_confirm logic cannot handle cloned skbs referencing the same nf_conn entry, which will ha...
CVE-2024-27407
- EPSS 0.02%
- Veröffentlicht 17.05.2024 12:15:11
- Zuletzt bearbeitet 03.11.2025 21:16:08
In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Fixed overflow check in mi_enum_attr()
CVE-2024-27408
- EPSS 0.01%
- Veröffentlicht 17.05.2024 12:15:11
- Zuletzt bearbeitet 18.09.2025 17:31:49
In the Linux kernel, the following vulnerability has been resolved: dmaengine: dw-edma: eDMA: Add sync read before starting the DMA transfer in remote setup The Linked list element and pointer are not stored in the same memory as the eDMA controlle...
CVE-2024-27410
- EPSS 0.01%
- Veröffentlicht 17.05.2024 12:15:11
- Zuletzt bearbeitet 17.12.2025 19:42:57
In the Linux kernel, the following vulnerability has been resolved: wifi: nl80211: reject iftype change with mesh ID change It's currently possible to change the mesh ID when the interface isn't yet in mesh mode, at the same time as changing it int...
CVE-2024-27403
- EPSS 0.02%
- Veröffentlicht 17.05.2024 12:15:10
- Zuletzt bearbeitet 18.09.2025 17:28:55
In the Linux kernel, the following vulnerability has been resolved: netfilter: nft_flow_offload: reset dst in route object after setting up flow dst is transferred to the flow object, route object does not own it anymore. Reset dst in route object...
CVE-2024-27405
- EPSS 0.23%
- Veröffentlicht 17.05.2024 12:15:10
- Zuletzt bearbeitet 08.04.2025 15:53:55
In the Linux kernel, the following vulnerability has been resolved: usb: gadget: ncm: Avoid dropping datagrams of properly parsed NTBs It is observed sometimes when tethering is used over NCM with Windows 11 as host, at some instances, the gadget_g...
CVE-2023-52657
- EPSS 0.04%
- Veröffentlicht 17.05.2024 12:15:09
- Zuletzt bearbeitet 18.09.2025 17:07:34
In the Linux kernel, the following vulnerability has been resolved: Revert "drm/amd/pm: resolve reboot exception for si oland" This reverts commit e490d60a2f76bff636c68ce4fe34c1b6c34bbd86. This causes hangs on SI when DC is enabled and errors on d...
CVE-2024-27402
- EPSS 0.02%
- Veröffentlicht 17.05.2024 12:15:09
- Zuletzt bearbeitet 18.09.2025 17:26:45
In the Linux kernel, the following vulnerability has been resolved: phonet/pep: fix racy skb_queue_empty() use The receive queues are protected by their respective spin-lock, not the socket lock. This could lead to skb_peek() unexpectedly returning...