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

7.8 · HIGH
Published Aug 21, 2024 linux CWE-415 EPSS 0.25% (16th pctl)

Overview

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

sched/core: Fix use-after-free bug in dup_user_cpus_ptr()

Since commit 07ec77a1d4e8 ("sched: Allow task CPU affinity to be

restricted on asymmetric systems"), the setting and clearing of

user_cpus_ptr are done under pi_lock for arm64 architecture. However,

dup_user_cpus_ptr() accesses user_cpus_ptr without any lock

protection. Since sched_setaffinity() can be invoked from another

process, the process being modified may be undergoing fork() at

the same time. When racing with the clearing of user_cpus_ptr in

__set_cpus_allowed_ptr_locked(), it can lead to user-after-free and

possibly double-free in arm64 kernel.

Commit 8f9ea86fdf99 ("sched: Always preserve the user requested

cpumask") fixes this problem as user_cpus_ptr, once set, will never

be cleared in a task's lifetime. However, this bug was re-introduced

in commit 851a723e45d1 ("sched: Always clear user_cpus_ptr in

do_set_cpus_allowed()") which allows the cleari

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, < 5.15.89 Affected

Frequently Asked Questions

What is CVE-2022-48892?

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

How severe is CVE-2022-48892?

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

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

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