Lucene search
+L

508236 matches found

Cvelist
Cvelist
added 2026/09/16 10:33 a.m.33 views

CVE-2026-90027 usb: typec: qcom-pmic-typec: disable cc_debounce_dwork on stop

In the Linux kernel, the following vulnerability has been resolved: usb: typec: qcom-pmic-typec: disable ccdebouncedwork on stop ccdebouncedwork is queued from the setcc and starttoggling callbacks, which run from TCPM's kthread worker. portstop returns before tcpmunregisterport destroys that...

7.8CVSS0.00152EPSS
SaveExploits0References4
CVE
CVE
added 2026/09/16 10:33 a.m.18 views

CVE-2026-90026

CVE-2026-90026 is a use-after-free vulnerability in the Linux kernel 's USB Type-C Qualcomm PMIC driver. The root cause is a race condition: pdphy_stop() disables IRQs but leaves reset_work pending, so if the IRQ handler schedules the work just before disable_irq(), it can execute after remove() ...

7.8CVSS5.8AI score0.00152EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/09/16 10:33 a.m.7 views

EUVD-2026-80635

In the Linux kernel, the following vulnerability has been resolved: usb: typec: qcom-pmic-typec: disable ccdebouncedwork on stop ccdebouncedwork is queued from the setcc and starttoggling callbacks, which run from TCPM's kthread worker. portstop returns before tcpmunregisterport destroys that...

7.8CVSS5.8AI score0.00152EPSS
SaveExploits0References4
OSV
OSV
added 2026/09/16 10:33 a.m.11 views

CVE-2026-90027 usb: typec: qcom-pmic-typec: disable cc_debounce_dwork on stop

In the Linux kernel, the following vulnerability has been resolved: usb: typec: qcom-pmic-typec: disable ccdebouncedwork on stop ccdebouncedwork is queued from the setcc and starttoggling callbacks, which run from TCPM's kthread worker. portstop returns before tcpmunregisterport destroys that...

7.8CVSS
SaveExploits0References7
CVE
CVE
added 2026/09/16 10:33 a.m.17 views

CVE-2026-90025

CVE-2026-90025 is an out-of-bounds array index flaw in the Linux kernel's UCSI DisplayPort driver (usb: typec: ucsi: displayport). The driver uses the GET_CURRENT_CAM response value to index a port altmode array of fixed length UCSI_MAX_ALTMODES , but only validates that the value is not 0xff wit...

7.7CVSS5.8AI score0.0017EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2026/09/16 10:33 a.m.8 views

CVE-2026-90025

In the Linux kernel, the following vulnerability has been resolved: usb: typec: ucsi: displayport: Fix OOB altmode array index The UCSI displayport driver indexes the connector's port altmode array with the GETCURRENTCAM response after checking it is not 0xff. The port altmode array is...

7.7CVSS0.0017EPSS
SaveExploits0
OSV
OSV
added 2026/09/16 10:33 a.m.5 views

CVE-2026-90025 usb: typec: ucsi: displayport: Fix OOB altmode array index

In the Linux kernel, the following vulnerability has been resolved: usb: typec: ucsi: displayport: Fix OOB altmode array index The UCSI displayport driver indexes the connector's port altmode array with the GETCURRENTCAM response after checking it is not 0xff. The port altmode array is...

7.7CVSS
SaveExploits0References11
Cvelist
Cvelist
added 2026/09/16 10:33 a.m.34 views

CVE-2026-90025 usb: typec: ucsi: displayport: Fix OOB altmode array index

In the Linux kernel, the following vulnerability has been resolved: usb: typec: ucsi: displayport: Fix OOB altmode array index The UCSI displayport driver indexes the connector's port altmode array with the GETCURRENTCAM response after checking it is not 0xff. The port altmode array is...

7.7CVSS0.0017EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/09/16 10:33 a.m.6 views

EUVD-2026-80633

In the Linux kernel, the following vulnerability has been resolved: usb: typec: ucsi: displayport: Fix OOB altmode array index The UCSI displayport driver indexes the connector's port altmode array with the GETCURRENTCAM response after checking it is not 0xff. The port altmode array is...

7.7CVSS5.8AI score0.0017EPSS
SaveExploits0References8
CVE
CVE
added 2026/09/16 10:33 a.m.15 views

CVE-2026-90024

CVE-2026-90024 affects the Linux kernel USB gadget MIDI 2.0 function (drivers/usb/gadget/function/f_midi2.c). When the block direction is set to SNDRV_UMP_DIR_INPUT via configfs, the midi1_ep_out endpoint initialization is skipped during the gadget bind phase, leaving usb_ep->card as NULL . La...

5.7AI score0.002EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2026/09/16 10:33 a.m.9 views

CVE-2026-90024

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: midi2: Fix null-pointer dereference in fmidi2freeepreqs A null-pointer dereference occurs in fmidi2freeepreqs when attempting to clean up an endpoint that was never initialized. When configuring the MIDI 2.0 gadget v...

0.002EPSS
SaveExploits0
OSV
OSV
added 2026/09/16 10:33 a.m.8 views

CVE-2026-90024 usb: gadget: midi2: Fix null-pointer dereference in f_midi2_free_ep_reqs

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: midi2: Fix null-pointer dereference in fmidi2freeepreqs A null-pointer dereference occurs in fmidi2freeepreqs when attempting to clean up an endpoint that was never initialized. When configuring the MIDI 2.0 gadget v...

SaveExploits0References8
EUVD
EUVD
added 2026/09/16 10:33 a.m.7 views

EUVD-2026-80632

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: midi2: Fix null-pointer dereference in fmidi2freeepreqs A null-pointer dereference occurs in fmidi2freeepreqs when attempting to clean up an endpoint that was never initialized. When configuring the MIDI 2.0 gadget v...

5.7AI score0.002EPSS
SaveExploits0References5
CVE
CVE
added 2026/09/16 10:33 a.m.19 views

CVE-2026-90023

CVE-2026-90023 is a null pointer dereference in the Linux kernel USB gadget f_mass_storage driver, specifically in fsg_common_set_num_buffers(). The root cause is that the earlier removal of fsg_num_buffers_validate() relied on Kconfig limits (2–256) for the buffer count n, but a user can write p...

5.6AI score0.0021EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/09/16 10:33 a.m.34 views

CVE-2026-90022 usb: gadget: f_midi2: fix use-after-free in string attribute show path

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: fmidi2: fix use-after-free in string attribute show path fmidi2optsstrshow takes the string lock internally, but its callers dereference the opts-info. pointer before calling it, outside the lock. This races with...

7.8CVSS0.00159EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2026/09/16 10:33 a.m.9 views

CVE-2026-90023

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: fmassstorage: fix null pointer dereference in fsgcommonsetnumbuffers Previously fsgnumbuffersvalidate was removed as it was not necessary due to Kconfig setting the limits for n from 2 to 256 with default as 2...

0.0021EPSS
SaveExploits0
EUVD
EUVD
added 2026/09/16 10:33 a.m.7 views

EUVD-2026-80630

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: fmidi2: fix use-after-free in string attribute show path fmidi2optsstrshow takes the string lock internally, but its callers dereference the opts-info. pointer before calling it, outside the lock. This races with...

7.8CVSS6.3AI score0.00159EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/09/16 10:33 a.m.7 views

EUVD-2026-80631

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: fmassstorage: fix null pointer dereference in fsgcommonsetnumbuffers Previously fsgnumbuffersvalidate was removed as it was not necessary due to Kconfig setting the limits for n from 2 to 256 with default as 2...

5.6AI score0.0021EPSS
SaveExploits0References3
OSV
OSV
added 2026/09/16 10:33 a.m.7 views

CVE-2026-90022 usb: gadget: f_midi2: fix use-after-free in string attribute show path

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: fmidi2: fix use-after-free in string attribute show path fmidi2optsstrshow takes the string lock internally, but its callers dereference the opts-info. pointer before calling it, outside the lock. This races with...

7.8CVSS
SaveExploits0References8
OSV
OSV
added 2026/09/16 10:33 a.m.11 views

CVE-2026-90023 usb: gadget: f_mass_storage: fix null pointer dereference in fsg_common_set_num_buffers()

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: fmassstorage: fix null pointer dereference in fsgcommonsetnumbuffers Previously fsgnumbuffersvalidate was removed as it was not necessary due to Kconfig setting the limits for n from 2 to 256 with default as 2...

SaveExploits0References6
Rows per page
Query Builder