Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2022-48862

5.5 · MEDIUM
Published Jul 16, 2024 linux CWE-835 EPSS 0.21% (11th pctl)

Overview

CVE-2022-48862 is a medium-severity vulnerability affecting linux linux_kernel. It was published on July 16, 2024 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

Technical Description

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

vhost: fix hung thread due to erroneous iotlb entries

In vhost_iotlb_add_range_ctx(), range size can overflow to 0 when

start is 0 and last is ULONG_MAX. One instance where it can happen

is when userspace sends an IOTLB message with iova=size=uaddr=0

(vhost_process_iotlb_msg). So, an entry with size = 0, start = 0,

last = ULONG_MAX ends up in the iotlb. Next time a packet is sent,

iotlb_access_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:

Remediation

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Affected Products

Vendor Product Versions Status
linux linux_kernel >= 5.7, < 5.15.29 Affected

Frequently Asked Questions

What is CVE-2022-48862?

CVE-2022-48862 is a medium-severity vulnerability affecting linux linux_kernel. It was published on July 16, 2024 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

How severe is CVE-2022-48862?

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

How do I fix or remediate CVE-2022-48862?

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2022-48862?

CyberStrike's AI-powered security agents can automatically detect CVE-2022-48862 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.