CVE-2023-52484
- EPSS 0.01%
- Veröffentlicht 29.02.2024 06:15:46
- Zuletzt bearbeitet 10.12.2024 19:49:58
In the Linux kernel, the following vulnerability has been resolved: iommu/arm-smmu-v3: Fix soft lockup triggered by arm_smmu_mm_invalidate_range When running an SVA case, the following soft lockup is triggered: -------------------------------------...
CVE-2023-52475
- EPSS 0.01%
- Veröffentlicht 29.02.2024 06:15:45
- Zuletzt bearbeitet 09.12.2024 18:47:44
In the Linux kernel, the following vulnerability has been resolved: Input: powermate - fix use-after-free in powermate_config_complete syzbot has found a use-after-free bug [1] in the powermate driver. This happens when the device is disconnected, ...
CVE-2023-52476
- EPSS 0.02%
- Veröffentlicht 29.02.2024 06:15:45
- Zuletzt bearbeitet 05.01.2026 11:15:47
In the Linux kernel, the following vulnerability has been resolved: perf/x86/lbr: Filter vsyscall addresses We found that a panic can occur when a vsyscall is made while LBR sampling is active. If the vsyscall is interrupted (NMI) for perf sampling...
CVE-2023-52477
- EPSS 0.01%
- Veröffentlicht 29.02.2024 06:15:45
- Zuletzt bearbeitet 09.12.2024 18:39:35
In the Linux kernel, the following vulnerability has been resolved: usb: hub: Guard against accesses to uninitialized BOS descriptors Many functions in drivers/usb/core/hub.c and drivers/usb/core/hub.h access fields inside udev->bos without checkin...
CVE-2023-52478
- EPSS 0.01%
- Veröffentlicht 29.02.2024 06:15:45
- Zuletzt bearbeitet 10.01.2025 18:27:26
In the Linux kernel, the following vulnerability has been resolved: HID: logitech-hidpp: Fix kernel crash on receiver USB disconnect hidpp_connect_event() has *four* time-of-check vs time-of-use (TOCTOU) races when it races with itself. hidpp_conn...
CVE-2023-52479
- EPSS 0.02%
- Veröffentlicht 29.02.2024 06:15:45
- Zuletzt bearbeitet 19.03.2025 15:51:23
In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix uaf in smb20_oplock_break_ack drop reference after use opinfo.
- EPSS 0.13%
- Veröffentlicht 29.02.2024 01:42:05
- Zuletzt bearbeitet 15.04.2026 00:35:42
bt_sock_recvmsg in net/bluetooth/af_bluetooth.c in the Linux kernel through 6.6.8 has a use-after-free because of a bt_sock_ioctl race condition.
CVE-2019-25162
- EPSS 0.06%
- Veröffentlicht 26.02.2024 18:15:07
- Zuletzt bearbeitet 21.11.2024 04:40:00
In the Linux kernel, the following vulnerability has been resolved: i2c: Fix a potential use after free Free the adap structure only after we are done using it. This patch just moves the put_device() down a bit to avoid the use after free. [wsa: a...
CVE-2023-52474
- EPSS 0.02%
- Veröffentlicht 26.02.2024 18:15:07
- Zuletzt bearbeitet 21.11.2024 08:39:51
In the Linux kernel, the following vulnerability has been resolved: IB/hfi1: Fix bugs with non-PAGE_SIZE-end multi-iovec user SDMA requests hfi1 user SDMA request processing has two bugs that can cause data corruption for user SDMA requests that ha...
CVE-2024-26602
- EPSS 0.02%
- Veröffentlicht 26.02.2024 16:28:00
- Zuletzt bearbeitet 21.11.2024 09:02:38
In the Linux kernel, the following vulnerability has been resolved: sched/membarrier: reduce the ability to hammer on sys_membarrier On some systems, sys_membarrier can be very expensive, causing overall slowdowns for everything. So put a lock on ...