Lucene search
+L

58 matches found

Tenable Nessus
Tenable Nessus
added 2025/03/06 12:00 a.m.13 views

Linux Distros Unpatched Vulnerability : CVE-2025-21704

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - usb: cdc-acm: Check control transfer buffer size before access If the first fragment is shorter than struct usbcdcnotification, we can't calculate an...

7.8CVSS6.7AI score0.00348EPSS
SaveExploits1References2
RedhatCVE
RedhatCVE
added 2025/02/24 10:28 a.m.33 views

CVE-2025-21704

In the Linux kernel, the following vulnerability has been resolved: usb: cdc-acm: Check control transfer buffer size before access If the first fragment is shorter than struct usbcdcnotification, we can't calculate an expectedsize. Log an error and discard the notification instead of reading...

4.4CVSS7.3AI score0.00348EPSS
SaveExploits1References4
SUSE CVE
SUSE CVE
added 2025/02/23 4:49 a.m.7 views

SUSE CVE-2025-21704

In the Linux kernel, the following vulnerability has been resolved: usb: cdc-acm: Check control transfer buffer size before access If the first fragment is shorter than struct usbcdcnotification, we can't calculate an expectedsize. Log an error and discard the notification instead of reading...

4.6CVSS8AI score0.00348EPSS
SaveExploits1References14
OSV
OSV
added 2025/02/22 10:15 a.m.4 views

DEBIAN-CVE-2025-21704

In the Linux kernel, the following vulnerability has been resolved: usb: cdc-acm: Check control transfer buffer size before access If the first fragment is shorter than struct usbcdcnotification, we can't calculate an expectedsize. Log an error and discard the notification instead of reading...

7.8CVSS6AI score0.00348EPSS
SaveExploits1References1
NVD
NVD
added 2025/02/22 10:15 a.m.33 views

CVE-2025-21704

In the Linux kernel, the following vulnerability has been resolved: usb: cdc-acm: Check control transfer buffer size before access If the first fragment is shorter than struct usbcdcnotification, we can't calculate an expectedsize. Log an error and discard the notification instead of reading...

7.8CVSS0.00348EPSS
SaveExploits1References12
CVE
CVE
added 2025/02/22 9:43 a.m.2472 views

CVE-2025-21704

CVE-2025-21704 affects the Linux kernel USB CDC-ACM (cdc_acm) path. The root cause is improper handling of fragmented control transfers: if the first fragment is smaller than struct usb_cdc_notification, computing expected_size can underflow as fragments arrive, leading to memory corruption when ...

7.8CVSS7AI score0.00348EPSS
SaveExploits1References12Affected Software1
Cvelist
Cvelist
added 2025/02/22 9:43 a.m.41 views

CVE-2025-21704 usb: cdc-acm: Check control transfer buffer size before access

In the Linux kernel, the following vulnerability has been resolved: usb: cdc-acm: Check control transfer buffer size before access If the first fragment is shorter than struct usbcdcnotification, we can't calculate an expectedsize. Log an error and discard the notification instead of reading...

0.00348EPSS
SaveExploits1References9
Debian CVE
Debian CVE
added 2025/02/22 9:43 a.m.27 views

CVE-2025-21704

In the Linux kernel, the following vulnerability has been resolved: usb: cdc-acm: Check control transfer buffer size before access If the first fragment is shorter than struct usbcdcnotification, we can't calculate an expectedsize. Log an error and discard the notification instead of reading...

7.8CVSS6AI score0.00348EPSS
SaveExploits1
Positive Technologies
Positive Technologies
added 2025/02/14 12:00 a.m.15 views

PT-2025-7541

Name of the Vulnerable Software and Affected Versions Linux kernel versions prior to the version that includes the fix for this issue Description A memory corruption issue exists due to incorrect handling of control transfer buffer sizes in the usb: cdc-acm module. When the first fragment is...

7.8CVSS6.9AI score0.00348EPSS
SaveExploits1
SUSE CVE
SUSE CVE
added 2024/10/22 2:23 p.m.9 views

SUSE CVE-2022-48948

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: uvc: Prevent buffer overflow in setup handler Setup function uvcfunctionsetup permits control transfer requests with up to 64 bytes of payload UVCMAXREQUESTSIZE, data stage handler for OUT transfer uses memcpy to cop...

5.5CVSS7AI score0.0027EPSS
SaveExploits0References9
OSV
OSV
added 2024/07/16 1:15 p.m.8 views

DEBIAN-CVE-2022-48834

In the Linux kernel, the following vulnerability has been resolved: usb: usbtmc: Fix bug in pipe direction for control transfers The syzbot fuzzer reported a minor bug in the usbtmc driver: usb 5-1: BOGUS control dir, pipe 80001e80 doesn't match bRequestType 0 WARNING: CPU: 0 PID: 3813 at...

7.8CVSS5.4AI score0.00262EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2024/07/16 1:15 p.m.16 views

CVE-2022-48834

In the Linux kernel, the following vulnerability has been resolved: usb: usbtmc: Fix bug in pipe direction for control transfers The syzbot fuzzer reported a minor bug in the usbtmc driver: usb 5-1: BOGUS control dir, pipe 80001e80 doesn't match bRequestType 0 WARNING: CPU: 0 PID: 3813 at...

7.8CVSS6.2AI score0.00262EPSS
SaveExploits0References7
SUSE CVE
SUSE CVE
added 2024/05/28 3:01 p.m.7 views

SUSE CVE-2023-52742

In the Linux kernel, the following vulnerability has been resolved: net: USB: Fix wrong-direction WARNING in plusb.c The syzbot fuzzer detected a bug in the plusb network driver: A zero-length control-OUT transfer was treated as a read instead of a write. In modern kernels this error provokes a...

5.5CVSS6.4AI score0.00251EPSS
SaveExploits0References11
NVD
NVD
added 2024/05/21 4:15 p.m.20 views

CVE-2023-52742

In the Linux kernel, the following vulnerability has been resolved: net: USB: Fix wrong-direction WARNING in plusb.c The syzbot fuzzer detected a bug in the plusb network driver: A zero-length control-OUT transfer was treated as a read instead of a write. In modern kernels this error provokes a...

5.5CVSS6.3AI score0.00251EPSS
SaveExploits0References7
Positive Technologies
Positive Technologies
added 2023/05/13 12:00 a.m.12 views

PT-2025-49491

Name of the Vulnerable Software and Affected Versions Linux kernel versions prior to 6.3.0-syzkaller-12049-g58390c8ce1bd Description The Linux kernel usbtmc driver had a flaw where it did not check the direction of 0-length ioctl control messages. This could lead to issues when a user submits an...

7.8CVSS7.1AI score0.00954EPSS
SaveExploits2References909
SUSE CVE
SUSE CVE
added 2023/02/15 4:44 a.m.5 views

SUSE CVE-2017-9375

QEMU aka Quick Emulator, when built with USB xHCI controller emulator support, allows local guest OS privileged users to cause a denial of service infinite recursive call via vectors involving control transfer descriptors sequencing...

3.8CVSS8.9AI score0.0043EPSS
SaveExploits0References9
Code423n4
Code423n4
added 2022/06/14 12:00 a.m.10 views

User can alter amount returned by redeem function due to control transfer

Lines of code Vulnerability details Impact Control is transferred to the receiver when receiving the ERC777. They are able to transfer the ERC777 to another account, at which time the before and after balance calculation will be incorrect. uint256 balanceBefore = IERC20asset.balanceOfreceiver; if...

6.9AI score
SaveExploits0
OSV
OSV
added 2022/05/01 12:00 a.m.27 views

ASB-A-213172319

In various functions of the USB gadget subsystem, there is a possible out of bounds write due to a missing bounds check. This could lead to local escalation of privilege with no additional execution privileges needed. User interaction is not needed for exploitation...

7.2CVSS7.1AI score0.00329EPSS
SaveExploits1References3
Kitploit
Kitploit
added 2020/10/24 11:30 a.m.139 views

AutoGadgetFS - USB Testing Made Easy

What’s AutoGadgetFS ? AutoGadgetFS is an open source framework that allows users to assess USB devices and their associated hosts/drivers/software without an in-depth knowledge of the USB protocol. The tool is written in Python3 and utilizes RabbitMQ and WiFi access to enable researchers to condu...

7.4AI score
SaveExploits0References1
Tenable Nessus
Tenable Nessus
added 2020/03/13 12:00 a.m.77 views

EulerOS Virtualization for ARM 64 3.0.2.0 : qemu-kvm (EulerOS-SA-2020-1266)

According to the versions of the qemu-kvm packages installed, the EulerOS Virtualization for ARM 64 installation on the remote host is affected by the following vulnerabilities : - In QEMU 3.0.0, tcpemu in slirp/tcpsubr.c has a heap-based buffer overflow.CVE-2019-6778 - A flaw was found in QEMU's...

7.8CVSS6.9AI score0.01075EPSS
SaveExploits0References11
Rows per page
Query Builder