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

5.5 · MEDIUM
Published May 1, 2025 linux CWE-476 EPSS 0.19% (8th pctl)

Overview

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

ring-buffer: Check for NULL cpu_buffer in ring_buffer_wake_waiters()

On some machines the number of listed CPUs may be bigger than the actual

CPUs that exist. The tracing subsystem allocates a per_cpu directory with

access to the per CPU ring buffer via a cpuX file. But to save space, the

ring buffer will only allocate buffers for online CPUs, even though the

CPU array will be as big as the nr_cpu_ids.

With the addition of waking waiters on the ring buffer when closing the

file, the ring_buffer_wake_waiters() now needs to make sure that the

buffer is allocated (with the irq_work allocated with it) before trying to

wake waiters, as it will cause a NULL pointer dereference.

While debugging this, I added a NULL check for the buffer itself (which is

OK to do), and also NULL pointer checks against buffer->buffers (which is

not fine, and will WARN) as well as making sure the CPU number passed in

is within the nr_cpu_ids

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.75, < 5.15.78 Affected

Frequently Asked Questions

What is CVE-2022-49889?

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

How severe is CVE-2022-49889?

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

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

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