HOMEVULNERABILITIESCVE-2026-31751
MEDIUM

CVE-2026-31751

Published: May 1, 2026· Updated: May 7, 2026

4.7
CVSS v3.1
EPSS:0.02%probability of exploitation in 30 daysPercentile:6.8th

Official 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.

NVD Source

Technical Analysis

CVE-2026-31751 requires local access, meaning attackers must already have a foothold on the target system.

Exploitation requires low privileges, which limits the exposure to scenarios where an attacker has already gained initial access.

A successful exploit results in availability disruption (denial of service), with a CVSS base score of 4.7.

CVSS v3.1 Vector Breakdown

Exploitability
Attack VectorLocal
Attack ComplexityHigh
Privileges Req.Low
User InteractionNone
ScopeUnchanged
Impact
ConfidentialityNone
IntegrityNone
AvailabilityHigh
CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H

Affected Vendors & Products

Linux1 product
linux kernel
Source: NVD CPE · 2 total CPE entries

Exploit & PoC Resources

NO KNOWN EXPLOITNo public exploit confirmed at this time
External links open in a new tab. Always verify in a controlled environment before use.

Official Patches & Advisories

All References (8)

Quick Facts

CVE IDCVE-2026-31751
CVSS Score4.7 / 10
SeverityMEDIUM
CISA KEVNo
EPSS (30d)0.02%
Affected1 vendor
PublishedMay 1, 2026

Recommended Actions

  • Apply vendor patches immediately
  • Monitor CVE-2026-31751 in threat intel feeds
  • Review IDS/IPS signatures for exploitation attempts
Data sourced from NVD (NIST), CISA KEV, and EPSS (FIRST). Analysis generated by CTIWATCH.COM. CVE data is provided under the NVD usage policy.