CVE-2025-39824
- EPSS 0.02%
- Veröffentlicht 16.09.2025 13:00:23
- Zuletzt bearbeitet 16.01.2026 20:37:49
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-39823
- EPSS 0.02%
- Veröffentlicht 16.09.2025 13:00:22
- Zuletzt bearbeitet 16.01.2026 20:38:07
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-39819
- EPSS 0.03%
- Veröffentlicht 16.09.2025 13:00:19
- Zuletzt bearbeitet 16.01.2026 20:09:10
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-39817
- EPSS 0.02%
- Veröffentlicht 16.09.2025 13:00:17
- Zuletzt bearbeitet 16.01.2026 20:08:25
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...
CVE-2025-39813
- EPSS 0.02%
- Veröffentlicht 16.09.2025 13:00:14
- Zuletzt bearbeitet 16.01.2026 20:08:18
In the Linux kernel, the following vulnerability has been resolved: ftrace: Fix potential warning in trace_printk_seq during ftrace_dump When calling ftrace_dump_one() concurrently with reading trace_pipe, a WARN_ON_ONCE() in trace_printk_seq() can...
CVE-2025-39812
- EPSS 0.02%
- Veröffentlicht 16.09.2025 13:00:14
- Zuletzt bearbeitet 16.01.2026 20:08:08
In the Linux kernel, the following vulnerability has been resolved: sctp: initialize more fields in sctp_v6_from_sk() syzbot found that sin6_scope_id was not properly initialized, leading to undefined behavior. Clear sin6_scope_id and sin6_flowinf...
CVE-2025-39808
- EPSS 0.02%
- Veröffentlicht 16.09.2025 13:00:11
- Zuletzt bearbeitet 16.01.2026 20:07:52
In the Linux kernel, the following vulnerability has been resolved: HID: hid-ntrig: fix unable to handle page fault in ntrig_report_version() in ntrig_report_version(), hdev parameter passed from hid_probe(). sending descriptor to /dev/uhid can mak...
CVE-2025-39806
- EPSS 0.02%
- Veröffentlicht 16.09.2025 13:00:09
- Zuletzt bearbeitet 16.01.2026 20:07:18
In the Linux kernel, the following vulnerability has been resolved: HID: multitouch: fix slab out-of-bounds access in mt_report_fixup() A malicious HID device can trigger a slab out-of-bounds during mt_report_fixup() by passing in report descriptor...
CVE-2022-50327
- EPSS 0.03%
- Veröffentlicht 15.09.2025 14:49:26
- Zuletzt bearbeitet 16.01.2026 20:07:10
In the Linux kernel, the following vulnerability has been resolved: ACPI: processor: idle: Check acpi_fetch_acpi_dev() return value The return value of acpi_fetch_acpi_dev() could be NULL, which would cause a NULL pointer dereference to occur in ac...
CVE-2023-53259
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:46:30
- Zuletzt bearbeitet 16.01.2026 19:50:14
In the Linux kernel, the following vulnerability has been resolved: VMCI: check context->notify_page after call to get_user_pages_fast() to avoid GPF The call to get_user_pages_fast() in vmci_host_setup_notify() can return NULL context->notify_page...