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

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

Overview

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

perf: Fix perf_pending_task() UaF

Per syzbot it is possible for perf_pending_task() to run after the

event is free()'d. There are two related but distinct cases:

- the task_work was already queued before destroying the event;

- destroying the event itself queues the task_work.

The first cannot be solved using task_work_cancel() since

perf_release() itself might be called from a task_work (____fput),

which means the current->task_works list is already empty and

task_work_cancel() won't be able to find the perf_pending_task()

entry.

The simplest alternative is extending the perf_event lifetime to cover

the task_work.

The second is just silly, queueing a task_work while you know the

event is going away makes no sense and is easily avoided by

re-arranging how the event is marked STATE_DEAD and ensuring it goes

through STATE_OFF on the way down.

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 >= 0, < 5.15.84 Affected

Frequently Asked Questions

What is CVE-2022-48950?

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

How severe is CVE-2022-48950?

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

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

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