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

7.0 · HIGH
Published May 3, 2024 linux CWE-362 EPSS 0.19% (9th pctl)

Overview

CVE-2022-48689 is a high-severity vulnerability affecting linux linux_kernel. It was published on May 3, 2024 and has a CVSS 3.1 base score of 7.0 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.0, 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:

tcp: TX zerocopy should not sense pfmemalloc status

We got a recent syzbot report [1] showing a possible misuse

of pfmemalloc page status in TCP zerocopy paths.

Indeed, for pages coming from user space or other layers,

using page_is_pfmemalloc() is moot, and possibly could give

false positives.

There has been attempts to make page_is_pfmemalloc() more robust,

but not using it in the first place in this context is probably better,

removing cpu cycles.

Note to stable teams :

You need to backport 84ce071e38a6 ("net: introduce

__skb_fill_page_desc_noacc") as a prereq.

Race is more probable after commit c07aea3ef4d4

("mm: add a signature in struct page") because page_is_pfmemalloc()

is now using low order bit from page->lru.next, which can change

more often than page->index.

Low order bit should never be set for lru.next (when used as an anchor

in LRU list), so KCSAN report is mostly a false positive.

Backporting t

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.14, < 5.15.68 Affected

Frequently Asked Questions

What is CVE-2022-48689?

CVE-2022-48689 is a high-severity vulnerability affecting linux linux_kernel. It was published on May 3, 2024 and has a CVSS 3.1 base score of 7.0 (HIGH).

How severe is CVE-2022-48689?

This vulnerability has a CVSS 3.1 base score of 7.0, 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-48689?

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

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