Lucene search
+L

2659 matches found

CVE
CVE
added 2025/11/04 12:00 a.m.51 views

CVE-2024-56426

The CVE-2024-56426 entry concerns Samsung Mobile/Wearable Processors (Exynos 980, 990, 850, 1080, 2100, 1280, 2200, 1330, 1380, 1480, 2400, W920, W930, W1000). Root cause: a missing length check leads to out-of-bounds writes when processing malformed USB packets. Impact described as out-of-bounds...

7.5CVSS6.5AI score0.0041EPSS
SaveExploits1References2Affected Software1
NVD
NVD
added 2025/11/03 10:18 p.m.12 views

CVE-2025-34501

Deck Mate 2 is distributed with static, hard-coded credentials for the root shell and web user interface, while multiple management services SSH, HTTP, Telnet, SMB, X11 are enabled by default. If an attacker can reach these interfaces - most often through local or near-local access such as...

7CVSS0.00183EPSS
SaveExploits0References2
AstraLinux
AstraLinux
added 2025/11/01 10:54 a.m.10 views

Astra Linux – Vulnerability found in Linux 6.1, Linux 6.12

In the Linux kernel, the following vulnerability has been resolved: usb: typec: altmodes/displayport: do not index invalid pin Assignments A poorly implemented DisplayPort Alt Mode port implementation may indicate that its pin assignment capabilities exceed the maximum value, DPPINASSIGNF. In thi...

5.5CVSS5.6AI score0.00176EPSS
SaveExploits0References3
AstraLinux
AstraLinux
added 2025/11/01 10:54 a.m.5 views

Astra Linux – Vulnerability found in Linux 6.1, Linux 6.12

In the Linux kernel, the following vulnerability has been resolved: usb: Potential integer overflow in usbgmaketpg The variable tpgt in usbgmaketpg is defined as unsigned long and is assigned to tpgt-tporttpgt, which is defined as u16. This may cause an integer overflow when tpgt exceeds USHRTMAX...

6.5AI score0.00192EPSS
SaveExploits0References3
Microsoft CVE
Microsoft CVE
added 2025/10/31 1:10 a.m.11 views

usb: gadget: f_ecm: Refactor bind path to use __free()

...

7.8CVSS7AI score0.00144EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2025/10/31 1:09 a.m.8 views

usb: gadget: f_rndis: Refactor bind path to use __free()

...

7.8CVSS7AI score0.00144EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2025/10/31 1:03 a.m.12 views

usb: gadget: core: flush gadget workqueue after device removal

...

5.5CVSS7AI score0.00198EPSS
SaveExploits0
EUVD
EUVD
added 2025/10/30 12:31 p.m.5 views

EUVD-2025-36983

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: frndis: Refactor bind path to use free After an bind/unbind cycle, the rndis-notifyreq is left stale. If a subsequent bind fails, the unified error label attempts to free this stale request, leading to a NULL pointer...

6AI score0.00144EPSS
SaveExploits0References6
EUVD
EUVD
added 2025/10/30 12:31 p.m.8 views

EUVD-2025-36985

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: fecm: Refactor bind path to use free After an bind/unbind cycle, the ecm-notifyreq is left stale. If a subsequent bind fails, the unified error label attempts to free this stale request, leading to a NULL pointer...

6AI score0.00144EPSS
SaveExploits0References6
NVD
NVD
added 2025/10/30 10:15 a.m.8 views

CVE-2025-40094

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: facm: Refactor bind path to use free After an bind/unbind cycle, the acm-notifyreq is left stale. If a subsequent bind fails, the unified error label attempts to free this stale request, leading to a NULL pointer...

7.8CVSS0.00144EPSS
SaveExploits0References6
OSV
OSV
added 2025/10/30 10:15 a.m.7 views

UBUNTU-CVE-2025-40093

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: fecm: Refactor bind path to use free After an bind/unbind cycle, the ecm-notifyreq is left stale. If a subsequent bind fails, the unified error label attempts to free this stale request, leading to a NULL pointer...

7.8CVSS5.7AI score0.00144EPSS
SaveExploits0References23
Debian CVE
Debian CVE
added 2025/10/30 9:48 a.m.20 views

CVE-2025-40093

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: fecm: Refactor bind path to use free After an bind/unbind cycle, the ecm-notifyreq is left stale. If a subsequent bind fails, the unified error label attempts to free this stale request, leading to a NULL pointer...

7.8CVSS5.2AI score0.00144EPSS
SaveExploits0
CVE
CVE
added 2025/10/30 9:48 a.m.65 views

CVE-2025-40093

The CVE-2025-40093 issue affects the Linux kernel’s USB gadget driver (f_ecm.c). After a bind/unbind cycle, ecm->notify_req can remain stale, and if a subsequent bind fails the error path attempts to free it, causing a NULL pointer dereference when ep->ops->free_request is accessed. The ...

7.8CVSS6.1AI score0.00144EPSS
SaveExploits0References5
EUVD
EUVD
added 2025/10/29 3:31 p.m.10 views

EUVD-2025-36663

In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: Fix NULL pointer deference in trytoregistercard In trytoregistercard, the return value of usbifnumtoif is passed directly to usbinterfaceclaimed without a NULL check, which will lead to a NULL pointer dereference...

5.9AI score0.00193EPSS
SaveExploits0References7
NVD
NVD
added 2025/10/29 2:15 p.m.11 views

CVE-2025-40085

In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: Fix NULL pointer deference in trytoregistercard In trytoregistercard, the return value of usbifnumtoif is passed directly to usbinterfaceclaimed without a NULL check, which will lead to a NULL pointer dereference...

0.00193EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
added 2025/10/29 12:46 a.m.7 views

kernel: net: usb: smsc75xx: Limit packet length to skb->len

In the Linux kernel, the following vulnerability has been resolved: net: usb: smsc75xx: Limit packet length to skb-len Packet length retrieved from skb data may be larger than the actual socket buffer length up to 9026 bytes. In such case the cloned skb passed up the network stack will leak kerne...

5.5CVSS6.7AI score0.00176EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2025/10/29 12:00 a.m.7 views

Siemens SIMATIC Devices Out-of-bounds Read (CVE-2023-37453)

An issue was discovered in the USB subsystem in the Linux kernel through 6.4.2. There is an out-of-bounds and crash in readdescriptors in drivers/usb/core/sysfs.c. This plugin only works with Tenable.ot. Please visit https://www.tenable.com/products/tenable-ot for more information. %NASLMINLEVEL...

4.6CVSS6.5AI score0.00631EPSS
SaveExploits1References3
CNNVD
CNNVD
added 2025/10/29 12:00 a.m.9 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in Linux kernel that stems from an unchecked usbifnumtoif return value that could lead to a null pointer dereference...

5.8AI score0.00193EPSS
SaveExploits0References7
RedhatCVE
RedhatCVE
added 2025/10/27 1:33 p.m.26 views

CVE-2025-34500

Deck Mate 2's firmware update mechanism accepts packages without cryptographic signature verification, encrypts them with a single hard-coded AES key shared across devices, and uses a truncated HMAC for integrity validation. Attackers with access to the update interface - typically via the unit's...

7CVSS7.9AI score0.0014EPSS
SaveExploits0References1
Tenable Nessus
Tenable Nessus
added 2025/10/27 12:00 a.m.4 views

Siemens SIMATIC, SCALANCE and RUGGEDCOM Devices Use After Free (CVE-2024-47718)

wifi: rtw88: vulnerability may lead to a use-after-free UAF error if firmware loading is not properly synchronized during USB initialization and disconnection. This plugin only works with Tenable.ot. Please visit https://www.tenable.com/products/tenable-ot for more information. %NASLMINLEVEL 8090...

7.8CVSS6.7AI score0.00246EPSS
SaveExploits0References5
Rows per page
Query Builder