CVE-2026-64427

Source
https://cve.org/CVERecord?id=CVE-2026-64427
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-64427.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-64427
Downstream
Published
2026-07-25T08:51:04.686Z
Modified
2026-07-27T04:03:22.055339786Z
Summary
HID: logitech-dj: Fix maxfield check in DJ short report validation
Details

In the Linux kernel, the following vulnerability has been resolved:

HID: logitech-dj: Fix maxfield check in DJ short report validation

Commit b6a57912854e ("HID: logitech-dj: Prevent REPORTIDDJ_SHORT related user initiated OOB write") added validation for the DJ short output report, but the error path dereferences rep->field[0] even when rep->maxfield is zero.

Commit 8b9a097eb2fc ("HID: logitech-dj: fix wrong detection of bad DJ_SHORT output report") made the check conditional on rep being present, but a crafted descriptor can still create report ID 0x20 with only padding output items. hid-core registers the report, ignores the padding field, and leaves rep->maxfield as zero.

In that case the validation enters the rep->maxfield < 1 branch and then dereferences rep->field[0]->report_count while printing the error message, causing a NULL pointer dereference during probe. This is reproducible with uhid by emulating a Logitech receiver with a padding-only DJ short output report:

BUG: KASAN: null-ptr-deref in logidjprobe+0xb1/0x754 [hidlogitechdj] Read of size 4 at addr 0000000000000028 by task kworker/4:1/129 ... Call Trace: logidjprobe+0xb1/0x754 [hidlogitechdj] hiddeviceprobe+0x329/0x3f0 [hid] really_probe+0x162/0x570 _deviceattach+0x137/0x2c0 busprobedevice+0x38/0xc0 deviceadd+0xa56/0xce0 hidadddevice+0x19c/0x280 [hid] uhiddeviceaddworker+0x2c/0xb0 [uhid]

Reject the zero-field report before printing the field report_count.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/64xxx/CVE-2026-64427.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
b6a57912854e7ea36f3b270032661140cc4209cd
Fixed
7a89ad762fad53d56b7002d7ffc923a4b7f4006f
Fixed
590cc4d782487632a52f37c2171bee1eeea29627

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-64427.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
7.1.0
Fixed
7.1.4

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-64427.json"