CVE-2021-47443
- EPSS 0.23%
- Veröffentlicht 22.05.2024 07:15:09
- Zuletzt bearbeitet 02.04.2025 15:12:38
In the Linux kernel, the following vulnerability has been resolved: NFC: digital: fix possible memory leak in digital_tg_listen_mdaa() 'params' is allocated in digital_tg_listen_mdaa(), but not free when digital_send_cmd() failed, which will cause ...
CVE-2021-47445
- EPSS 0.23%
- Veröffentlicht 22.05.2024 07:15:09
- Zuletzt bearbeitet 14.01.2025 16:28:52
In the Linux kernel, the following vulnerability has been resolved: drm/msm: Fix null pointer dereference on pointer edp The initialization of pointer dev dereferences pointer edp before edp is null checked, so there is a potential null pointer def...
CVE-2021-47433
- EPSS 0.25%
- Veröffentlicht 22.05.2024 07:15:08
- Zuletzt bearbeitet 25.09.2025 16:02:16
In the Linux kernel, the following vulnerability has been resolved: btrfs: fix abort logic in btrfs_replace_file_extents Error injection testing uncovered a case where we'd end up with a corrupt file system with a missing extent in the middle of a ...
CVE-2021-47434
- EPSS 0.24%
- Veröffentlicht 22.05.2024 07:15:08
- Zuletzt bearbeitet 25.09.2025 15:58:00
In the Linux kernel, the following vulnerability has been resolved: xhci: Fix command ring pointer corruption while aborting a command The command ring pointer is located at [6:63] bits of the command ring control register (CRCR). All the control b...
CVE-2021-47435
- EPSS 0.24%
- Veröffentlicht 22.05.2024 07:15:08
- Zuletzt bearbeitet 31.01.2025 15:16:51
In the Linux kernel, the following vulnerability has been resolved: dm: fix mempool NULL pointer race when completing IO dm_io_dec_pending() calls end_io_acct() first and will then dec md in-flight pending count. But if a task is swapping DM table ...
CVE-2023-52878
- EPSS 0.22%
- Veröffentlicht 21.05.2024 16:15:24
- Zuletzt bearbeitet 21.11.2024 08:40:46
In the Linux kernel, the following vulnerability has been resolved: can: dev: can_put_echo_skb(): don't crash kernel if can_priv::echo_skb is accessed out of bounds If the "struct can_priv::echoo_skb" is accessed out of bounds, this would cause a k...
CVE-2023-52868
- EPSS 0.24%
- 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.24%
- 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.25%
- 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.25%
- 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...