CVE-2023-53641
- EPSS 0.02%
- Veröffentlicht 07.10.2025 15:19:41
- Zuletzt bearbeitet 03.02.2026 22:29:53
In the Linux kernel, the following vulnerability has been resolved: wifi: ath9k: hif_usb: fix memory leak of remain_skbs hif_dev->remain_skb is allocated and used exclusively in ath9k_hif_usb_rx_stream(). It is implied that an allocated remain_skb ...
CVE-2023-53642
- EPSS 0.02%
- Veröffentlicht 07.10.2025 15:19:41
- Zuletzt bearbeitet 03.02.2026 22:29:48
In the Linux kernel, the following vulnerability has been resolved: x86: fix clear_user_rep_good() exception handling annotation This code no longer exists in mainline, because it was removed in commit d2c95f9d6802 ("x86: don't use REP_GOOD or ERMS...
CVE-2023-53640
- EPSS 0.02%
- 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.02%
- 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.02%
- 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-53636
- EPSS 0.02%
- Veröffentlicht 07.10.2025 15:19:37
- Zuletzt bearbeitet 03.02.2026 22:30:21
In the Linux kernel, the following vulnerability has been resolved: clk: microchip: fix potential UAF in auxdev release callback Similar to commit 1c11289b34ab ("peci: cpu: Fix use-after-free in adev_release()"), the auxiliary device is not torn do...
CVE-2023-53634
- EPSS 0.01%
- 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-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-53629
- EPSS 0.01%
- 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] ...