CVE-2024-57902
- EPSS 0.01%
- Veröffentlicht 15.01.2025 13:15:14
- Zuletzt bearbeitet 12.05.2026 13:16:23
In the Linux kernel, the following vulnerability has been resolved: af_packet: fix vlan_get_tci() vs MSG_PEEK Blamed commit forgot MSG_PEEK case, allowing a crash [1] as found by syzbot. Rework vlan_get_tci() to not touch skb at all, so that it ca...
CVE-2024-57889
- EPSS 0.01%
- Veröffentlicht 15.01.2025 13:15:13
- Zuletzt bearbeitet 03.11.2025 21:18:37
In the Linux kernel, the following vulnerability has been resolved: pinctrl: mcp23s08: Fix sleeping in atomic context due to regmap locking If a device uses MCP23xxx IO expander to receive IRQs, the following bug can happen: BUG: sleeping functi...
CVE-2024-57890
- EPSS 0.01%
- Veröffentlicht 15.01.2025 13:15:13
- Zuletzt bearbeitet 03.11.2025 21:18:38
In the Linux kernel, the following vulnerability has been resolved: RDMA/uverbs: Prevent integer overflow issue In the expression "cmd.wqe_size * cmd.wr_count", both variables are u32 values that come from the user so the multiplication can lead to...
CVE-2024-57892
- EPSS 0.02%
- Veröffentlicht 15.01.2025 13:15:13
- Zuletzt bearbeitet 03.11.2025 21:18:38
In the Linux kernel, the following vulnerability has been resolved: ocfs2: fix slab-use-after-free due to dangling pointer dqi_priv When mounting ocfs2 and then remounting it as read-only, a slab-use-after-free occurs after the user uses a syscall ...
CVE-2024-57884
- EPSS 0.01%
- Veröffentlicht 15.01.2025 13:15:12
- Zuletzt bearbeitet 03.11.2025 21:18:37
In the Linux kernel, the following vulnerability has been resolved: mm: vmscan: account for free pages to prevent infinite Loop in throttle_direct_reclaim() The task sometimes continues looping in throttle_direct_reclaim() because allow_direct_recl...
CVE-2024-57802
- EPSS 0.01%
- Veröffentlicht 15.01.2025 13:15:11
- Zuletzt bearbeitet 03.11.2025 21:18:34
In the Linux kernel, the following vulnerability has been resolved: netrom: check buffer length before accessing it Syzkaller reports an uninit value read from ax25cmp when sending raw message through ieee802154 implementation. ===================...
CVE-2024-57849
- EPSS 0.02%
- Veröffentlicht 11.01.2025 15:15:07
- Zuletzt bearbeitet 03.11.2025 21:18:36
In the Linux kernel, the following vulnerability has been resolved: s390/cpum_sf: Handle CPU hotplug remove during sampling CPU hotplug remove handling triggers the following function call sequence: CPUHP_AP_PERF_S390_SF_ONLINE --> s390_pmu_sf...
CVE-2024-57850
- EPSS 0.02%
- Veröffentlicht 11.01.2025 15:15:07
- Zuletzt bearbeitet 03.11.2025 21:18:36
In the Linux kernel, the following vulnerability has been resolved: jffs2: Prevent rtime decompress memory corruption The rtime decompression routine does not fully check bounds during the entirety of the decompression pass and can corrupt memory o...
CVE-2024-57807
- EPSS 0.01%
- Veröffentlicht 11.01.2025 13:15:30
- Zuletzt bearbeitet 03.11.2025 21:18:34
In the Linux kernel, the following vulnerability has been resolved: scsi: megaraid_sas: Fix for a potential deadlock This fixes a 'possible circular locking dependency detected' warning CPU0 CPU1 ---- ...
CVE-2024-55916
- EPSS 0.01%
- Veröffentlicht 11.01.2025 13:15:28
- Zuletzt bearbeitet 03.11.2025 21:17:50
In the Linux kernel, the following vulnerability has been resolved: Drivers: hv: util: Avoid accessing a ringbuffer not initialized yet If the KVP (or VSS) daemon starts before the VMBus channel's ringbuffer is fully initialized, we can hit the pan...