CVE-2024-50262
- EPSS 0.03%
- Veröffentlicht 09.11.2024 11:15:11
- Zuletzt bearbeitet 12.05.2026 13:16:20
In the Linux kernel, the following vulnerability has been resolved: bpf: Fix out-of-bounds write in trie_get_next_key() trie_get_next_key() allocates a node stack with size trie->max_prefixlen, while it writes (trie->max_prefixlen + 1) nodes to the...
CVE-2024-50251
- EPSS 0.37%
- Veröffentlicht 09.11.2024 11:15:10
- Zuletzt bearbeitet 12.05.2026 13:16:20
In the Linux kernel, the following vulnerability has been resolved: netfilter: nft_payload: sanitize offset and length before calling skb_checksum() If access to offset + length is larger than the skbuff length, then skb_checksum() triggers BUG_ON(...
CVE-2024-50233
- EPSS 0.02%
- Veröffentlicht 09.11.2024 11:15:09
- Zuletzt bearbeitet 03.11.2025 23:17:04
In the Linux kernel, the following vulnerability has been resolved: staging: iio: frequency: ad9832: fix division by zero in ad9832_calc_freqreg() In the ad9832_write_frequency() function, clk_get_rate() might return 0. This can lead to a division ...
- EPSS 0.01%
- Veröffentlicht 09.11.2024 11:15:09
- Zuletzt bearbeitet 03.11.2025 23:17:04
In the Linux kernel, the following vulnerability has been resolved: wifi: iwlegacy: Clear stale interrupts before resuming device iwl4965 fails upon resume from hibernation on my laptop. The reason seems to be a stale interrupt which isn't being cl...
CVE-2024-50236
- EPSS 0.01%
- Veröffentlicht 09.11.2024 11:15:09
- Zuletzt bearbeitet 03.11.2025 23:17:04
In the Linux kernel, the following vulnerability has been resolved: wifi: ath10k: Fix memory leak in management tx In the current logic, memory is allocated for storing the MSDU context during management packet TX but this memory is not being freed...
CVE-2024-50237
- EPSS 0.01%
- Veröffentlicht 09.11.2024 11:15:09
- Zuletzt bearbeitet 03.11.2025 23:17:05
In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: do not pass a stopped vif to the driver in .get_txpower Avoid potentially crashing in the driver because of uninitialized private data
CVE-2024-50229
- EPSS 0.01%
- Veröffentlicht 09.11.2024 11:15:08
- Zuletzt bearbeitet 03.11.2025 23:17:03
In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix potential deadlock with newly created symlinks Syzbot reported that page_symlink(), called by nilfs_symlink(), triggers memory reclamation involving the filesystem laye...
CVE-2024-50230
- EPSS 0.01%
- Veröffentlicht 09.11.2024 11:15:08
- Zuletzt bearbeitet 03.11.2025 23:17:03
In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix kernel bug due to missing clearing of checked flag Syzbot reported that in directory operations after nilfs2 detects filesystem corruption and degrades to read-only, __...
CVE-2024-50218
- EPSS 0.02%
- Veröffentlicht 09.11.2024 11:15:07
- Zuletzt bearbeitet 03.11.2025 23:17:03
In the Linux kernel, the following vulnerability has been resolved: ocfs2: pass u64 to ocfs2_truncate_inline maybe overflow Syzbot reported a kernel BUG in ocfs2_truncate_inline. There are two reasons for this: first, the parameter value passed is...
CVE-2024-50194
- EPSS 0.02%
- Veröffentlicht 08.11.2024 06:15:16
- Zuletzt bearbeitet 03.11.2025 23:17:00
In the Linux kernel, the following vulnerability has been resolved: arm64: probes: Fix uprobes for big-endian kernels The arm64 uprobes code is broken for big-endian kernels as it doesn't convert the in-memory instruction encoding (which is always ...