cbcvebase.
CVE-2025-68194
published 2025-12-16

CVE-2025-68194: In the Linux kernel, the following vulnerability has been resolved: media: imon: make send_packet() more robust syzbot is reporting that imon has three…

PriorityP421high7.8
EPSS
0.19%
8.6th percentile
In the Linux kernel, the following vulnerability has been resolved: media: imon: make send_packet() more robust syzbot is reporting that imon has three problems which result in hung tasks due to forever holding device lock [1]. First problem is that when usb_rx_callback_intf0() once got -EPROTO error after ictx->dev_present_intf0 became true, usb_rx_callback_intf0() resubmits urb after printk(), and resubmitted urb causes usb_rx_callback_intf0() to again get -EPROTO error. This results in printk() flooding (RCU stalls). Alan Stern commented [2] that In theory it's okay to resubmit _if_ the driver has a robust error-recovery scheme (such as giving up after some fixed limit on the number of errors or after some fixed time has elapsed, perhaps with a time delay to prevent a flood of errors). Most drivers don't bother to do this; they simply give up right away. This makes them more vulnerable to short-term noise interference during USB transfers, but in reality such interference is quite rare. There's nothing really wrong with giving up right away. but imon has a poor error-recovery scheme which just retries forever; this behavior should be fixed. Since I'm not sure whether it is safe for imon users to give up upon any error code, this patch takes care of only union of error codes chosen from modules in drivers/media/rc/ directory which handle -EPROTO error (i.e. ir_toy, mceusb and igorplugusb). Second problem is that when usb_rx_callback_intf0() once got -EPROTO error before ictx->dev_present_intf0 becomes true, usb_rx_callback_intf0() always resubmits urb due to commit 8791d63af0cf ("[media] imon: don't wedge hardware after early callbacks"). Move the ictx->dev_present_intf0 test introduced by commit 6f6b90c9231a ("[media] imon: don't parse scancodes until intf configured") to immediately before imon_incoming_packet(), or the first problem explained above happens without printk() flooding (i.e. hung task). Third problem is that when usb_rx_callback_intf0() is

Affected

29 ranges· showing 25
VendorProductVersion rangeFixed in
debianlinux< linux 6.1.159-1 (bookworm)linux 6.1.159-1 (bookworm)
debianlinux-6.1< linux 6.1.159-1 (bookworm)linux 6.1.159-1 (bookworm)
linuxlinux
linuxlinux>= 21677cfc562a27e099719d413287bc8d1d24deb7 < 519737af11c03590819a6eec2ad532cfdb87ea63519737af11c03590819a6eec2ad532cfdb87ea63
linuxlinux>= 21677cfc562a27e099719d413287bc8d1d24deb7 < f58ab83b7b7133e6baefe03a46846c4f6ce45e2ff58ab83b7b7133e6baefe03a46846c4f6ce45e2f
linuxlinux>= 21677cfc562a27e099719d413287bc8d1d24deb7 < 26f6a1dd5d81ad61a875a747698da6f27abf389b26f6a1dd5d81ad61a875a747698da6f27abf389b
linuxlinux>= 21677cfc562a27e099719d413287bc8d1d24deb7 < 667afd4681781f60a644cd0d2ee6c59cb1c36208667afd4681781f60a644cd0d2ee6c59cb1c36208
linuxlinux>= 21677cfc562a27e099719d413287bc8d1d24deb7 < 8231e80118463be5598daaf266c1c83650f1948b8231e80118463be5598daaf266c1c83650f1948b
linuxlinux>= 21677cfc562a27e099719d413287bc8d1d24deb7 < 0213e4175abbb9dfcbf7c197e3817d527f459ad50213e4175abbb9dfcbf7c197e3817d527f459ad5
linuxlinux>= 21677cfc562a27e099719d413287bc8d1d24deb7 < f7f3ecb4934fff782fa9bb1cd16e2290c041b22df7f3ecb4934fff782fa9bb1cd16e2290c041b22d
linuxlinux>= 21677cfc562a27e099719d413287bc8d1d24deb7 < eecd203ada43a4693ce6fdd3a58ae10c7819252ceecd203ada43a4693ce6fdd3a58ae10c7819252c
linuxlinux_kernel>= 0 < 5.10.247-15.10.247-1
linuxlinux_kernel>= 0 < 6.1.159-16.1.159-1
linuxlinux_kernel>= 0 < 6.12.63-16.12.63-1
linuxlinux_kernel>= 0 < 6.17.8-16.17.8-1
linuxlinux_kernel>= 0 < 5.15.0-173.1835.15.0-173.183
linuxlinux_kernel>= 0 < 6.8.0-106.1066.8.0-106.106
linuxlinux_kernel>= 0 < 6.17.0-14.146.17.0-14.14
linuxlinux_kernel>= 2.6.35 < 5.4.3025.4.302
linuxlinux_kernel>= 5.11.0 < 5.15.1975.15.197
linuxlinux_kernel>= 5.16.0 < 6.1.1596.1.159
linuxlinux_kernel>= 5.5.0 < 5.10.2475.10.247
linuxlinux_kernel>= 6.13.0 < 6.17.86.17.8
linuxlinux_kernel>= 6.2.0 < 6.6.1176.6.117
linuxlinux_kernel>= 6.7.0 < 6.12.586.12.58

CVSS provenance

osv7.8HIGH
vendor_ubuntu7.8HIGH
vendor_redhat5.5LOW
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.