CVE-2025-39824
- EPSS 0.15%
- Veröffentlicht 16.09.2025 13:00:23
- Zuletzt bearbeitet 12.05.2026 13:17:13
In the Linux kernel, the following vulnerability has been resolved: HID: asus: fix UAF via HID_CLAIMED_INPUT validation After hid_hw_start() is called hidinput_connect() will eventually be called to set up the device with the input layer since the ...
CVE-2025-39825
- EPSS 0.1%
- Veröffentlicht 16.09.2025 13:00:23
- Zuletzt bearbeitet 12.05.2026 13:17:13
In the Linux kernel, the following vulnerability has been resolved: smb: client: fix race with concurrent opens in rename(2) Besides sending the rename request to the server, the rename process also involves closing any deferred close, waiting for ...
CVE-2025-39823
- EPSS 0.17%
- Veröffentlicht 16.09.2025 13:00:22
- Zuletzt bearbeitet 12.05.2026 13:17:13
In the Linux kernel, the following vulnerability has been resolved: KVM: x86: use array_index_nospec with indices that come from guest min and dest_id are guest-controlled indices. Using array_index_nospec() after the bounds checks clamps these val...
CVE-2025-39822
- EPSS 0.12%
- Veröffentlicht 16.09.2025 13:00:21
- Zuletzt bearbeitet 14.01.2026 19:16:43
In the Linux kernel, the following vulnerability has been resolved: io_uring/kbuf: fix signedness in this_len calculation When importing and using buffers, buf->len is considered unsigned. However, buf->len is converted to signed int when committin...
CVE-2025-39820
- EPSS 0.12%
- Veröffentlicht 16.09.2025 13:00:20
- Zuletzt bearbeitet 14.01.2026 19:16:43
In the Linux kernel, the following vulnerability has been resolved: drm/msm/dpu: Add a null ptr check for dpu_encoder_needs_modeset The drm_atomic_get_new_connector_state() can return NULL if the connector is not part of the atomic state. Add a che...
CVE-2025-39821
- EPSS 0.15%
- Veröffentlicht 16.09.2025 13:00:20
- Zuletzt bearbeitet 14.01.2026 19:16:43
In the Linux kernel, the following vulnerability has been resolved: perf: Avoid undefined behavior from stopping/starting inactive events Calling pmu->start()/stop() on perf events in PERF_EVENT_STATE_OFF can leave event->hw.idx at -1. When PMU dri...
CVE-2025-39819
- EPSS 0.14%
- Veröffentlicht 16.09.2025 13:00:19
- Zuletzt bearbeitet 12.05.2026 13:17:13
In the Linux kernel, the following vulnerability has been resolved: fs/smb: Fix inconsistent refcnt update A possible inconsistent update of refcount was identified in `smb2_compound_op`. Such inconsistent update could lead to possible resource lea...
CVE-2025-39818
- EPSS 0.13%
- Veröffentlicht 16.09.2025 13:00:18
- Zuletzt bearbeitet 14.01.2026 19:16:43
In the Linux kernel, the following vulnerability has been resolved: HID: intel-thc-hid: intel-thc: Fix incorrect pointer arithmetic in I2C regs save Improper use of secondary pointer (&dev->i2c_subip_regs) caused kernel crash and out-of-bounds erro...
CVE-2025-39816
- EPSS 0.14%
- Veröffentlicht 16.09.2025 13:00:17
- Zuletzt bearbeitet 11.04.2026 13:16:35
In the Linux kernel, the following vulnerability has been resolved: io_uring/kbuf: always use READ_ONCE() to read ring provided buffer lengths Since the buffers are mapped from userspace, it is prudent to use READ_ONCE() to read the value into a lo...
CVE-2025-39817
- EPSS 0.15%
- Veröffentlicht 16.09.2025 13:00:17
- Zuletzt bearbeitet 12.05.2026 13:17:13
In the Linux kernel, the following vulnerability has been resolved: efivarfs: Fix slab-out-of-bounds in efivarfs_d_compare Observed on kernel 6.6 (present on master as well): BUG: KASAN: slab-out-of-bounds in memcmp+0x98/0xd0 Call trace: ka...