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()
References
Configurations
Configuration 1 (hide)
|
Configuration 2 (hide)
|
History
16 Jan 2026, 20:07
| Type | Values Removed | Values Added |
|---|---|---|
| CVSS |
v2 : v3 : |
v2 : unknown
v3 : 5.5 |
| CWE | NVD-CWE-noinfo | |
| First Time |
Linux
Debian Debian debian Linux Linux linux Kernel |
|
| CPE | cpe:2.3:o:debian:debian_linux:11.0:*:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.17:rc2:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.17:rc3:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.17:rc1:*:*:*:*:*:* |
|
| References | () https://git.kernel.org/stable/c/019c34ca11372de891c06644846eb41fca7c890c - Patch | |
| References | () https://git.kernel.org/stable/c/183def8e4d786e50165e5d992df6a3083e45e16c - Patch | |
| References | () https://git.kernel.org/stable/c/185c926283da67a72df20a63a5046b3b4631b7d9 - Patch | |
| References | () https://git.kernel.org/stable/c/22ddb5eca4af5e69dffe2b54551d2487424448f1 - Patch | |
| References | () https://git.kernel.org/stable/c/4338b0f6544c3ff042bfbaf40bc9afe531fb08c7 - Patch | |
| References | () https://git.kernel.org/stable/c/6070123d5344d0950f10ef6a5fdc3f076abb7ad2 - Patch | |
| References | () https://git.kernel.org/stable/c/98520a9a3d69a530dd1ee280cbe0abc232a35bff - Patch | |
| References | () https://git.kernel.org/stable/c/e422370e6ab28478872b914cee5d49a9bdfae0c6 - Patch | |
| References | () https://lists.debian.org/debian-lts-announce/2025/10/msg00007.html - Third Party Advisory | |
| References | () https://lists.debian.org/debian-lts-announce/2025/10/msg00008.html - Third Party Advisory |
03 Nov 2025, 18:16
| Type | Values Removed | Values Added |
|---|---|---|
| References |
|
16 Sep 2025, 13:15
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Information
Published : 2025-09-16 13:15
Updated : 2026-01-16 20:07
NVD link : CVE-2025-39808
Mitre link : CVE-2025-39808
CVE.ORG link : CVE-2025-39808
JSON object : View
Products Affected
debian
- debian_linux
linux
- linux_kernel
CWE
