- EPSS 0.01%
- Veröffentlicht 07.10.2025 15:19:28
- Zuletzt bearbeitet 05.02.2026 14:40:48
In the Linux kernel, the following vulnerability has been resolved: gfs2: Fix possible data races in gfs2_show_options() Some fields such as gt_logd_secs of the struct gfs2_tune are accessed without holding the lock gt_spin in gfs2_show_options(): ...
CVE-2023-53623
- EPSS 0.02%
- Veröffentlicht 07.10.2025 15:19:28
- Zuletzt bearbeitet 05.02.2026 14:33:58
In the Linux kernel, the following vulnerability has been resolved: mm/swap: fix swap_info_struct race between swapoff and get_swap_pages() The si->lock must be held when deleting the si from the available list. Otherwise, another thread can re-ad...
CVE-2023-53619
- EPSS 0.02%
- Veröffentlicht 07.10.2025 15:19:26
- Zuletzt bearbeitet 05.02.2026 14:54:28
In the Linux kernel, the following vulnerability has been resolved: netfilter: conntrack: Avoid nf_ct_helper_hash uses after free If nf_conntrack_init_start() fails (for example due to a register_nf_conntrack_bpf() failure), the nf_conntrack_helper...
CVE-2023-53620
- EPSS 0.01%
- Veröffentlicht 07.10.2025 15:19:26
- Zuletzt bearbeitet 05.02.2026 14:50:21
In the Linux kernel, the following vulnerability has been resolved: md: fix soft lockup in status_resync status_resync() will calculate 'curr_resync - recovery_active' to show user a progress bar like following: [============>........] resync = 6...
CVE-2023-53618
- EPSS 0.02%
- Veröffentlicht 07.10.2025 15:19:25
- Zuletzt bearbeitet 05.02.2026 14:58:43
In the Linux kernel, the following vulnerability has been resolved: btrfs: reject invalid reloc tree root keys with stack dump [BUG] Syzbot reported a crash that an ASSERT() got triggered inside prepare_to_merge(). That ASSERT() makes sure the rel...
CVE-2022-50532
- EPSS 0.02%
- Veröffentlicht 07.10.2025 15:19:22
- Zuletzt bearbeitet 17.03.2026 17:13:15
In the Linux kernel, the following vulnerability has been resolved: scsi: mpt3sas: Fix possible resource leaks in mpt3sas_transport_port_add() In mpt3sas_transport_port_add(), if sas_rphy_add() returns error, sas_rphy_free() needs be called to free...
CVE-2022-50527
- EPSS 0.01%
- Veröffentlicht 07.10.2025 15:19:19
- Zuletzt bearbeitet 17.03.2026 16:53:02
In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fix size validation for non-exclusive domains (v4) Fix amdgpu_bo_validate_size() to check whether the TTM domain manager for the requested memory exists, else we get a ...
CVE-2022-50518
- EPSS 0.01%
- Veröffentlicht 07.10.2025 15:19:13
- Zuletzt bearbeitet 17.03.2026 14:15:19
In the Linux kernel, the following vulnerability has been resolved: parisc: Fix locking in pdc_iodc_print() firmware call Utilize pdc_lock spinlock to protect parallel modifications of the iodc_dbuf[] buffer, check length to prevent buffer overflow...
CVE-2022-50516
- EPSS 0.03%
- Veröffentlicht 07.10.2025 15:19:11
- Zuletzt bearbeitet 17.03.2026 14:12:32
In the Linux kernel, the following vulnerability has been resolved: fs: dlm: fix invalid derefence of sb_lvbptr I experience issues when putting a lkbsb on the stack and have sb_lvbptr field to a dangled pointer while not using DLM_LKF_VALBLK. It w...
CVE-2022-50513
- EPSS 0.02%
- Veröffentlicht 07.10.2025 15:19:09
- Zuletzt bearbeitet 17.03.2026 14:07:23
In the Linux kernel, the following vulnerability has been resolved: staging: rtl8723bs: fix a potential memory leak in rtw_init_cmd_priv() In rtw_init_cmd_priv(), if `pcmdpriv->rsp_allocated_buf` is allocated in failure, then `pcmdpriv->cmd_allocat...