Lucene search
+L

40391 matches found

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

CVE-2026-90207

CVE-2026-90207 is a race condition in the Linux kernel ALSA seq midi subsystem (snd_seq_midi). During input teardown, snd_midi_input_event() can still execute while a rawmidi substream is closing, causing the trigger state to become out-of-step. After rawmidi_release_priv() sets rfile->rmidi t...

7.8CVSS5.6AI score0.00176EPSS
SaveExploits0References6
OSV
OSV
•added 2026/09/17 4:07 p.m.•9 views

CVE-2026-90207 ALSA: seq: midi: Serialize input teardown with event_input

In the Linux kernel, the following vulnerability has been resolved: ALSA: seq: midi: Serialize input teardown with eventinput sndmidiinputevent must not be running while a rawmidi substream is closing, since this can lead to the trigger state becoming out-of-step through this sequence in...

7.8CVSS5.6AI score
SaveExploits0References9
Cvelist
Cvelist
•added 2026/09/17 4:07 p.m.•30 views

CVE-2026-90202 scsi: mpt3sas: Avoid freeing unallocated PCIe SGL buffers

In the Linux kernel, the following vulnerability has been resolved: scsi: mpt3sas: Avoid freeing unallocated PCIe SGL buffers basereleasememorypools unconditionally frees every ioc-pciesglookup entry, including ones the setup loop never allocated after a partial failure, causing a "bad dma" warni...

0.0021EPSS
SaveExploits0References8
EUVD
EUVD
•added 2026/09/17 4:07 p.m.•9 views

EUVD-2026-81795

In the Linux kernel, the following vulnerability has been resolved: scsi: mpt3sas: Avoid freeing unallocated PCIe SGL buffers basereleasememorypools unconditionally frees every ioc-pciesglookup entry, including ones the setup loop never allocated after a partial failure, causing a "bad dma" warni...

5.6AI score0.0021EPSS
SaveExploits0References8
EUVD
EUVD
•added 2026/09/17 4:07 p.m.•7 views

EUVD-2026-81785

In the Linux kernel, the following vulnerability has been resolved: mailbox: qcom-cpucp: handle NULL data in senddata callback mailboxclearchannel calls mboxsendmessage with NULL data to notify the remote side that the RX channel has been cleared. qcomcpucpmboxsenddata blindly dereferenced the da...

5.7AI score0.00209EPSS
SaveExploits0References4
OSV
OSV
•added 2026/09/17 4:07 p.m.•7 views

CVE-2026-90192 mailbox: qcom-cpucp: handle NULL data in send_data callback

In the Linux kernel, the following vulnerability has been resolved: mailbox: qcom-cpucp: handle NULL data in senddata callback mailboxclearchannel calls mboxsendmessage with NULL data to notify the remote side that the RX channel has been cleared. qcomcpucpmboxsenddata blindly dereferenced the da...

5.7AI score
SaveExploits0References7
CVE
CVE
•added 2026/09/17 4:07 p.m.•14 views

CVE-2026-90192

CVE-2026-90192 affects the Linux kernel 's Qualcomm qcom-cpucp mailbox driver. The root cause is a NULL pointer dereference in qcom_cpucp_mbox_send_data(), which blindly dereferenced the data pointer when mailbox_clear_channel() invoked mbox_send_message() with NULL data to signal an RX channel c...

5.7AI score0.00209EPSS
SaveExploits0References4
Cvelist
Cvelist
•added 2026/09/17 4:07 p.m.•29 views

CVE-2026-90192 mailbox: qcom-cpucp: handle NULL data in send_data callback

In the Linux kernel, the following vulnerability has been resolved: mailbox: qcom-cpucp: handle NULL data in senddata callback mailboxclearchannel calls mboxsendmessage with NULL data to notify the remote side that the RX channel has been cleared. qcomcpucpmboxsenddata blindly dereferenced the da...

0.00209EPSS
SaveExploits0References4
Cvelist
Cvelist
•added 2026/09/17 4:07 p.m.•28 views

CVE-2026-90186 null_blk: reject per-device queue resize for shared tag set

In the Linux kernel, the following vulnerability has been resolved: nullblk: reject per-device queue resize for shared tag set When sharedtags is enabled, nullsetuptagset makes the device use the global tagset, whose driverdata stays NULL. nullmapqueues therefore falls back to the module-wide...

0.00215EPSS
SaveExploits0References6
EUVD
EUVD
•added 2026/09/17 4:07 p.m.•10 views

EUVD-2026-81779

In the Linux kernel, the following vulnerability has been resolved: nullblk: reject per-device queue resize for shared tag set When sharedtags is enabled, nullsetuptagset makes the device use the global tagset, whose driverdata stays NULL. nullmapqueues therefore falls back to the module-wide...

5.8AI score0.00215EPSS
SaveExploits0References6
CVE
CVE
•added 2026/09/17 4:07 p.m.•20 views

CVE-2026-90186

CVE-2026-90186 affects the Linux kernel null_blk driver. When the module is loaded with shared_tags enabled, a per-device resize of submit_queues or poll_queues via configfs calls blk_mq_update_nr_hw_queues() on the shared tag set, shrinking hardware queue contexts. The resulting NULL hardware co...

5.8AI score0.00215EPSS
SaveExploits0References6
OSV
OSV
•added 2026/09/17 4:07 p.m.•7 views

CVE-2026-90186 null_blk: reject per-device queue resize for shared tag set

In the Linux kernel, the following vulnerability has been resolved: nullblk: reject per-device queue resize for shared tag set When sharedtags is enabled, nullsetuptagset makes the device use the global tagset, whose driverdata stays NULL. nullmapqueues therefore falls back to the module-wide...

5.8AI score
SaveExploits0References9
Cvelist
Cvelist
•added 2026/09/17 4:06 p.m.•30 views

CVE-2026-90172 smb: smbdirect: destroy QP before mem pools on accept failure

In the Linux kernel, the following vulnerability has been resolved: smb: smbdirect: destroy QP before mem pools on accept failure On the rdmaacceptfailed error path of smbdirectacceptconnectrequest, the receive io posted just above is owned by the QP recvio is set to NULL after a successful post...

7.5CVSS0.00488EPSS
SaveExploits0References2
EUVD
EUVD
•added 2026/09/17 4:06 p.m.•11 views

EUVD-2026-81765

In the Linux kernel, the following vulnerability has been resolved: smb: smbdirect: destroy QP before mem pools on accept failure On the rdmaacceptfailed error path of smbdirectacceptconnectrequest, the receive io posted just above is owned by the QP recvio is set to NULL after a successful post...

5.8AI score0.00488EPSS
SaveExploits0References2
CVE
CVE
•added 2026/09/17 4:06 p.m.•16 views

CVE-2026-90172

CVE-2026-90172 affects the SMB Direct (smbdirect) RDMA module in the Linux kernel . On the rdma_accept_failed error path of smbdirect_accept_connect_request(), memory pools and the recv_io slab cache were destroyed before the QP was drained via ib_drain_qp(). This left an outstanding recv_io obje...

7.5CVSS5.8AI score0.00488EPSS
SaveExploits0References2
Cvelist
Cvelist
•added 2026/09/17 4:06 p.m.•29 views

CVE-2026-90166 smb/server: fix null-ptr-deref in ksmbd_ipc_tree_connect_request()

In the Linux kernel, the following vulnerability has been resolved: smb/server: fix null-ptr-deref in ksmbdipctreeconnectrequest See the procedure below: ksmbdtreeconnconnect ksmbdshareconfigget share-name = kstrdup // fail if !testshareconfigflagshare, KSMBDSHAREFLAGPIPE // false // do not check...

0.00209EPSS
SaveExploits0References4
EUVD
EUVD
•added 2026/09/17 4:06 p.m.•15 views

EUVD-2026-81759

In the Linux kernel, the following vulnerability has been resolved: smb/server: fix null-ptr-deref in ksmbdipctreeconnectrequest See the procedure below: ksmbdtreeconnconnect ksmbdshareconfigget share-name = kstrdup // fail if !testshareconfigflagshare, KSMBDSHAREFLAGPIPE // false // do not check...

5.8AI score0.00209EPSS
SaveExploits0References4
Cvelist
Cvelist
•added 2026/09/17 4:06 p.m.•29 views

CVE-2026-90164 smb/server: abort initialization when proc setup fails

In the Linux kernel, the following vulnerability has been resolved: smb/server: abort initialization when proc setup fails ksmbdserverinit calls ksmbdprocinit before creating the remaining proc entries and server subsystems. ksmbdprocinit tears down partial state on a procfs or percpucounter...

0.00198EPSS
SaveExploits0References2
CVE
CVE
•added 2026/09/17 4:06 p.m.•17 views

CVE-2026-90164

CVE-2026-90164 affects the ksmbd (SMB server) subsystem in the Linux kernel . The root cause is that ksmbd_proc_init() returns void after a procfs or percpu_counter allocation failure, causing ksmbd_server_init() to continue with NULL per-CPU counters. On SMP systems , this leads to a NULL pointe...

5.7AI score0.00198EPSS
SaveExploits0References2
Cvelist
Cvelist
•added 2026/09/17 4:06 p.m.•28 views

CVE-2026-90156 ksmbd: safely discard unregistered deferred locks

In the Linux kernel, the following vulnerability has been resolved: ksmbd: safely discard unregistered deferred locks When vfslockfile defers a lock, smb2lock puts its ksmbdlock on rollbacklist before allocating and registering the asynchronous work. If either operation fails, rollback assumes th...

0.00198EPSS
SaveExploits0References2
Rows per page
Query Builder