CVE-2024-50247
- EPSS 0.04%
- 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.02%
- 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.02%
- 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.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-50232
- 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: 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.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-50242
- EPSS 0.02%
- 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: fs/ntfs3: Additional check in ntfs_file_release