Lucene search
+L

5711 matches found

NVD
NVD
•added 2026/09/17 5:16 p.m.•7 views

CVE-2026-90080

In the Linux kernel, the following vulnerability has been resolved: octeontx2-pf: fix NULL deref of afxdpzcqidx on rep setup afxdpzcqidx tracks receive queues using AFXDP zero-copy and is allocated during PF/VF probe. Representors and other non-AFXDP paths leave the pointer NULL, but several call...

0.00206EPSS
SaveExploits0References3
NVD
NVD
•added 2026/09/17 5:16 p.m.•6 views

CVE-2026-90060

In the Linux kernel, the following vulnerability has been resolved: ALSA: control: Don't add invalid kcontrols to LED layer The kcontrol LED state layer tries to track the all associated kcontrol elements with naive assumptions that they are readable. But one can create a write-only element that...

0.00209EPSS
SaveExploits0References5
OSV
OSV
•added 2026/09/17 5:16 p.m.•8 views

DEBIAN-CVE-2026-90060

In the Linux kernel, the following vulnerability has been resolved: ALSA: control: Don't add invalid kcontrols to LED layer The kcontrol LED state layer tries to track the all associated kcontrol elements with naive assumptions that they are readable. But one can create a write-only element that...

5.7AI score0.00209EPSS
SaveExploits0References1
OSV
OSV
•added 2026/09/17 5:16 p.m.•5 views

AZL-102021 CVE-2026-90060 affecting package kernel 6.6.157.1-1

In the Linux kernel, the following vulnerability has been resolved: ALSA: control: Don't add invalid kcontrols to LED layer The kcontrol LED state layer tries to track the all associated kcontrol elements with naive assumptions that they are readable. But one can create a write-only element that...

5.7AI score0.00209EPSS
SaveExploits0References1
EUVD
EUVD
•added 2026/09/17 4:11 p.m.•7 views

EUVD-2026-82257

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211hwsim: avoid NULL skb in stop queue drain mac80211hwsimstop drops any frames left in data-pending. The loop currently checks skbqueueempty and then dequeues separately. That split is racy with TX status handling,...

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

CVE-2026-93149

This Linux kernel vulnerability affects the mac80211_hwsim (hardware-simulated WiFi) driver. In mac80211_hwsim_stop(), a race condition exists between the skb_queue_empty() check and the subsequent skb_dequeue() call. Because TX status handling can remove a pending frame under the queue lock betw...

5.8AI score0.00205EPSS
SaveExploits0References6
CVE
CVE
•added 2026/09/17 4:11 p.m.•15 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
OSV
OSV
•added 2026/09/17 4:11 p.m.•15 views

CVE-2026-93118 usb: gadget: aspeed_udc: check endpoint DMA allocation

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: aspeedudc: check endpoint DMA allocation astudcprobe allocates a coherent DMA buffer used as the backing store for endpoint buffers. astudcinitep derives per-endpoint buffer pointers from udc-ep0buf, so a failed...

6AI score
SaveExploits0References9
OSV
OSV
•added 2026/09/17 4:11 p.m.•8 views

CVE-2026-93115 platform/mellanox: mlxbf-pmc: Check ACPI_COMPANION() against NULL

In the Linux kernel, the following vulnerability has been resolved: platform/mellanox: mlxbf-pmc: Check ACPICOMPANION against NULL Every platform driver can be forced to match a device that doesn't match its list of device IDs because of devicematchdriveroverride, so platform drivers that rely on...

5.7AI score
SaveExploits0References10
OSV
OSV
•added 2026/09/17 4:11 p.m.•5 views

CVE-2026-93114 platform/surface: acpi-notify: Check ACPI companion before use

In the Linux kernel, the following vulnerability has been resolved: platform/surface: acpi-notify: Check ACPI companion before use Since every platform driver can be forced to match a device that doesn't match its list of device IDs because of devicematchdriveroverride, platform drivers that rely...

5.6AI score
SaveExploits0References10
CVE
CVE
•added 2026/09/17 4:11 p.m.•10 views

CVE-2026-93093

CVE-2026-93093 affects the Linux kernel's firmware/arm_scmi driver. The root cause is an ordering flaw: transport setup routines (mailbox_chan_setup() and smc_chan_setup()) can enable interrupt delivery or register callbacks before the SCMI channel state (the cinfo pointer and cinfo->handle) i...

5.7AI score0.00209EPSS
SaveExploits0References4
EUVD
EUVD
•added 2026/09/17 4:11 p.m.•6 views

EUVD-2026-82201

In the Linux kernel, the following vulnerability has been resolved: firmware: armscmi: Publish channel state before callbacks Transport setup can enable callbacks before the setup routine returns. mailboxchansetup registers the mailbox client with mboxrequestchannel, and the mailbox controller...

5.7AI score0.00209EPSS
SaveExploits0References4
CVE
CVE
•added 2026/09/17 4:10 p.m.•15 views

CVE-2026-93073

This TOCTOU race condition affects the Linux kernel DAX subsystem in the dax_holder_notify_failure() function. The function reads dax_dev->holder_ops twice without READ_ONCE()—once for a NULL check and once for the indirect notify_failure() call. A concurrent fs_put_dax() can clear holder_ops ...

5.6AI score0.0018EPSS
SaveExploits0References6
OSV
OSV
•added 2026/09/17 4:10 p.m.•6 views

CVE-2026-93073 dax: read holder_ops once in dax_holder_notify_failure()

In the Linux kernel, the following vulnerability has been resolved: dax: read holderops once in daxholdernotifyfailure daxholdernotifyfailure reads daxdev-holderops twice without READONCE -- once for the NULL check and once for the indirect notifyfailure call. A concurrent fsputdax can clear...

5.6AI score
SaveExploits0References9
OSV
OSV
•added 2026/09/17 4:10 p.m.•6 views

CVE-2026-93056 usb: gadget: f_uac1_legacy: remove broken string configfs attributes

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: fuac1legacy: remove broken string configfs attributes The UAC1STRATTRIBUTE macro defines configfs show/store handlers for the fnplay, fncap, and fncntl string options. The store function contains an inverted null che...

5.6AI score
SaveExploits0References11
Cvelist
Cvelist
•added 2026/09/17 4:10 p.m.•35 views

CVE-2026-93056 usb: gadget: f_uac1_legacy: remove broken string configfs attributes

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: fuac1legacy: remove broken string configfs attributes The UAC1STRATTRIBUTE macro defines configfs show/store handlers for the fnplay, fncap, and fncntl string options. The store function contains an inverted null che...

0.0022EPSS
SaveExploits0References8
EUVD
EUVD
•added 2026/09/17 4:10 p.m.•7 views

EUVD-2026-82166

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: fuac1legacy: remove broken string configfs attributes The UAC1STRATTRIBUTE macro defines configfs show/store handlers for the fnplay, fncap, and fncntl string options. The store function contains an inverted null che...

5.6AI score0.0022EPSS
SaveExploits0References8
OSV
OSV
•added 2026/09/17 4:10 p.m.•10 views

CVE-2026-92500 ext4: use fsdata to track inline data write state and fix race

In the Linux kernel, the following vulnerability has been resolved: ext4: use fsdata to track inline data write state and fix race Instead of checking the live inode state ext4hasinlinedatainode and ext4testinodestateinode, EXT4STATEMAYINLINEDATA in the writeend handlers, use the fsdata parameter...

5.7AI score
SaveExploits0References6
EUVD
EUVD
•added 2026/09/17 4:10 p.m.•6 views

EUVD-2026-82113

In the Linux kernel, the following vulnerability has been resolved: cpufreq/amd-pstate: handle missing policy in dynamic EPP callbacks cpufreqcpuget returns NULL when no cpufreq policy is associated with the requested CPU, for example because the CPU is offline or the policy has already been torn...

5.7AI score0.00206EPSS
SaveExploits0References3
Cvelist
Cvelist
•added 2026/09/17 4:09 p.m.•35 views

CVE-2026-92479 scsi: ufs: Avoid NULL CQE dereference when reporting invalid tags

In the Linux kernel, the following vulnerability has been resolved: scsi: ufs: Avoid NULL CQE dereference when reporting invalid tags The single-doorbell completion path can call ufshcdcomplonecqe with a NULL CQE. If no command is associated with the completion tag, the warning message dereferenc...

0.00198EPSS
SaveExploits0References2
Rows per page
Query Builder