CVE-2023-52868
- EPSS 0.03%
- Veröffentlicht 21.05.2024 16:15:23
- Zuletzt bearbeitet 26.09.2025 16:17:03
In the Linux kernel, the following vulnerability has been resolved: thermal: core: prevent potential string overflow The dev->id value comes from ida_alloc() so it's a number between zero and INT_MAX. If it's too high then these sprintf()s will ov...
CVE-2023-52854
- EPSS 0.01%
- Veröffentlicht 21.05.2024 16:15:22
- Zuletzt bearbeitet 03.02.2025 16:13:08
In the Linux kernel, the following vulnerability has been resolved: padata: Fix refcnt handling in padata_free_shell() In a high-load arm64 environment, the pcrypt_aead01 test in LTP can lead to system UAF (Use-After-Free) issues. Due to the length...
CVE-2023-52855
- EPSS 0.01%
- Veröffentlicht 21.05.2024 16:15:22
- Zuletzt bearbeitet 02.04.2025 15:06:01
In the Linux kernel, the following vulnerability has been resolved: usb: dwc2: fix possible NULL pointer dereference caused by driver concurrency In _dwc2_hcd_urb_enqueue(), "urb->hcpriv = NULL" is executed without holding the lock "hsotg->lock". I...
CVE-2023-52835
- EPSS 0.02%
- Veröffentlicht 21.05.2024 16:15:21
- Zuletzt bearbeitet 23.09.2025 22:47:36
In the Linux kernel, the following vulnerability has been resolved: perf/core: Bail out early if the request AUX area is out of bound When perf-record with a large AUX area, e.g 4GB, it fails with: #perf record -C 0 -m ,4G -e arm_spe_0// -- sl...
CVE-2023-52836
- EPSS 0.02%
- Veröffentlicht 21.05.2024 16:15:21
- Zuletzt bearbeitet 23.09.2025 23:20:49
In the Linux kernel, the following vulnerability has been resolved: locking/ww_mutex/test: Fix potential workqueue corruption In some cases running with the test-ww_mutex code, I was seeing odd behavior where sometimes it seemed flush_workqueue was...
CVE-2023-52843
- EPSS 0.01%
- Veröffentlicht 21.05.2024 16:15:21
- Zuletzt bearbeitet 24.09.2025 00:04:35
In the Linux kernel, the following vulnerability has been resolved: llc: verify mac len before reading mac header LLC reads the mac header with eth_hdr without verifying that the skb has an Ethernet header. Syzbot was able to enter llc_rcv on a tu...
CVE-2023-52845
- EPSS 0.01%
- Veröffentlicht 21.05.2024 16:15:21
- Zuletzt bearbeitet 31.01.2025 16:01:53
In the Linux kernel, the following vulnerability has been resolved: tipc: Change nla_policy for bearer-related names to NLA_NUL_STRING syzbot reported the following uninit-value access issue [1]: ===================================================...
CVE-2023-52825
- EPSS 0.02%
- Veröffentlicht 21.05.2024 16:15:20
- Zuletzt bearbeitet 02.04.2025 15:00:07
In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Fix a race condition of vram buffer unref in svm code prange->svm_bo unref can happen in both mmu callback and a callback after migrate to system ram. Both are async ca...
CVE-2023-52826
- EPSS 0.02%
- Veröffentlicht 21.05.2024 16:15:20
- Zuletzt bearbeitet 30.12.2024 20:08:33
In the Linux kernel, the following vulnerability has been resolved: drm/panel/panel-tpo-tpg110: fix a possible null pointer dereference In tpg110_get_modes(), the return value of drm_mode_duplicate() is assigned to mode, which will lead to a NULL p...
CVE-2023-52828
- EPSS 0.02%
- Veröffentlicht 21.05.2024 16:15:20
- Zuletzt bearbeitet 26.09.2025 16:57:00
In the Linux kernel, the following vulnerability has been resolved: bpf: Detect IP == ksym.end as part of BPF program Now that bpf_throw kfunc is the first such call instruction that has noreturn semantics within the verifier, this also kicks in de...