CVE-2026-31751

Source
https://cve.org/CVERecord?id=CVE-2026-31751
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-31751.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-31751
Downstream
Published
2026-05-01T14:14:43.551Z
Modified
2026-07-08T07:01:41.000982672Z
Summary
comedi: dt2815: add hardware detection to prevent crash
Details

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

comedi: dt2815: add hardware detection to prevent crash

The dt2815 driver crashes when attached to I/O ports without actual hardware present. This occurs because syzkaller or users can attach the driver to arbitrary I/O addresses via COMEDI_DEVCONFIG ioctl.

When no hardware exists at the specified port, inb() operations return 0xff (floating bus), but outb() operations can trigger page faults due to undefined behavior, especially under race conditions:

BUG: unable to handle page fault for address: 000000007fffff90 #PF: supervisor write access in kernel mode #PF: errorcode(0x0002) - not-present page RIP: 0010:dt2815attach+0x6e0/0x1110

Add hardware detection by reading the status register before attempting any write operations. If the read returns 0xff, assume no hardware is present and fail the attach with -ENODEV. This prevents crashes from outb() operations on non-existent hardware.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/31xxx/CVE-2026-31751.json",
    "cna_assigner": "Linux"
}
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
d6a929b7608ae157cef86d00cc580d1038f0b985
Fixed
8d63161837f1bf8810dbcd2a583c2bbf5ca6d733
Fixed
d2a786efdb9971f2a647724625da5bbecc994dc9
Fixed
0dcf33994b8dcf3db36530fb7e2cf9f89e5cbac3
Fixed
d5d9df8b08d68d083ac57abc2c887dfb1f31af63
Fixed
65c528fbeddd88478c210052f6c7b21be4973156
Fixed
34c8b3a91bdfbe4573650b4cd750ef639101fdc5
Fixed
34b13250c618d7441508c6ef369144aa8a9b9bfa
Fixed
93853512f565e625df2397f0d8050d6aafd7c3ad

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
2.6.30
Fixed
5.10.253
Type
ECOSYSTEM
Events
Introduced
5.11.0
Fixed
5.15.203
Type
ECOSYSTEM
Events
Introduced
5.16.0
Fixed
6.1.168
Type
ECOSYSTEM
Events
Introduced
6.2.0
Fixed
6.6.134
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.81
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.22
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
6.19.12

Database specific

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