CVE-2024-27405
- EPSS 1.29%
- 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.22%
- 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.22%
- 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...
CVE-2024-21823
- EPSS 0.2%
- Veröffentlicht 16.05.2024 21:16:03
- Zuletzt bearbeitet 15.04.2026 00:35:42
Hardware logic with insecure de-synchronization in Intel(R) DSA and Intel(R) IAA for some Intel(R) 4th or 5th generation Xeon(R) processors may allow an authorized user to potentially enable escalation of privilege local access
CVE-2024-25743
- EPSS 0.25%
- Veröffentlicht 15.05.2024 18:15:10
- Zuletzt bearbeitet 15.04.2026 00:35:42
In the Linux kernel through 6.9, an untrusted hypervisor can inject virtual interrupts 0 and 14 at any point in time and can trigger the SIGFPE signal handler in userspace applications. This affects AMD SEV-SNP and AMD SEV-ES.
CVE-2024-27401
- EPSS 0.3%
- 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.26%
- 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-27399
- EPSS 0.3%
- 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-2023-52655
- EPSS 0.27%
- 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.3%
- 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.