Lucene search
+L

17709 matches found

OSV
OSV
added 2025/07/28 12:15 p.m.9 views

UBUNTU-CVE-2025-38497

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: configfs: Fix OOB read on empty string write When writing an empty string to either 'qwsign' or 'landingPage' sysfs attributes, the store functions attempt to access pagel - 1 before validating that the length 'l' is...

7.1CVSS6.2AI score0.00156EPSS
SaveExploits0References39
CVE
CVE
added 2025/07/28 11:22 a.m.102 views

CVE-2025-38497

CVE-2025-38497 (Linux kernel) affects usb gadget configfs: writing an empty string to the qw_sign or landingPage sysfs attributes can dereference page[l-1] before length validation, causing an OOB read. The fix adds an early length check in os_desc_qw_sign_store() and webusb_landingPage_store() t...

7.1CVSS6.3AI score0.00156EPSS
SaveExploits0References10Affected Software1
Cvelist
Cvelist
added 2025/07/28 11:22 a.m.22 views

CVE-2025-38497 usb: gadget: configfs: Fix OOB read on empty string write

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: configfs: Fix OOB read on empty string write When writing an empty string to either 'qwsign' or 'landingPage' sysfs attributes, the store functions attempt to access pagel - 1 before validating that the length 'l' is...

0.00156EPSS
SaveExploits0References8
CVE
CVE
added 2025/07/28 11:21 a.m.87 views

CVE-2025-38474

CVE-2025-38474 affects the Linux kernel USB Sierra network driver. The issue arises from not verifying that the driver’s third USB endpoint is an interrupt input, since the code only checked for three endpoints and bulk in/out. The fix “rectifies the omission” by validating the endpoint type. Ups...

5.5CVSS6.5AI score0.0016EPSS
SaveExploits0References10Affected Software1
RedHat Linux
RedHat Linux
added 2025/07/28 3:13 a.m.10 views

kernel: usb: xhci: prevent potential failure in handle_tx_event() for Transfer events without TRB

In the Linux kernel, the following vulnerability has been resolved: usb: xhci: prevent potential failure in handletxevent for Transfer events without TRB Some transfer events don't always point to a TRB, and consequently don't have a endpoint ring. In these cases, function handletxevent should no...

6.3AI score
SaveExploits0References5
CNVD
CNVD
added 2025/07/28 12:00 a.m.8 views

D-Link DI-8400 Null Pointer Dereference Vulnerability

D-Link DI-8400 is an Internet Behavior Management router from D-Link designed for medium to large enterprise network environments, supporting 360 users with parallel access and full Gigabit port configuration. The D-Link DI-8400 suffers from a null pointer dereference vulnerability that originate...

7.5CVSS6.8AI score0.01524EPSS
SaveExploits1References1
BDU FSTEC
BDU FSTEC
added 2025/07/28 12:00 a.m.15 views

The vulnerability of the snd_usbmidi_free() function in the sound/usb/midi.c module of operating system kernels in Linux allows a hacker to cause a service failure.

The vulnerability of the sndusbmidifree function in the sound/usb/midi.c module of Linux kernel systems is related to improper initialization of the resource. Exploiting this vulnerability can allow attackers to cause service failures...

7CVSS6.2AI score0.00161EPSS
SaveExploits0References6Affected Software4
RedhatCVE
RedhatCVE
added 2025/07/27 1:29 p.m.23 views

CVE-2025-38376

In the Linux kernel, the following vulnerability has been resolved: usb: chipidea: udc: disconnect/reconnect from host when do suspend/resume Shawn and John reported a hang issue during system suspend as below: - USB gadget is enabled as Ethernet - There is data transfer over USB Ethernet scp a...

5.5CVSS7AI score0.0015EPSS
SaveExploits0References4
CNNVD
CNNVD
added 2025/07/26 12:00 a.m.9 views

D-Link DI-8400 安全漏洞

D-Link DI-8400 is an Internet Behavior Management router from D-Link designed for medium to large enterprise network environments, supporting 360 users with parallel access and full Gigabit port configuration. The D-Link DI-8400 suffers from a null pointer dereference vulnerability that originate...

7.5CVSS6.8AI score0.01524EPSS
SaveExploits1References6
NVD
NVD
added 2025/07/25 4:15 p.m.8 views

CVE-2025-38448

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: userial: Fix race condition in TTY wakeup A race condition occurs when gsstartio calls either gsstartrx or gsstarttx, as those functions briefly drop the portlock for usbepqueue. This allows gsclose and...

4.7CVSS0.00117EPSS
SaveExploits0References10
OSV
OSV
added 2025/07/25 4:15 p.m.11 views

AZL-65690 CVE-2025-38448 affecting package kernel for versions less than 6.6.104.2-1

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: userial: Fix race condition in TTY wakeup A race condition occurs when gsstartio calls either gsstartrx or gsstarttx, as those functions briefly drop the portlock for usbepqueue. This allows gsclose and...

4.7CVSS6.7AI score0.00117EPSS
SaveExploits0References1
OSV
OSV
added 2025/07/25 4:15 p.m.9 views

UBUNTU-CVE-2025-38448

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: userial: Fix race condition in TTY wakeup A race condition occurs when gsstartio calls either gsstartrx or gsstarttx, as those functions briefly drop the portlock for usbepqueue. This allows gsclose and...

4.7CVSS6AI score0.00117EPSS
SaveExploits0References42
Debian CVE
Debian CVE
added 2025/07/25 3:27 p.m.10 views

CVE-2025-38448

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: userial: Fix race condition in TTY wakeup A race condition occurs when gsstartio calls either gsstartrx or gsstarttx, as those functions briefly drop the portlock for usbepqueue. This allows gsclose and...

4.7CVSS5.3AI score0.00117EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/07/25 3:27 p.m.15 views

CVE-2025-38448 usb: gadget: u_serial: Fix race condition in TTY wakeup

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: userial: Fix race condition in TTY wakeup A race condition occurs when gsstartio calls either gsstartrx or gsstarttx, as those functions briefly drop the portlock for usbepqueue. This allows gsclose and...

0.00117EPSS
SaveExploits0References8
OSV
OSV
added 2025/07/25 3:27 p.m.15 views

CVE-2025-38448 usb: gadget: u_serial: Fix race condition in TTY wakeup

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: userial: Fix race condition in TTY wakeup A race condition occurs when gsstartio calls either gsstartrx or gsstarttx, as those functions briefly drop the portlock for usbepqueue. This allows gsclose and...

6.3AI score
SaveExploits0References13
OSV
OSV
added 2025/07/25 2:15 p.m.4 views

DEBIAN-CVE-2025-38404

In the Linux kernel, the following vulnerability has been resolved: usb: typec: displayport: Fix potential deadlock The deadlock can occur due to a recursive lock acquisition of crostypecaltmodedata::mutex. The call chain is as follows: 1. crostypecaltmodework acquires the mutex 2. typecaltmodevd...

5.5CVSS5.4AI score0.00132EPSS
SaveExploits0References1
OSV
OSV
added 2025/07/25 2:15 p.m.13 views

AZL-65678 CVE-2025-38404 affecting package kernel for versions less than 6.6.104.2-1

In the Linux kernel, the following vulnerability has been resolved: usb: typec: displayport: Fix potential deadlock The deadlock can occur due to a recursive lock acquisition of crostypecaltmodedata::mutex. The call chain is as follows: 1. crostypecaltmodework acquires the mutex 2. typecaltmodevd...

5.5CVSS6.2AI score0.00132EPSS
SaveExploits0References1
OSV
OSV
added 2025/07/25 2:15 p.m.9 views

UBUNTU-CVE-2025-38404

In the Linux kernel, the following vulnerability has been resolved: usb: typec: displayport: Fix potential deadlock The deadlock can occur due to a recursive lock acquisition of crostypecaltmodedata::mutex. The call chain is as follows: 1. crostypecaltmodework acquires the mutex 2. typecaltmodevd...

5.5CVSS6.1AI score0.00132EPSS
SaveExploits0References11
OSV
OSV
added 2025/07/25 1:15 p.m.17 views

AZL-73007 CVE-2025-38391 affecting package kernel for versions less than 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: usb: typec: altmodes/displayport: do not index invalid pinassignments A poorly implemented DisplayPort Alt Mode port partner can indicate that its pin assignment capabilities are greater than the maximum value, DPPINASSIGNF. In...

5.5CVSS6.8AI score0.00176EPSS
SaveExploits0References1
OSV
OSV
added 2025/07/25 1:15 p.m.26 views

AZL-65687 CVE-2025-38391 affecting package kernel for versions less than 6.6.104.2-1

In the Linux kernel, the following vulnerability has been resolved: usb: typec: altmodes/displayport: do not index invalid pinassignments A poorly implemented DisplayPort Alt Mode port partner can indicate that its pin assignment capabilities are greater than the maximum value, DPPINASSIGNF. In...

5.5CVSS6.4AI score0.00176EPSS
SaveExploits0References1
Rows per page
Query Builder