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

7.8 · HIGH
Published Feb 26, 2025 linux CWE-416 EPSS 0.29% (21th pctl)

Overview

CVE-2022-49700 is a high-severity vulnerability affecting linux linux_kernel. It was published on February 26, 2025 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:

mm/slub: add missing TID updates on slab deactivation

The fastpath in slab_alloc_node() assumes that c->slab is stable as long as

the TID stays the same. However, two places in __slab_alloc() currently

don't update the TID when deactivating the CPU slab.

If multiple operations race the right way, this could lead to an object

getting lost; or, in an even more unlikely situation, it could even lead to

an object being freed onto the wrong slab's freelist, messing up the

`inuse` counter and eventually causing a page to be freed to the page

allocator while it still contains slab objects.

(I haven't actually tested these cases though, this is just based on

looking at the code. Writing testcases for this stuff seems like it'd be

a pain...)

The race leading to state inconsistency is (all operations on the same CPU

and kmem_cache):

- task A: begin do_slab_free():

- read TID

- read pcpu freelist (==NULL)

- che

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 >= 3.1, < 4.9.323 Affected

Frequently Asked Questions

What is CVE-2022-49700?

CVE-2022-49700 is a high-severity vulnerability affecting linux linux_kernel. It was published on February 26, 2025 and has a CVSS 3.1 base score of 7.8 (HIGH).

How severe is CVE-2022-49700?

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

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

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