CVE-2022-48862

Source
https://cve.org/CVERecord?id=CVE-2022-48862
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2022-48862.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2022-48862
Downstream
Related
Published
2024-07-16T12:25:25.833Z
Modified
2026-03-14T12:00:42.044391Z
Summary
vhost: fix hung thread due to erroneous iotlb entries
Details

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

vhost: fix hung thread due to erroneous iotlb entries

In vhostiotlbaddrangectx(), range size can overflow to 0 when start is 0 and last is ULONGMAX. One instance where it can happen is when userspace sends an IOTLB message with iova=size=uaddr=0 (vhostprocessiotlbmsg). So, an entry with size = 0, start = 0, last = ULONGMAX ends up in the iotlb. Next time a packet is sent, iotlbaccess_ok() loops indefinitely due to that erroneous entry.

Call Trace:
 <TASK>
 iotlb_access_ok+0x21b/0x3e0 drivers/vhost/vhost.c:1340
 vq_meta_prefetch+0xbc/0x280 drivers/vhost/vhost.c:1366
 vhost_transport_do_send_pkt+0xe0/0xfd0 drivers/vhost/vsock.c:104
 vhost_worker+0x23d/0x3d0 drivers/vhost/vhost.c:372
 kthread+0x2e9/0x3a0 kernel/kthread.c:377
 ret_from_fork+0x1f/0x30 arch/x86/entry/entry_64.S:295
 </TASK>

Reported by syzbot at: https://syzkaller.appspot.com/bug?extid=0abd373e2e50d704db87

To fix this, do two things:

  1. Return -EINVAL in vhostchrwrite_iter() when userspace asks to map a range with size 0.
  2. Fix vhostiotlbaddrangectx() to handle the range [0, ULONG_MAX] by splitting it into two entries.
Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2022/48xxx/CVE-2022-48862.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
f8d88e86e90ea1002226d7ac2430152bfea003d1
Fixed
d9a747e6b6561280bf1791bb24c5e9e082193dad
Fixed
e2ae38cf3d91837a493cb2093c87700ff3cbe667

Database specific

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