- EPSS 0.03%
- Published 16.09.2025 13:00:14
- Last modified 18.09.2025 13:43:34
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...
- EPSS 0.03%
- Published 16.09.2025 13:00:14
- Last modified 18.09.2025 13:43:34
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...
- EPSS 0.02%
- Published 16.09.2025 13:00:13
- Last modified 18.09.2025 13:43:34
In the Linux kernel, the following vulnerability has been resolved: drm/xe/vm: Clear the scratch_pt pointer on error Avoid triggering a dereference of an error pointer on cleanup in xe_vm_free_scratch() by clearing any scratch_pt error pointer. (c...
- EPSS 0.02%
- Published 16.09.2025 13:00:12
- Last modified 18.09.2025 13:43:34
In the Linux kernel, the following vulnerability has been resolved: bnxt_en: Fix memory corruption when FW resources change during ifdown bnxt_set_dflt_rings() assumes that it is always called before any TC has been created. So it doesn't take bp-...
- EPSS 0.03%
- Published 16.09.2025 13:00:11
- Last modified 18.09.2025 13:43:45
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...
- EPSS 0.02%
- Published 16.09.2025 13:00:11
- Last modified 18.09.2025 13:43:34
In the Linux kernel, the following vulnerability has been resolved: HID: intel-thc-hid: intel-quicki2c: Fix ACPI dsd ICRS/ISUB length The QuickI2C ACPI _DSD methods return ICRS and ISUB data with a trailing byte, making the actual length is one mor...
- EPSS 0.02%
- Published 16.09.2025 13:00:10
- Last modified 18.09.2025 13:43:45
In the Linux kernel, the following vulnerability has been resolved: drm/mediatek: Add error handling for old state CRTC in atomic_disable Introduce error handling to address an issue where, after a hotplug event, the cursor continues to update. Thi...
- EPSS 0.03%
- Published 16.09.2025 13:00:09
- Last modified 18.09.2025 13:43:45
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...
- EPSS 0.02%
- Published 16.09.2025 13:00:06
- Last modified 18.09.2025 13:43:45
In the Linux kernel, the following vulnerability has been resolved: net: macb: fix unregister_netdev call order in macb_remove() When removing a macb device, the driver calls phy_exit() before unregister_netdev(). This leads to a WARN from kernfs: ...
- EPSS 0.03%
- Published 16.09.2025 08:11:33
- Last modified 16.09.2025 12:49:16
In the Linux kernel, the following vulnerability has been resolved: wifi: iwl4965: Add missing check for create_singlethread_workqueue() Add the check for the return value of the create_singlethread_workqueue() in order to avoid NULL pointer derefe...