CVE Catalog

CVE-2026-97983

Unknown
Published: Translated: NVD NIST

Summary

In the Linux kernel, the vduse module has a bug in compat ioctl handling. The compat handler handles VDUSE_IOTLB_GET_FD and VDUSE_VQ_GET_INFO but then calls the native handler, which returns -ENOIOCTLCMD due to different command sizes. For GET_FD, this overwrites receive_fd()'s return value after the descriptor is installed, leaking one fd per call. The fix returns handled compat results directly.

Risk Assessment

File descriptor leaks can lead to resource exhaustion and denial of service. This affects systems using vduse with compat ioctl.

Recommendation

Update the Linux kernel to a version containing the fix. Monitor open file descriptor counts in processes using vduse.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS