CVE-2023-52742
published 2024-05-21CVE-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…
PriorityP420medium5.5CVSS 3.1
AVLACLPRLUINSUCNINAH
EPSS
0.25%
16.5th percentile
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 WARNING:
usb 1-1: BOGUS control dir, pipe 80000280 doesn't match bRequestType c0
WARNING: CPU: 0 PID: 4645 at drivers/usb/core/urb.c:411
usb_submit_urb+0x14a7/0x1880 drivers/usb/core/urb.c:411
Modules linked in:
CPU: 1 PID: 4645 Comm: dhcpcd Not tainted
6.2.0-rc6-syzkaller-00050-g9f266ccaa2f5 #0
Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google
01/12/2023
RIP: 0010:usb_submit_urb+0x14a7/0x1880 drivers/usb/core/urb.c:411
...
Call Trace:
usb_start_wait_urb+0x101/0x4b0 drivers/usb/core/message.c:58
usb_internal_control_msg drivers/usb/core/message.c:102 [inline]
usb_control_msg+0x320/0x4a0 drivers/usb/core/message.c:153
__usbnet_read_cmd+0xb9/0x390 drivers/net/usb/usbnet.c:2010
usbnet_read_cmd+0x96/0xf0 drivers/net/usb/usbnet.c:2068
pl_vendor_req drivers/net/usb/plusb.c:60 [inline]
pl_set_QuickLink_features drivers/net/usb/plusb.c:75 [inline]
pl_reset+0x2f/0xf0 drivers/net/usb/plusb.c:85
usbnet_open+0xcc/0x5d0 drivers/net/usb/usbnet.c:889
__dev_open+0x297/0x4d0 net/core/dev.c:1417
__dev_change_flags+0x587/0x750 net/core/dev.c:8530
dev_change_flags+0x97/0x170 net/core/dev.c:8602
devinet_ioctl+0x15a2/0x1d70 net/ipv4/devinet.c:1147
inet_ioctl+0x33f/0x380 net/ipv4/af_inet.c:979
sock_do_ioctl+0xcc/0x230 net/socket.c:1169
sock_ioctl+0x1f8/0x680 net/socket.c:1286
vfs_ioctl fs/ioctl.c:51 [inline]
__do_sys_ioctl fs/ioctl.c:870 [inline]
__se_sys_ioctl fs/ioctl.c:856 [inline]
__x64_sys_ioctl+0x197/0x210 fs/ioctl.c:856
do_syscall_x64 arch/x86/entry/common.c:50 [inline]
do_syscall_64+0x39/0xb0 arch/x86/entry/common.c:80
entry_SYSCALL_64_after_hwframe+0x63/0xcd
The fix is to call usbnet_write_cmd() instead of usbnet_read_cmd() and
remove the USB_DIR_IN flag.
Affected
20 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| debian | linux | < linux 6.1.12-1 (bookworm) | linux 6.1.12-1 (bookworm) |
| linux | linux | — | — |
| linux | linux | >= 090ffa9d0e904e1ed0f86c84dcf20684a8ac1a5a < f0ad46ef772438c0596df370450d8bdc8a12dbfb | f0ad46ef772438c0596df370450d8bdc8a12dbfb |
| linux | linux | >= 090ffa9d0e904e1ed0f86c84dcf20684a8ac1a5a < 6f69307f625904feed189008381fd83bd1a35b63 | 6f69307f625904feed189008381fd83bd1a35b63 |
| linux | linux | >= 090ffa9d0e904e1ed0f86c84dcf20684a8ac1a5a < 43379fcacea2dcee35d02efc9c8fe97807a503c9 | 43379fcacea2dcee35d02efc9c8fe97807a503c9 |
| linux | linux | >= 090ffa9d0e904e1ed0f86c84dcf20684a8ac1a5a < 1be271c52bf3554edcb8d124d1f8c7f777ee5727 | 1be271c52bf3554edcb8d124d1f8c7f777ee5727 |
| linux | linux | >= 090ffa9d0e904e1ed0f86c84dcf20684a8ac1a5a < 25141fb4119112f4ebf8f00cf52014abbc8020b1 | 25141fb4119112f4ebf8f00cf52014abbc8020b1 |
| linux | linux | >= 090ffa9d0e904e1ed0f86c84dcf20684a8ac1a5a < 0d2cf3fae701646061e295815bb7588d2f3671cc | 0d2cf3fae701646061e295815bb7588d2f3671cc |
| linux | linux | >= 090ffa9d0e904e1ed0f86c84dcf20684a8ac1a5a < 811d581194f7412eda97acc03d17fc77824b561f | 811d581194f7412eda97acc03d17fc77824b561f |
| linux | linux_kernel | — | — |
| linux | linux_kernel | >= 0 < 5.10.178-1 | 5.10.178-1 |
| linux | linux_kernel | >= 0 < 6.1.12-1 | 6.1.12-1 |
| linux | linux_kernel | >= 0 < 6.1.12-1 | 6.1.12-1 |
| linux | linux_kernel | >= 0 < 6.1.12-1 | 6.1.12-1 |
| linux | linux_kernel | >= 2.6.14 < 4.14.306 | 4.14.306 |
| linux | linux_kernel | >= 4.15 < 4.19.273 | 4.19.273 |
| linux | linux_kernel | >= 4.20 < 5.4.232 | 5.4.232 |
| linux | linux_kernel | >= 5.11 < 5.15.94 | 5.15.94 |
| linux | linux_kernel | >= 5.16 < 6.1.12 | 6.1.12 |
| linux | linux_kernel | >= 5.5 < 5.10.168 | 5.10.168 |
CVSS provenance
nvdv3.15.5MEDIUMCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
osv5.5MEDIUM
vendor_debian5.5MEDIUM
vendor_redhat5.5MEDIUM
Stop checking back — get the weekly exploitation signal.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
GHSA
GHSA-j77x-x992-6j7f: In the Linux kernel, the following vulnerability has been resolved:
net: USB: Fix wrong-direction WARNING in plusb
ghsa_unreviewed·2024-05-21
CVE-2023-52742 [MEDIUM] CWE-670 GHSA-j77x-x992-6j7f: In the Linux kernel, the following vulnerability has been resolved:
net: USB: Fix wrong-direction WARNING in plusb
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 WARNING:
usb 1-1: BOGUS control dir, pipe 80000280 doesn't match bRequestType c0
WARNING: CPU: 0 PID: 4645 at drivers/usb/core/urb.c:411
usb_submit_urb+0x14a7/0x1880 drivers/usb/core/urb.c:411
Modules linked in:
CPU: 1 PID: 4645 Comm: dhcpcd Not tainted
6.2.0-rc6-syzkaller-00050-g9f266ccaa2f5 #0
Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google
01/12/2023
RIP: 0010:usb_submit_urb+0x14a7/0x1880 drivers/usb/core/urb.c:411
...
Call Trace:
usb_start_wait_urb+0x101/0x4b0
OSV
CVE-2023-52742: In the Linux kernel, the following vulnerability has been resolved: net: USB: Fix wrong-direction WARNING in plusb
osv·2024-05-21·CVSS 5.5
CVE-2023-52742 [MEDIUM] CVE-2023-52742: In the Linux kernel, the following vulnerability has been resolved: net: USB: Fix wrong-direction WARNING in plusb
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 WARNING: usb 1-1: BOGUS control dir, pipe 80000280 doesn't match bRequestType c0 WARNING: CPU: 0 PID: 4645 at drivers/usb/core/urb.c:411 usb_submit_urb+0x14a7/0x1880 drivers/usb/core/urb.c:411 Modules linked in: CPU: 1 PID: 4645 Comm: dhcpcd Not tainted 6.2.0-rc6-syzkaller-00050-g9f266ccaa2f5 #0 Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 01/12/2023 RIP: 0010:usb_submit_urb+0x14a7/0x1880 drivers/usb/core/urb.c:411 ... Call Trace: usb_start_wait_urb+0x101/0x4b0 driv
Red Hat
kernel: net: USB: Fix wrong-direction WARNING in plusb.c
vendor_redhat·2024-05-21·CVSS 5.5
CVE-2023-52742 [MEDIUM] CWE-253 kernel: net: USB: Fix wrong-direction WARNING in plusb.c
kernel: net: USB: Fix wrong-direction WARNING in plusb.c
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 WARNING:
usb 1-1: BOGUS control dir, pipe 80000280 doesn't match bRequestType c0
WARNING: CPU: 0 PID: 4645 at drivers/usb/core/urb.c:411
usb_submit_urb+0x14a7/0x1880 drivers/usb/core/urb.c:411
Modules linked in:
CPU: 1 PID: 4645 Comm: dhcpcd Not tainted
6.2.0-rc6-syzkaller-00050-g9f266ccaa2f5 #0
Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google
01/12/2023
RIP: 0010:usb_submit_urb+0x14a7/0x1880 drivers/usb/core/urb
Debian
CVE-2023-52742: linux - In the Linux kernel, the following vulnerability has been resolved: net: USB: F...
vendor_debian·2023·CVSS 5.5
CVE-2023-52742 [MEDIUM] CVE-2023-52742: linux - In the Linux kernel, the following vulnerability has been resolved: net: USB: F...
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 WARNING: usb 1-1: BOGUS control dir, pipe 80000280 doesn't match bRequestType c0 WARNING: CPU: 0 PID: 4645 at drivers/usb/core/urb.c:411 usb_submit_urb+0x14a7/0x1880 drivers/usb/core/urb.c:411 Modules linked in: CPU: 1 PID: 4645 Comm: dhcpcd Not tainted 6.2.0-rc6-syzkaller-00050-g9f266ccaa2f5 #0 Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 01/12/2023 RIP: 0010:usb_submit_urb+0x14a7/0x1880 drivers/usb/core/urb.c:411 ... Call Trace: usb_start_wait_urb+0x101/0x4b0 driv
No detection rules found.
No public exploits indexed.
https://git.kernel.org/stable/c/0d2cf3fae701646061e295815bb7588d2f3671cchttps://git.kernel.org/stable/c/1be271c52bf3554edcb8d124d1f8c7f777ee5727https://git.kernel.org/stable/c/25141fb4119112f4ebf8f00cf52014abbc8020b1https://git.kernel.org/stable/c/43379fcacea2dcee35d02efc9c8fe97807a503c9https://git.kernel.org/stable/c/6f69307f625904feed189008381fd83bd1a35b63https://git.kernel.org/stable/c/811d581194f7412eda97acc03d17fc77824b561fhttps://git.kernel.org/stable/c/f0ad46ef772438c0596df370450d8bdc8a12dbfbhttps://git.kernel.org/stable/c/0d2cf3fae701646061e295815bb7588d2f3671cchttps://git.kernel.org/stable/c/1be271c52bf3554edcb8d124d1f8c7f777ee5727https://git.kernel.org/stable/c/25141fb4119112f4ebf8f00cf52014abbc8020b1https://git.kernel.org/stable/c/43379fcacea2dcee35d02efc9c8fe97807a503c9https://git.kernel.org/stable/c/6f69307f625904feed189008381fd83bd1a35b63https://git.kernel.org/stable/c/811d581194f7412eda97acc03d17fc77824b561fhttps://git.kernel.org/stable/c/f0ad46ef772438c0596df370450d8bdc8a12dbfb
2024-05-21
Published