CVE-2025-39808
published 2025-09-16CVE-2025-39808: In the Linux kernel, the following vulnerability has been resolved: HID: hid-ntrig: fix unable to handle page fault in ntrig_report_version() in…
medium5.5CVSS 3.1
AVLACLPRLUINSUCNINAH
In the Linux kernel, the following vulnerability has been resolved:
HID: hid-ntrig: fix unable to handle page fault in ntrig_report_version()
in ntrig_report_version(), hdev parameter passed from hid_probe().
sending descriptor to /dev/uhid can make hdev->dev.parent->parent to null
if hdev->dev.parent->parent is null, usb_dev has
invalid address(0xffffffffffffff58) that hid_to_usb_dev(hdev) returned
when usb_rcvctrlpipe() use usb_dev,it trigger
page fault error for address(0xffffffffffffff58)
add null check logic to ntrig_report_version()
before calling hid_to_usb_dev()
Affected
29 ranges· showing 25
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| debian | debian_linux | — | — |
| debian | linux | < linux 6.1.153-1 (bookworm) | linux 6.1.153-1 (bookworm) |
| debian | linux-6.1 | < linux 6.1.153-1 (bookworm) | linux 6.1.153-1 (bookworm) |
| linux | linux | — | — |
| linux | linux | >= 0277873c05158c5efc97c23d52e6aec6250bde0f < 22ddb5eca4af5e69dffe2b54551d2487424448f1 | 22ddb5eca4af5e69dffe2b54551d2487424448f1 |
| linux | linux | >= 0277873c05158c5efc97c23d52e6aec6250bde0f < 019c34ca11372de891c06644846eb41fca7c890c | 019c34ca11372de891c06644846eb41fca7c890c |
| linux | linux | >= 0277873c05158c5efc97c23d52e6aec6250bde0f < 4338b0f6544c3ff042bfbaf40bc9afe531fb08c7 | 4338b0f6544c3ff042bfbaf40bc9afe531fb08c7 |
| linux | linux | >= 0277873c05158c5efc97c23d52e6aec6250bde0f < 6070123d5344d0950f10ef6a5fdc3f076abb7ad2 | 6070123d5344d0950f10ef6a5fdc3f076abb7ad2 |
| linux | linux | >= 0277873c05158c5efc97c23d52e6aec6250bde0f < e422370e6ab28478872b914cee5d49a9bdfae0c6 | e422370e6ab28478872b914cee5d49a9bdfae0c6 |
| linux | linux | >= 0277873c05158c5efc97c23d52e6aec6250bde0f < 98520a9a3d69a530dd1ee280cbe0abc232a35bff | 98520a9a3d69a530dd1ee280cbe0abc232a35bff |
| linux | linux | >= 0277873c05158c5efc97c23d52e6aec6250bde0f < 183def8e4d786e50165e5d992df6a3083e45e16c | 183def8e4d786e50165e5d992df6a3083e45e16c |
| linux | linux | >= 0277873c05158c5efc97c23d52e6aec6250bde0f < 185c926283da67a72df20a63a5046b3b4631b7d9 | 185c926283da67a72df20a63a5046b3b4631b7d9 |
| linux | linux_kernel | — | — |
| linux | linux_kernel | >= 0 < 5.10.244-1 | 5.10.244-1 |
| linux | linux_kernel | >= 0 < 6.1.153-1 | 6.1.153-1 |
| linux | linux_kernel | >= 0 < 6.12.48-1 | 6.12.48-1 |
| linux | linux_kernel | >= 0 < 6.16.5-1 | 6.16.5-1 |
| linux | linux_kernel | >= 0 < 5.15.0-163.173 | 5.15.0-163.173 |
| linux | linux_kernel | >= 0 < 6.8.0-106.106 | 6.8.0-106.106 |
| linux | linux_kernel | >= 2.6.37 < 5.4.298 | 5.4.298 |
| linux | linux_kernel | >= 5.11 < 5.15.191 | 5.15.191 |
| linux | linux_kernel | >= 5.16 < 6.1.150 | 6.1.150 |
| linux | linux_kernel | >= 5.5 < 5.10.242 | 5.10.242 |
| linux | linux_kernel | >= 6.13 < 6.16.5 | 6.16.5 |
| linux | linux_kernel | >= 6.2 < 6.6.104 | 6.6.104 |
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