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

5.5 · MEDIUM
Published Aug 22, 2024 linux CWE-401 EPSS 0.24% (15th pctl)

Overview

CVE-2022-48909 is a medium-severity vulnerability affecting linux linux_kernel. It was published on August 22, 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:

net/smc: fix connection leak

There's a potential leak issue under following execution sequence :

smc_release smc_connect_work

if (sk->sk_state == SMC_INIT)

send_clc_confirim

tcp_abort();

...

sk.sk_state = SMC_ACTIVE

smc_close_active

switch(sk->sk_state) {

...

case SMC_ACTIVE:

smc_close_final()

// then wait peer closed

Unfortunately, tcp_abort() may discard CLC CONFIRM messages that are

still in the tcp send buffer, in which case our connection token cannot

be delivered to the server side, which means that we cannot get a

passive close message at all. Therefore, it is impossible for the to be

disconnected at all.

This patch tries a very simple way to avoid this issue, once the state

has changed to SMC_ACTIVE after tcp_abort(), we can actively abort the

smc connection, considering that the state is SMC_INIT before

tcp_abort(), abandoning the complete disconnection process should not

cause too

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.3, < 5.10.104 Affected

Frequently Asked Questions

What is CVE-2022-48909?

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

How severe is CVE-2022-48909?

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

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

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