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-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-2024-27401
- EPSS 0.01%
- Veröffentlicht 14.05.2024 15:12:29
- Zuletzt bearbeitet 22.01.2026 20:39:28
In the Linux kernel, the following vulnerability has been resolved: firewire: nosy: ensure user_length is taken into account when fetching packet contents Ensure that packet_buffer_get respects the user_length provided. If the length of the head pa...
- EPSS 0.04%
- Veröffentlicht 14.05.2024 15:12:28
- Zuletzt bearbeitet 12.05.2026 12:16:32
In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: use timestamp to check for set element timeout Add a timestamp field at the beginning of the transaction, store it in the nftables per-netns area. Update set...
CVE-2024-27398
- EPSS 0.71%
- Veröffentlicht 14.05.2024 15:12:28
- Zuletzt bearbeitet 22.01.2026 20:37:07
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: Fix use-after-free bugs caused by sco_sock_timeout When the sco connection is established and then, the sco socket is releasing, timeout_work will be scheduled to judge ...
CVE-2024-27399
- EPSS 0.01%
- Veröffentlicht 14.05.2024 15:12:28
- Zuletzt bearbeitet 22.01.2026 20:37:12
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: l2cap: fix null-ptr-deref in l2cap_chan_timeout There is a race condition between l2cap_chan_timeout() and l2cap_chan_del(). When we use l2cap_chan_del() to delete the c...
CVE-2024-27395
- EPSS 0.02%
- Veröffentlicht 14.05.2024 15:12:27
- Zuletzt bearbeitet 12.05.2026 12:16:32
In the Linux kernel, the following vulnerability has been resolved: net: openvswitch: Fix Use-After-Free in ovs_ct_exit Since kfree_rcu, which is called in the hlist_for_each_entry_rcu traversal of ovs_ct_limit_exit, is not part of the RCU read cri...
CVE-2024-27396
- EPSS 0.02%
- Veröffentlicht 14.05.2024 15:12:27
- Zuletzt bearbeitet 12.05.2026 12:16:32
In the Linux kernel, the following vulnerability has been resolved: net: gtp: Fix Use-After-Free in gtp_dellink Since call_rcu, which is called in the hlist_for_each_entry_rcu traversal of gtp_dellink, is not part of the RCU read critical section, ...
CVE-2023-52655
- EPSS 0.01%
- Veröffentlicht 14.05.2024 14:23:13
- Zuletzt bearbeitet 18.09.2025 17:08:40
In the Linux kernel, the following vulnerability has been resolved: usb: aqc111: check packet for fixup for true limit If a device sends a packet that is inbetween 0 and sizeof(u64) the value passed to skb_trim() as length will wrap around ending u...
CVE-2023-52656
- EPSS 0.01%
- Veröffentlicht 14.05.2024 14:23:13
- Zuletzt bearbeitet 23.12.2025 18:56:05
In the Linux kernel, the following vulnerability has been resolved: io_uring: drop any code related to SCM_RIGHTS This is dead code after we dropped support for passing io_uring fds over SCM_RIGHTS, get rid of it.