CVE-2023-53201
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:21:29
- Zuletzt bearbeitet 04.12.2025 15:07:21
In the Linux kernel, the following vulnerability has been resolved: RDMA/bnxt_re: wraparound mbox producer index Driver is not handling the wraparound of the mbox producer index correctly. Currently the wraparound happens once u32 max is reached. ...
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-50289
- EPSS 0.01%
- Veröffentlicht 15.09.2025 14:21:25
- Zuletzt bearbeitet 03.12.2025 19:26:03
In the Linux kernel, the following vulnerability has been resolved: ocfs2: fix memory leak in ocfs2_stack_glue_init() ocfs2_table_header should be free in ocfs2_stack_glue_init() if ocfs2_sysfs_init() failed, otherwise kmemleak will report memleak....
CVE-2022-50288
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:21:24
- Zuletzt bearbeitet 03.12.2025 19:25:31
In the Linux kernel, the following vulnerability has been resolved: qlcnic: prevent ->dcb use-after-free on qlcnic_dcb_enable() failure adapter->dcb would get silently freed inside qlcnic_dcb_enable() in case qlcnic_dcb_attach() would return an err...
CVE-2022-50287
- EPSS 0.01%
- Veröffentlicht 15.09.2025 14:21:23
- Zuletzt bearbeitet 03.12.2025 19:23:03
In the Linux kernel, the following vulnerability has been resolved: drm/i915/bios: fix a memory leak in generate_lfp_data_ptrs When (size != 0 || ptrs->lvds_ entries != 3), the program tries to free() the ptrs. However, the ptrs is not created by c...
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-50285
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:21:21
- Zuletzt bearbeitet 04.12.2025 18:54:33
In the Linux kernel, the following vulnerability has been resolved: mm,hugetlb: take hugetlb_lock before decrementing h->resv_huge_pages The h->*_huge_pages counters are protected by the hugetlb_lock, but alloc_huge_page has a corner case where it ...
CVE-2022-50284
- EPSS 0.01%
- Veröffentlicht 15.09.2025 14:21:20
- Zuletzt bearbeitet 03.12.2025 19:20:00
In the Linux kernel, the following vulnerability has been resolved: ipc: fix memory leak in init_mqueue_fs() When setup_mq_sysctls() failed in init_mqueue_fs(), mqueue_inode_cachep is not released. In order to fix this issue, the release path is r...