Answer in brief
CVE-2026-97983 records a Unknown severity vulnerability in vduse: return compat ioctl results directly. The current sources do not mark it as known exploited. The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
A CVSS score is not reported in the current record. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | >=455a2a1af92651764e9eb42cec0d95ac142afc28 <135ac58097fa5fc707bf392c5cececf59e4080c0 || >=455a2a1af92651764e9eb42cec0d95ac142afc28 <48a4ee65e677559776349128e6a81a6041986c99 || 7dd28904c42ee3b0728c0692dd3332c2c83e8f33 || >=7.1.5 <7.2 | 135ac58097fa5fc707bf392c5cececf59e4080c0, 48a4ee65e677559776349128e6a81a6041986c99, 7.2 |
| Linux/Linuxgeneric | 7.2 | Not reported |
Published upstream
Sep 25, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Sep 25, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Sep 25, 2026
In the Linux kernel, the following vulnerability has been resolved: vduse: return compat ioctl results directly The compat handler handles VDUSE_IOTLB_GET_FD and VDUSE_VQ_GET_INFO, but then calls the native handler. Their different command sizes make native dispatch return -ENOIOCTLCMD. For GET_FD, this overwrites receive_fd()'s return value after the descriptor is installed, leaking one fd per call. Return handled compat results directly and use native dispatch only for other commands.
Quoted source text, attributed separately from HOL analysis.