CVE-2024-50262
- EPSS 0.27%
- 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-50244
- EPSS 0.22%
- Veröffentlicht 09.11.2024 11:15:10
- Zuletzt bearbeitet 03.11.2025 23:17:05
In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Additional check in ni_clear() Checking of NTFS_FLAGS_LOG_REPLAYING added to prevent access to uninitialized bitmap during replay process.
CVE-2024-50245
- EPSS 0.22%
- Veröffentlicht 09.11.2024 11:15:10
- Zuletzt bearbeitet 03.11.2025 23:17:05
In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Fix possible deadlock in mi_read Mutex lock with another subclass used in ni_lock_dir().
CVE-2024-50246
- EPSS 0.22%
- Veröffentlicht 09.11.2024 11:15:10
- Zuletzt bearbeitet 12.05.2026 13:16:19
In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Add rough attr alloc_size check
CVE-2024-50247
- EPSS 0.22%
- Veröffentlicht 09.11.2024 11:15:10
- Zuletzt bearbeitet 03.11.2025 23:17:05
In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Check if more than chunk-size bytes are written A incorrectly formatted chunk may decompress into more than LZNT_CHUNK_SIZE bytes and a index out of bounds will occur in ...
CVE-2024-50248
- EPSS 0.21%
- Veröffentlicht 09.11.2024 11:15:10
- Zuletzt bearbeitet 03.11.2025 21:17:11
In the Linux kernel, the following vulnerability has been resolved: ntfs3: Add bounds checking to mi_enum_attr() Added bounds checking to make sure that every attr don't stray beyond valid memory region.
CVE-2024-50249
- EPSS 0.22%
- Veröffentlicht 09.11.2024 11:15:10
- Zuletzt bearbeitet 03.11.2025 23:17:06
In the Linux kernel, the following vulnerability has been resolved: ACPI: CPPC: Make rmw_lock a raw_spin_lock The following BUG was triggered: ============================= [ BUG: Invalid wait context ] 6.12.0-rc2-XXX #406 Not tainted ------------...
CVE-2024-50251
- EPSS 0.53%
- 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-50232
- EPSS 0.25%
- 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: iio: adc: ad7124: fix division by zero in ad7124_set_channel_odr() In the ad7124_write_raw() function, parameter val can potentially be zero. This may lead to a division by zero wh...
CVE-2024-50233
- EPSS 0.27%
- 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 ...