CVE-2026-31751
Published: May 1, 2026
Modified: May 11, 2026
Description
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: error_code(0x0002) - not-present page RIP: 0010:dt2815_attach+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.
| Vendor | Product | Versions |
|---|---|---|
Linux | Linux | affected d6a929b7608ae157cef86d00cc580d1038f0b985 - < 8d63161837f1bf8810dbcd2a583c2bbf5ca6d733affected d6a929b7608ae157cef86d00cc580d1038f0b985 - < d2a786efdb9971f2a647724625da5bbecc994dc9affected d6a929b7608ae157cef86d00cc580d1038f0b985 - < 0dcf33994b8dcf3db36530fb7e2cf9f89e5cbac3affected d6a929b7608ae157cef86d00cc580d1038f0b985 - < d5d9df8b08d68d083ac57abc2c887dfb1f31af63affected d6a929b7608ae157cef86d00cc580d1038f0b985 - < 65c528fbeddd88478c210052f6c7b21be4973156+3 more versions |
Linux | Linux | affected 2.6.30unaffected 0 - < 2.6.30unaffected 5.10.253 - <= 5.10.*unaffected 5.15.203 - <= 5.15.*unaffected 6.1.168 - <= 6.1.*+5 more versions |
References
Security Training
Train your team to recognize and prevent security threats with our comprehensive security awareness program.
Start TrainingVulnerability Scanning
Discover vulnerabilities in your applications and infrastructure before attackers do.
Scan Now