Input: ims-pcu - validate control endpoint type
authorDmitry Torokhov <dmitry.torokhov@gmail.com>
Fri, 22 May 2026 17:29:26 +0000 (10:29 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Sun, 7 Jun 2026 04:05:14 +0000 (21:05 -0700)
commitbaf56975806534268e24acf9a8abb1c447ce11e9
tree595dbcd76db07081ac8b2475a4989310c7d33d5e
parent411b8c4b274737c3bf08e1e025801161603cfffc
Input: ims-pcu - validate control endpoint type

The driver currently assumes that the first endpoint of the control
interface is an interrupt IN endpoint without verifying it. A malicious
device could provide a different endpoint type, which would then be
passed to usb_fill_int_urb(), potentially leading to kernel warnings
or undefined behavior.

Verify that the control endpoint is an interrupt IN endpoint.

Fixes: 628329d52474 ("Input: add IMS Passenger Control Unit driver")
Cc: stable@vger.kernel.org
Reported-by: Sashiko bot <sashiko-bot@kernel.org>
Assisted-by: Gemini:gemini-3.1-pro
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/misc/ims-pcu.c