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-48721

7.8 · HIGH
Published Jun 20, 2024 linux EPSS 0.23% (14th pctl)

Overview

CVE-2022-48721 is a high-severity vulnerability affecting linux linux_kernel. It was published on June 20, 2024 and has a CVSS 3.1 base score of 7.8 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. 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:

net/smc: Forward wakeup to smc socket waitqueue after fallback

When we replace TCP with SMC and a fallback occurs, there may be

some socket waitqueue entries remaining in smc socket->wq, such

as eppoll_entries inserted by userspace applications.

After the fallback, data flows over TCP/IP and only clcsocket->wq

will be woken up. Applications can't be notified by the entries

which were inserted in smc socket->wq before fallback. So we need

a mechanism to wake up smc socket->wq at the same time if some

entries remaining in it.

The current workaround is to transfer the entries from smc socket->wq

to clcsock->wq during the fallback. But this may cause a crash

like this:

general protection fault, probably for non-canonical address 0xdead000000000100: 0000 [#1] PREEMPT SMP PTI

CPU: 3 PID: 0 Comm: swapper/3 Kdump: loaded Tainted: G E 5.16.0+ #107

RIP: 0010:__wake_up_common+0x65/0x170

Call Trace:

<IRQ>

__wake_u

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.4.164, < 5.5 Affected

Frequently Asked Questions

What is CVE-2022-48721?

CVE-2022-48721 is a high-severity vulnerability affecting linux linux_kernel. It was published on June 20, 2024 and has a CVSS 3.1 base score of 7.8 (HIGH).

How severe is CVE-2022-48721?

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. 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-48721?

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-48721?

CyberStrike's AI-powered security agents can automatically detect CVE-2022-48721 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.