Lucene search
+L

549 matches found

OSV
OSV
added 2026/09/17 5:17 p.m.6 views

DEBIAN-CVE-2026-90184

In the Linux kernel, the following vulnerability has been resolved: nullblk: serialize configfs attribute updates with device setup The attribute store methods generated with NULLBDEVICEATTR refuse to change the configuration of a live device by testing NULLBDEVFLCONFIGURED, but that flag is only...

0.00205EPSS
SaveExploits0References1
OSV
OSV
added 2026/09/17 5:17 p.m.4 views

AZL-102302 CVE-2026-90184 affecting package kernel 6.6.150.1-1

In the Linux kernel, the following vulnerability has been resolved: nullblk: serialize configfs attribute updates with device setup The attribute store methods generated with NULLBDEVICEATTR refuse to change the configuration of a live device by testing NULLBDEVFLCONFIGURED, but that flag is only...

0.00205EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/09/17 4:11 p.m.9 views

EUVD-2026-82230

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: uac: validate rate list length before storing UAC1 and UAC2 configfs rate-list attributes parse a comma-separated list of sampling rates and store each parsed value in fixed-size arrays. The arrays have UACMAXRATES...

0.00165EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/09/17 4:11 p.m.41 views

CVE-2026-93122 usb: gadget: uac: validate rate list length before storing

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: uac: validate rate list length before storing UAC1 and UAC2 configfs rate-list attributes parse a comma-separated list of sampling rates and store each parsed value in fixed-size arrays. The arrays have UACMAXRATES...

7.8CVSS0.00165EPSS
SaveExploits0References2
CVE
CVE
added 2026/09/17 4:11 p.m.14 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.8CVSS0.00165EPSS
SaveExploits0References2
OSV
OSV
added 2026/09/17 4:11 p.m.6 views

CVE-2026-93122 usb: gadget: uac: validate rate list length before storing

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: uac: validate rate list length before storing UAC1 and UAC2 configfs rate-list attributes parse a comma-separated list of sampling rates and store each parsed value in fixed-size arrays. The arrays have UACMAXRATES...

7.8CVSS
SaveExploits0References5
OSV
OSV
added 2026/09/17 4:11 p.m.6 views

CVE-2026-93120 usb: gadget: configfs: fix out-of-bounds read of qw_sign

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: configfs: fix out-of-bounds read of qwsign osdescqwsignshow passes OSSTRINGQWSIGNLEN as the input length to utf16stoutf8s, but that argument counts UTF-16 code units while OSSTRINGQWSIGNLEN 14 is the byte size of...

SaveExploits0References11
CVE
CVE
added 2026/09/17 4:11 p.m.20 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 (...

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

EUVD-2026-82228

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: configfs: fix out-of-bounds read of qwsign osdescqwsignshow passes OSSTRINGQWSIGNLEN as the input length to utf16stoutf8s, but that argument counts UTF-16 code units while OSSTRINGQWSIGNLEN 14 is the byte size of...

0.0021EPSS
SaveExploits0References8
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...

SaveExploits0References11
CVE
CVE
added 2026/09/17 4:10 p.m.8 views

CVE-2026-93056

This vulnerability affects the Linux kernel 's USB gadget f_uac1_legacy driver. The UAC1_STR_ATTRIBUTE macro defines configfs show/store handlers for the fn_play, fn_cap, and fn_cntl string options, but its store function contains an inverted null check on the kstrndup() return value. As a result...

0.00176EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/09/17 4:10 p.m.6 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...

0.00176EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/09/17 4:10 p.m.33 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.00176EPSS
SaveExploits0References8
CVE
CVE
added 2026/09/17 4:07 p.m.10 views

CVE-2026-90206

CVE-2026-90206 is a race condition in the Linux kernel's nvmet (NVM Express Target) subsystem. The function nvmet_alloc_ctrl() allocates queue memory based on the subsystem's current max_qid , but a concurrent write via configfs can increase max_qid before the new controller is added to the subsy...

0.00189EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/09/17 4:07 p.m.7 views

EUVD-2026-81799

In the Linux kernel, the following vulnerability has been resolved: nvmet: fix maxqid race between configfs and controller allocation The function nvmetsubsysattrqidmaxstore can race against nvmetallocctrl when a subsystem's maxqid limit is modified. Suppose maxqid is currently 64. If...

0.00189EPSS
SaveExploits0References2
OSV
OSV
added 2026/09/17 4:07 p.m.4 views

CVE-2026-90206 nvmet: fix max_qid race between configfs and controller allocation

In the Linux kernel, the following vulnerability has been resolved: nvmet: fix maxqid race between configfs and controller allocation The function nvmetsubsysattrqidmaxstore can race against nvmetallocctrl when a subsystem's maxqid limit is modified. Suppose maxqid is currently 64. If...

SaveExploits0References5
EUVD
EUVD
added 2026/09/17 4:07 p.m.8 views

EUVD-2026-81783

In the Linux kernel, the following vulnerability has been resolved: nullblk: use DEFINEMUTEX for the file-scope mutex In nullinit, mutexinit&lock currently happens after configfsregistersubsystem, which exposes the nullb subsystem to userspace. A racing mkdir into /sys/kernel/config/nullb/ can...

0.00205EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2026/09/17 4:07 p.m.27 views

CVE-2026-90190 null_blk: use DEFINE_MUTEX for the file-scope mutex

In the Linux kernel, the following vulnerability has been resolved: nullblk: use DEFINEMUTEX for the file-scope mutex In nullinit, mutexinit&lock currently happens after configfsregistersubsystem, which exposes the nullb subsystem to userspace. A racing mkdir into /sys/kernel/config/nullb/ can...

0.00205EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/09/17 4:07 p.m.8 views

EUVD-2026-81782

In the Linux kernel, the following vulnerability has been resolved: nullblk: register configfs subsystem after creating default devices In nullinit, configfsregistersubsystem currently runs before registerblkdev, so when nullblk is built as a module, a racing mkdir + poweron from userspace can...

0.00173EPSS
SaveExploits0References6
CVE
CVE
added 2026/09/17 4:07 p.m.14 views

CVE-2026-90189

CVE-2026-90189 affects the Linux kernel's null_blk module. In null_init(), configfs_register_subsystem() is called before register_blkdev(), creating a race window where a userspace mkdir() + poweron can reach null_add_dev() while null_major is still 0, causing a WARN_ON failure in __add_disk(). ...

0.00173EPSS
SaveExploits0References6
Rows per page
Query Builder