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

7.8 · HIGH
Published Jun 20, 2024 linux CWE-476 EPSS 0.22% (12th pctl)

Overview

CVE-2022-48751 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: Transitional solution for clcsock race issue

We encountered a crash in smc_setsockopt() and it is caused by

accessing smc->clcsock after clcsock was released.

BUG: kernel NULL pointer dereference, address: 0000000000000020

#PF: supervisor read access in kernel mode

#PF: error_code(0x0000) - not-present page

PGD 0 P4D 0

Oops: 0000 [#1] PREEMPT SMP PTI

CPU: 1 PID: 50309 Comm: nginx Kdump: loaded Tainted: G E 5.16.0-rc4+ #53

RIP: 0010:smc_setsockopt+0x59/0x280 [smc]

Call Trace:

<TASK>

__sys_setsockopt+0xfc/0x190

__x64_sys_setsockopt+0x20/0x30

do_syscall_64+0x34/0x90

entry_SYSCALL_64_after_hwframe+0x44/0xae

RIP: 0033:0x7f16ba83918e

</TASK>

This patch tries to fix it by holding clcsock_release_lock and

checking whether clcsock has already been released before access.

In case that a crash of the same reason happens in smc_getsockopt()

or smc_switch_to_fallback(), this patch also checkes

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 >= 4.19.299, < 4.20 Affected

Frequently Asked Questions

What is CVE-2022-48751?

CVE-2022-48751 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-48751?

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

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

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