Lucene search
+L

403859 matches found

CVE
CVE
•added 2026/09/17 4:11 p.m.•17 views

CVE-2026-93123

CVE-2026-93123 affects the qcom GENI serial driver in the Linux kernel. The vulnerability exists in the DMA TX completion path: when uart_flush_buffer() executes after hardware completes a DMA transfer but before the completion interrupt is processed, the stale completion can advance the transmit...

5.8AI score0.00209EPSS
SaveExploits0References4
CVE
CVE
•added 2026/09/17 4:11 p.m.•22 views

CVE-2026-93121

CVE-2026-93121 affects the Linux kernel in the USB gadget f_fs subsystem. The flaw is in ffs_dmabuf_transfer(): the error paths for endpoint-disabled (ESHUTDOWN ) and request-allocation failure (ENOMEM ) call dma_fence_put() on a fence object that has only been kmalloc'd but not yet initialized w...

7CVSS5.8AI score0.00155EPSS
SaveExploits0References4
CVE
CVE
•added 2026/09/17 4:11 p.m.•20 views

CVE-2026-93122

CVE-2026-93122 is an out-of-bounds write in the Linux kernel's USB gadget UAC drivers (f_uac1.c, f_uac2.c). The UAC1/UAC2 configfs rate-list attributes parse a comma-separated sampling-rate list into fixed-size arrays of UAC_MAX_RATES (10) entries without validating the token count, so an 11th en...

7.8CVSS6AI score0.00165EPSS
SaveExploits0References2
CVE
CVE
•added 2026/09/17 4:11 p.m.•25 views

CVE-2026-93120

CVE-2026-93120 affects the Linux kernel 's USB gadget configfs subsystem. The function os_desc_qw_sign_show() passes OS_STRING_QW_SIGN_LEN (a byte count of 14) as the input length to utf16s_to_utf8s(), which expects a count of UTF-16 code units. Since the qw_sign[] array holds only 7 code units (...

5.8AI score0.0022EPSS
SaveExploits0References8
CVE
CVE
•added 2026/09/17 4:11 p.m.•19 views

CVE-2026-93118

CVE-2026-93118 affects the aspeed_udc USB gadget driver in the Linux kernel . The root cause is an unchecked coherent DMA allocation in ast_udc_probe(); when the allocation fails, ast_udc_init_ep() dereferences the null pointer during probe, leading to a null pointer dereference . The fix adds a ...

6AI score0.00173EPSS
SaveExploits0References6
CVE
CVE
•added 2026/09/17 4:11 p.m.•19 views

CVE-2026-93119

CVE-2026-93119 affects the Linux kernel usb: ljca driver. In ljca_enumerate_gpio(), the bank_num field read from the device descriptor is used to loop into the valid_pin[] array, which holds only 2 entries (LJCA_MAX_GPIO_NUM / 32). Existing validation checks (reply-length and pins_per_bank * bank...

5.9AI score0.00209EPSS
SaveExploits0References4
CVE
CVE
•added 2026/09/17 4:11 p.m.•16 views

CVE-2026-93117

CVE-2026-93117 is a Use-After-Free (UAF) vulnerability in the Linux kernel USB subsystem . Dynamic IDs are only guaranteed to be valid while usb_dynids_lock is held, as remove_id_store can free the underlying node. If usb_probe_interface runs concurrently with a dynamic ID removal, it may access ...

6.1AI score0.00205EPSS
SaveExploits0References6
CVE
CVE
•added 2026/09/17 4:11 p.m.•18 views

CVE-2026-93115

CVE-2026-93115 affects the Linux kernel 's platform/mellanox: mlxbf-pmc driver. The root cause is a NULL pointer dereference : mlxbf_pmc_probe() passes the result of ACPI_COMPANION() to acpi_device_hid(), which dereferences it. Because any platform driver can be force-bound to a device outside it...

5.6AI score0.00215EPSS
SaveExploits0References7
CVE
CVE
•added 2026/09/17 4:11 p.m.•30 views

CVE-2026-93116

CVE-2026-93116 affects the asus-wmi platform/x86 driver in the Linux kernel . During driver initialization in asus_wmi_add(), error path labels are misordered relative to the sequential registration of subsystems. When initialization fails partway through (e.g., asus_wmi_custom_fan_curve_init() o...

7CVSS5.8AI score0.0015EPSS
SaveExploits0References2
CVE
CVE
•added 2026/09/17 4:11 p.m.•20 views

CVE-2026-93114

CVE-2026-93114 affects the Linux kernel's platform/surface: acpi-notify driver. The root cause is a NULL pointer dereference in san_probe(), which dereferences the result of ACPI_COMPANION() when installing the GSBUS address space handler without verifying its presence. This flaw was introduced w...

5.6AI score0.00172EPSS
SaveExploits0References7
CVE
CVE
•added 2026/09/17 4:11 p.m.•18 views

CVE-2026-93112

CVE-2026-93112 affects the Linux kernel BPF subsystem. The vulnerability is in bpf_cpumask_populate() , whose destination parameter is typed as struct cpumask * instead of struct bpf_cpumask *. This type mismatch allows the BPF verifier to accept borrowed, read-only cpumask pointers (e.g., from s...

7.1CVSS5.8AI score0.00169EPSS
SaveExploits0References3
CVE
CVE
•added 2026/09/17 4:11 p.m.•23 views

CVE-2026-93113

CVE-2026-93113 affects the Linux kernel clock driver camcc-sc8280xp for the Qualcomm SC8280XP SoC. With the introduction of sync_state support in the clk and pmdomain subsystems, the titan_top_gdsc power domain gets stuck in the 'on' state when unused clocks are shut down, triggering a kernel WAR...

5.8AI score0.00209EPSS
SaveExploits0References4
CVE
CVE
•added 2026/09/17 4:11 p.m.•18 views

CVE-2026-93111

This vulnerability affects the Linux kernel BPF subsystem, specifically the tracing_multi trampoline mechanism. The root cause is that the tracing_multi link does not set the ftrace_managed flag, which causes the link to fail release when a tracing_multi link is attached followed by an fentry lin...

7.8CVSS5.8AI score0.00165EPSS
SaveExploits0References2
CVE
CVE
•added 2026/09/17 4:11 p.m.•21 views

CVE-2026-93109

CVE-2026-93109 affects the Linux kernel 's RDMA/mlx5_ib module. The root cause is that devx_free_subscription() can remain queued as an RCU callback after the last DevX event file drops its module reference, or after an auxiliary driver detaches its devices. In either case, mlx5_ib can unload bef...

5.8AI score0.00206EPSS
SaveExploits0References7
CVE
CVE
•added 2026/09/17 4:11 p.m.•21 views

CVE-2026-93110

CVE-2026-93110 affects the Linux kernel 's RDMA/core subsystem, specifically the ib_core module. The vulnerability arises because put_gid_ndev() is queued via call_rcu(), but stopping workqueues during module unload does not drain already-queued RCU callbacks. Since synchronize_rcu() does not wai...

5.8AI score0.0022EPSS
SaveExploits0References8
CVE
CVE
•added 2026/09/17 4:11 p.m.•20 views

CVE-2026-93108

CVE-2026-93108 affects the Linux kernel 's RDMA/ipoib subsystem. During module teardown, RCU callbacks may still be executing when ib_ipoib is unloaded, because IPoIB reclamation completions can be signaled from inside an RCU callback. Additionally, a client registration failure can remove alread...

5.8AI score0.00211EPSS
SaveExploits0References8
CVE
CVE
•added 2026/09/17 4:11 p.m.•30 views

CVE-2026-93107

CVE-2026-93107 affects the Linux kernel RDMA/rxe (Soft-RoCE) subsystem. The root cause is a regression from commit 49dc9c1f0c7e, which removed the error-state branch from check_resource() but retained the error-state return in do_complete(). When a QP enters the error state while a packet is bein...

8.2CVSS5.6AI score0.0056EPSS
SaveExploits0References5
CVE
CVE
•added 2026/09/17 4:11 p.m.•22 views

CVE-2026-93106

CVE-2026-93106 affects the Linux kernel crash_dump subsystem. The function restore_dm_crypt_keys_to_thread_keyring() passes a keyring reference to add_key_to_keyring() for each saved dm-crypt key, but that function drops the reference on every call . When more than one key is restored, the refere...

5.8AI score0.00206EPSS
SaveExploits0References3
CVE
CVE
•added 2026/09/17 4:11 p.m.•23 views

CVE-2026-93105

This Linux kernel vulnerability affects the IPsec ESP subsystem, specifically the esp_ssg_unref() function. The function unconditionally drops page references on skb frag pages after an AEAD transform, but fails to account for managed frags (SKBFL_MANAGED_FRAG_REFS)—pages owned by a zerocopy ubuf...

7.8CVSS6AI score0.00165EPSS
SaveExploits0References2
CVE
CVE
•added 2026/09/17 4:11 p.m.•13 views

CVE-2026-93103

CVE-2026-93103 affects the Linux kernel in the RDMA/hfi1 driver. The root cause is that hfi1_free_devdata() unconditionally erases dd->unit from the unit table, assuming the device was successfully inserted. If xa_alloc_irq() fails, the zero-initialized unit remains at index 0, meaning cleanup...

5.8AI score0.00176EPSS
SaveExploits0References8
Rows per page
Query Builder