CVE-2023-53640
- EPSS 0.19%
- Veröffentlicht 07.10.2025 15:19:40
- Zuletzt bearbeitet 03.02.2026 22:30:01
In the Linux kernel, the following vulnerability has been resolved: ASoC: lpass: Fix for KASAN use_after_free out of bounds When we run syzkaller we get below Out of Bounds error. "KASAN: slab-out-of-bounds Read in regcache_flat_read" Below is th...
CVE-2023-53639
- EPSS 0.15%
- Veröffentlicht 07.10.2025 15:19:39
- Zuletzt bearbeitet 03.02.2026 22:30:06
In the Linux kernel, the following vulnerability has been resolved: wifi: ath6kl: reduce WARN to dev_dbg() in callback The warn is triggered on a known race condition, documented in the code above the test, that is correctly handled. Using WARN() ...
CVE-2023-53637
- EPSS 0.19%
- Veröffentlicht 07.10.2025 15:19:38
- Zuletzt bearbeitet 03.02.2026 22:30:16
In the Linux kernel, the following vulnerability has been resolved: media: i2c: ov772x: Fix memleak in ov772x_probe() A memory leak was reported when testing ov772x with bpf mock device: AssertionError: unreferenced object 0xffff888109afa7a8 (size...
CVE-2023-53635
- EPSS 0.19%
- 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-53631
- EPSS 0.19%
- 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-53628
- EPSS 0.16%
- 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.19%
- Veröffentlicht 07.10.2025 15:19:32
- Zuletzt bearbeitet 01.06.2026 17:16:25
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.16%
- 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.19%
- 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...
CVE-2023-53624
- EPSS 0.19%
- Veröffentlicht 07.10.2025 15:19:29
- Zuletzt bearbeitet 05.02.2026 14:32:24
In the Linux kernel, the following vulnerability has been resolved: net/sched: sch_fq: fix integer overflow of "credit" if sch_fq is configured with "initial quantum" having values greater than INT_MAX, the first assignment of "credit" does signed ...