CVE-2023-53634
- EPSS 0.02%
- Veröffentlicht 07.10.2025 15:19:36
- Zuletzt bearbeitet 03.02.2026 22:26:04
In the Linux kernel, the following vulnerability has been resolved: bpf, arm64: Fixed a BTI error on returning to patched function When BPF_TRAMP_F_CALL_ORIG is set, BPF trampoline uses BLR to jump back to the instruction next to call site to call ...
CVE-2023-53635
- EPSS 0.02%
- Veröffentlicht 07.10.2025 15:19:36
- Zuletzt bearbeitet 03.02.2026 22:25:58
In the Linux kernel, the following vulnerability has been resolved: netfilter: conntrack: fix wrong ct->timeout value (struct nf_conn)->timeout is an interval before the conntrack confirmed. After confirmed, it becomes a timestamp. It is observed...
CVE-2023-53633
- EPSS 0.03%
- Veröffentlicht 07.10.2025 15:19:35
- Zuletzt bearbeitet 03.02.2026 22:26:11
In the Linux kernel, the following vulnerability has been resolved: accel/qaic: Fix a leak in map_user_pages() If get_user_pages_fast() allocates some pages but not as many as we wanted, then the current code leaks those pages. Call put_page() on ...
CVE-2023-53631
- EPSS 0.02%
- Veröffentlicht 07.10.2025 15:19:34
- Zuletzt bearbeitet 03.02.2026 22:26:34
In the Linux kernel, the following vulnerability has been resolved: platform/x86: dell-sysman: Fix reference leak If a duplicate attribute is found using kset_find_obj(), a reference to that attribute is returned. This means that we need to dispose...
CVE-2023-53632
- EPSS 0.03%
- Veröffentlicht 07.10.2025 15:19:34
- Zuletzt bearbeitet 03.02.2026 22:26:22
In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Take RTNL lock when needed before calling xdp_set_features() Hold RTNL lock when calling xdp_set_features() with a registered netdev, as the call triggers the netdev not...
CVE-2023-53630
- EPSS 0.03%
- Veröffentlicht 07.10.2025 15:19:33
- Zuletzt bearbeitet 03.02.2026 22:26:42
In the Linux kernel, the following vulnerability has been resolved: iommufd: Fix unpinning of pages when an access is present syzkaller found that the calculation of batch_last_index should use 'start_index' since at input to this function the batc...
CVE-2023-53628
- EPSS 0.03%
- Veröffentlicht 07.10.2025 15:19:32
- Zuletzt bearbeitet 03.02.2026 22:27:34
In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: drop gfx_v11_0_cp_ecc_error_irq_funcs The gfx.cp_ecc_error_irq is retired in gfx11. In gfx_v11_0_hw_fini still use amdgpu_irq_put to disable this interrupt, which cause...
CVE-2023-53629
- EPSS 0.02%
- Veröffentlicht 07.10.2025 15:19:32
- Zuletzt bearbeitet 03.02.2026 22:27:26
In the Linux kernel, the following vulnerability has been resolved: fs: dlm: fix use after free in midcomms commit While working on processing dlm message in softirq context I experienced the following KASAN use-after-free warning: [ 151.760477] ...
CVE-2023-53627
- EPSS 0.03%
- Veröffentlicht 07.10.2025 15:19:31
- Zuletzt bearbeitet 03.02.2026 22:27:40
In the Linux kernel, the following vulnerability has been resolved: scsi: hisi_sas: Grab sas_dev lock when traversing the members of sas_dev.list When freeing slots in function slot_complete_v3_hw(), it is possible that sas_dev.list is being traver...
CVE-2023-53625
- EPSS 0.02%
- Veröffentlicht 07.10.2025 15:19:30
- Zuletzt bearbeitet 05.02.2026 14:31:55
In the Linux kernel, the following vulnerability has been resolved: drm/i915/gvt: fix vgpu debugfs clean in remove Check carefully on root debugfs available when destroying vgpu, e.g in remove case drm minor's debugfs root might already be destroye...