CVE-2023-53200
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:21:28
- Zuletzt bearbeitet 04.12.2025 15:07:32
In the Linux kernel, the following vulnerability has been resolved: netfilter: x_tables: fix percpu counter block leak on error path when creating new netns Here is the stack where we allocate percpu counter block: +-< __alloc_percpu +-< xt_...
CVE-2023-53199
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:21:27
- Zuletzt bearbeitet 03.12.2025 19:39:44
In the Linux kernel, the following vulnerability has been resolved: wifi: ath9k: hif_usb: clean up skbs if ath9k_hif_usb_rx_stream() fails Syzkaller detected a memory leak of skbs in ath9k_hif_usb_rx_stream(). While processing skbs in ath9k_hif_usb...
- EPSS -
- Veröffentlicht 15.09.2025 14:21:26
- Zuletzt bearbeitet 16.09.2025 10:15:36
Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.
CVE-2022-50286
- EPSS 0.01%
- Veröffentlicht 15.09.2025 14:21:22
- Zuletzt bearbeitet 23.12.2025 17:15:45
In the Linux kernel, the following vulnerability has been resolved: ext4: fix delayed allocation bug in ext4_clu_mapped for bigalloc + inline When converting files with inline data to extents, delayed allocations made on a file system created with ...
CVE-2022-50279
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:21:16
- Zuletzt bearbeitet 03.12.2025 19:18:01
In the Linux kernel, the following vulnerability has been resolved: wifi: rtlwifi: Fix global-out-of-bounds bug in _rtl8812ae_phy_set_txpower_limit() There is a global-out-of-bounds reported by KASAN: BUG: KASAN: global-out-of-bounds in _rtl88...
CVE-2022-50273
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:21:09
- Zuletzt bearbeitet 03.12.2025 18:20:36
In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to do sanity check on destination blkaddr during recovery As Wenqing Liu reported in bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=216456 loop5: detected capaci...
CVE-2022-50267
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:21:03
- Zuletzt bearbeitet 03.12.2025 18:15:12
In the Linux kernel, the following vulnerability has been resolved: mmc: rtsx_pci: fix return value check of mmc_add_host() mmc_add_host() may return error, if we ignore its return value, the memory that allocated in mmc_alloc_host() will be leaked...
CVE-2022-50266
- EPSS 0.01%
- Veröffentlicht 15.09.2025 14:21:02
- Zuletzt bearbeitet 02.12.2025 19:27:30
In the Linux kernel, the following vulnerability has been resolved: kprobes: Fix check for probe enabled in kill_kprobe() In kill_kprobe(), the check whether disarm_kprobe_ftrace() needs to be called always fails. This is because before that we set...
CVE-2022-50262
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:20:58
- Zuletzt bearbeitet 02.12.2025 19:20:01
In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Validate BOOT record_size When the NTFS BOOT record_size field < 0, it represents a shift value. However, there is no sanity check on the shift result and the sbi->record...
CVE-2023-53198
- EPSS 0.01%
- Veröffentlicht 15.09.2025 14:06:47
- Zuletzt bearbeitet 02.12.2025 19:19:05
In the Linux kernel, the following vulnerability has been resolved: raw: Fix NULL deref in raw_get_next(). Dae R. Jeong reported a NULL deref in raw_get_next() [0]. It seems that the repro was running these sequences in parallel so that one thread...