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

5.5 · MEDIUM
Published Jun 18, 2025 linux CWE-476 EPSS 0.21% (11th pctl)

Overview

CVE-2022-49973 is a medium-severity vulnerability affecting linux linux_kernel. It was published on June 18, 2025 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:

skmsg: Fix wrong last sg check in sk_msg_recvmsg()

Fix one kernel NULL pointer dereference as below:

[ 224.462334] Call Trace:

[ 224.462394] __tcp_bpf_recvmsg+0xd3/0x380

[ 224.462441] ? sock_has_perm+0x78/0xa0

[ 224.462463] tcp_bpf_recvmsg+0x12e/0x220

[ 224.462494] inet_recvmsg+0x5b/0xd0

[ 224.462534] __sys_recvfrom+0xc8/0x130

[ 224.462574] ? syscall_trace_enter+0x1df/0x2e0

[ 224.462606] ? __do_page_fault+0x2de/0x500

[ 224.462635] __x64_sys_recvfrom+0x24/0x30

[ 224.462660] do_syscall_64+0x5d/0x1d0

[ 224.462709] entry_SYSCALL_64_after_hwframe+0x65/0xca

In commit 9974d37ea75f ("skmsg: Fix invalid last sg check in

sk_msg_recvmsg()"), we change last sg check to sg_is_last(),

but in sockmap redirection case (without stream_parser/stream_verdict/

skb_verdict), we did not mark the end of the scatterlist. Check the

sk_msg_alloc, sk_msg_page_add, and bpf_msg_push_data functions, they all

do not mark the

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.15.61, < 5.15.66 Affected

Frequently Asked Questions

What is CVE-2022-49973?

CVE-2022-49973 is a medium-severity vulnerability affecting linux linux_kernel. It was published on June 18, 2025 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

How severe is CVE-2022-49973?

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

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

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