CVE-2025-21794
published 2025-02-27CVE-2025-21794: In the Linux kernel, the following vulnerability has been resolved: HID: hid-thrustmaster: fix stack-out-of-bounds read in usb_check_int_endpoints() Syzbot[1]…
PriorityP430high7.1CVSS 3.1
AVLACLPRLUINSUCHINAH
EPSS
0.23%
13.8th percentile
In the Linux kernel, the following vulnerability has been resolved:
HID: hid-thrustmaster: fix stack-out-of-bounds read in usb_check_int_endpoints()
Syzbot[1] has detected a stack-out-of-bounds read of the ep_addr array from
hid-thrustmaster driver. This array is passed to usb_check_int_endpoints
function from usb.c core driver, which executes a for loop that iterates
over the elements of the passed array. Not finding a null element at the end of
the array, it tries to read the next, non-existent element, crashing the kernel.
To fix this, a 0 element was added at the end of the array to break the for
loop.
[1] https://syzkaller.appspot.com/bug?extid=9c9179ac46169c56c1ad
Affected
19 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| debian | linux | < linux 6.1.129-1 (bookworm) | linux 6.1.129-1 (bookworm) |
| debian | linux-6.1 | < linux 6.1.129-1 (bookworm) | linux 6.1.129-1 (bookworm) |
| linux | linux | >= 220883fba32549a34f0734e4859d07f4dcd56992 < 436f48c864186e9413d1b7c6e91767cc9e1a65b8 | 436f48c864186e9413d1b7c6e91767cc9e1a65b8 |
| linux | linux | >= 50420d7c79c37a3efe4010ff9b1bb14bc61ebccf < 0b43d98ff29be3144e86294486b1373b5df74c0e | 0b43d98ff29be3144e86294486b1373b5df74c0e |
| linux | linux | >= 6.12.13 < 6.12.16 | 6.12.16 |
| linux | linux | >= 6.13.2 < 6.13.4 | 6.13.4 |
| linux | linux | >= 6.6.76 < 6.6.79 | 6.6.79 |
| linux | linux | >= 816e84602900f7f951458d743fa12769635ebfd5 < 73e36a699b9f46322ffb81f072a24e64f728dba7 | 73e36a699b9f46322ffb81f072a24e64f728dba7 |
| linux | linux | >= ae730deded66150204c494282969bfa98dc3ae67 < f3ce05283f6cb6e19c220f5382def43dc5bd56b9 | f3ce05283f6cb6e19c220f5382def43dc5bd56b9 |
| linux | linux | >= e5bcae4212a6a4b4204f46a1b8bcba08909d2007 < cdd9a1ea23ff1a272547217100663e8de4eada40 | cdd9a1ea23ff1a272547217100663e8de4eada40 |
| linux | linux_kernel | — | — |
| linux | linux_kernel | >= 0 < 6.1.129-1 | 6.1.129-1 |
| linux | linux_kernel | >= 0 < 6.12.16-1 | 6.12.16-1 |
| linux | linux_kernel | >= 0 < 6.12.16-1 | 6.12.16-1 |
| linux | linux_kernel | >= 6.12.13 < 6.12.16 | 6.12.16 |
| linux | linux_kernel | >= 6.13.2 < 6.13.4 | 6.13.4 |
| linux | linux_kernel | >= 6.6.76 < 6.6.79 | 6.6.79 |
| msrc | azl3_kernel_6.6.78.1-3_on_azure_linux_3.0 | — | — |
| msrc | azl3_kernel_6.6.79.1-1_on_azure_linux_3.0 | — | — |
CVSS provenance
nvdv3.17.1HIGHCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H
osv7.1HIGH
vendor_debian7.1HIGH
vendor_msrc7.1HIGH
vendor_redhat7.1HIGH
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-8868-h956-r68g: In the Linux kernel, the following vulnerability has been resolved:
HID: hid-thrustmaster: fix stack-out-of-bounds read in usb_check_int_endpoints()
ghsa_unreviewed·2025-02-27
CVE-2025-21794 [HIGH] CWE-125 GHSA-8868-h956-r68g: In the Linux kernel, the following vulnerability has been resolved:
HID: hid-thrustmaster: fix stack-out-of-bounds read in usb_check_int_endpoints()
In the Linux kernel, the following vulnerability has been resolved:
HID: hid-thrustmaster: fix stack-out-of-bounds read in usb_check_int_endpoints()
Syzbot[1] has detected a stack-out-of-bounds read of the ep_addr array from
hid-thrustmaster driver. This array is passed to usb_check_int_endpoints
function from usb.c core driver, which executes a for loop that iterates
over the elements of the passed array. Not finding a null element at the end of
the array, it tries to read the next, non-existent element, crashing the kernel.
To fix this, a 0 element was added at the end of the array to break the for
loop.
[1] https://syzkaller.appspot.com/bug?extid=9c9179ac46169c56c1ad
OSV
CVE-2025-21794: In the Linux kernel, the following vulnerability has been resolved: HID: hid-thrustmaster: fix stack-out-of-bounds read in usb_check_int_endpoints() S
osv·2025-02-27·CVSS 7.1
CVE-2025-21794 [HIGH] CVE-2025-21794: In the Linux kernel, the following vulnerability has been resolved: HID: hid-thrustmaster: fix stack-out-of-bounds read in usb_check_int_endpoints() S
In the Linux kernel, the following vulnerability has been resolved: HID: hid-thrustmaster: fix stack-out-of-bounds read in usb_check_int_endpoints() Syzbot[1] has detected a stack-out-of-bounds read of the ep_addr array from hid-thrustmaster driver. This array is passed to usb_check_int_endpoints function from usb.c core driver, which executes a for loop that iterates over the elements of the passed array. Not finding a null element at the end of the array, it tries to read the next, non-existent element, crashing the kernel. To fix this, a 0 element was added at the end of the array to break the for loop. [1] https://syzkaller.appspot.com/bug?extid=9c9179ac46169c56c1ad
Red Hat
kernel: HID: hid-thrustmaster: fix stack-out-of-bounds read in usb_check_int_endpoints()
vendor_redhat·2025-02-27·CVSS 7.1
CVE-2025-21794 [HIGH] CWE-119 kernel: HID: hid-thrustmaster: fix stack-out-of-bounds read in usb_check_int_endpoints()
kernel: HID: hid-thrustmaster: fix stack-out-of-bounds read in usb_check_int_endpoints()
In the Linux kernel, the following vulnerability has been resolved:
HID: hid-thrustmaster: fix stack-out-of-bounds read in usb_check_int_endpoints()
Syzbot[1] has detected a stack-out-of-bounds read of the ep_addr array from
hid-thrustmaster driver. This array is passed to usb_check_int_endpoints
function from usb.c core driver, which executes a for loop that iterates
over the elements of the passed array. Not finding a null element at the end of
the array, it tries to read the next, non-existent element, crashing the kernel.
To fix this, a 0 element was added at the end of the array to break the for
loop.
[1] https://syzkaller.appspot.com/bug?extid=9c9179ac46169c56c1ad
Package: kernel (Red Hat Enter
Microsoft
HID: hid-thrustmaster: fix stack-out-of-bounds read in usb_check_int_endpoints()
vendor_msrc·2025-02-11·CVSS 7.1
CVE-2025-21794 [HIGH] CWE-125 HID: hid-thrustmaster: fix stack-out-of-bounds read in usb_check_int_endpoints()
HID: hid-thrustmaster: fix stack-out-of-bounds read in usb_check_int_endpoints()
FAQ: Is Azure Linux the only Microsoft product that includes this open-source library and is therefore potentially affected by this vulnerability?
One of the main benefits to our customers who choose to use the Azure Linux distro is the commitment to keep it up to date with the most recent and most secure versions of the open source libraries with which the distro is composed. Microsoft is committed to transparency in this work which is why we began publishing CSAF/VEX in October 2025. See this blog post for more information. If impact to additional products is identified, we will update the CVE to reflect this.
Mariner: Mariner
Linux: Linux
Customer Action Required: Yes
Remediation: CBL-Mariner Releases
Debian
CVE-2025-21794: linux - In the Linux kernel, the following vulnerability has been resolved: HID: hid-th...
vendor_debian·2025·CVSS 7.1
CVE-2025-21794 [HIGH] CVE-2025-21794: linux - In the Linux kernel, the following vulnerability has been resolved: HID: hid-th...
In the Linux kernel, the following vulnerability has been resolved: HID: hid-thrustmaster: fix stack-out-of-bounds read in usb_check_int_endpoints() Syzbot[1] has detected a stack-out-of-bounds read of the ep_addr array from hid-thrustmaster driver. This array is passed to usb_check_int_endpoints function from usb.c core driver, which executes a for loop that iterates over the elements of the passed array. Not finding a null element at the end of the array, it tries to read the next, non-existent element, crashing the kernel. To fix this, a 0 element was added at the end of the array to break the for loop. [1] https://syzkaller.appspot.com/bug?extid=9c9179ac46169c56c1ad
Scope: local
bookworm: resolved (fixed in 6.1.129-1)
bullseye: resolved
forky: resolved (fixed in 6.12.16-1)
sid: resolve
No detection rules found.
No public exploits indexed.
https://git.kernel.org/stable/c/0b43d98ff29be3144e86294486b1373b5df74c0ehttps://git.kernel.org/stable/c/436f48c864186e9413d1b7c6e91767cc9e1a65b8https://git.kernel.org/stable/c/73e36a699b9f46322ffb81f072a24e64f728dba7https://git.kernel.org/stable/c/cdd9a1ea23ff1a272547217100663e8de4eada40https://git.kernel.org/stable/c/f3ce05283f6cb6e19c220f5382def43dc5bd56b9https://lists.debian.org/debian-lts-announce/2025/03/msg00028.html
2025-02-27
Published