CVE-2026-74713

Source
https://cve.org/CVERecord?id=CVE-2026-74713
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-74713.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-74713
Downstream
Published
2026-08-22T15:33:09.028Z
Modified
2026-08-23T03:53:41.126917241Z
Summary
vhost_iotlb: bound map allocation in add_range
Details

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

vhostiotlb: bound map allocation in addrange

vhostiotlbaddrangectx() only retires an old entry when the table has a non-zero limit, has exactly reached that limit and has VHOSTIOTLBFLAG_RETIRE set. Non-retiring tables can keep allocating entries after reaching their configured limit.

Existing vhost devices allocate their IOTLB with maxiotlbentries from vhost.c, which defaults to 2048 and is tunable by module parameter. Use the caller-provided limit at the allocation point instead of adding a separate default in the common IOTLB helper, and reject non-positive values in vhost paths that can report an error.

Other vhost IOTLB users should not create zero-limit tables when entries can be populated from userspace or guest-controlled requests. Add caller-side maxiotlbentries parameters for mlx5 vDPA, VDUSE and vhost-vDPA. Reject non-positive VDUSE and vhost-vDPA values, and require at least two entries for vdpa_sim and mlx5 vDPA paths that install full-range mappings, since those mappings are split into two IOTLB entries.

Handle full-range mappings in the common helper by checking that the IOTLB can hold both split entries before inserting the first half. This avoids returning an error after leaving a half mapping behind.

When the table is full, keep the existing retire behavior for retiring tables and return -ENOSPC for non-retiring tables. Reuse the retired map node instead of freeing it and allocating a replacement, so a stream of IOTLB updates cannot keep forcing GFP_ATOMIC allocations after the table has reached its limit. If a zero-limit IOTLB still reaches the common helper, treat it as a configuration error and return -EINVAL.

I found this bug myself, though the patch was written with AI assistance.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/74xxx/CVE-2026-74713.json"
}
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
0bbe30668d89ec8a309f28ced6d092c90fb23e8c
Fixed
ae128dd19040ee06a4f8143c7ced4d18080d7a9a
Fixed
1ed35ac7f3fe2b4396bdd29ac3a7f0ebc0829e94

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
5.7.0
Fixed
7.1.9

Database specific

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