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

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

Overview

CVE-2022-48988 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:

memcg: fix possible use-after-free in memcg_write_event_control()

memcg_write_event_control() accesses the dentry->d_name of the specified

control fd to route the write call. As a cgroup interface file can't be

renamed, it's safe to access d_name as long as the specified file is a

regular cgroup file. Also, as these cgroup interface files can't be

removed before the directory, it's safe to access the parent too.

Prior to 347c4a874710 ("memcg: remove cgroup_event->cft"), there was a

call to __file_cft() which verified that the specified file is a regular

cgroupfs file before further accesses. The cftype pointer returned from

__file_cft() was no longer necessary and the commit inadvertently dropped

the file type check with it allowing any file to slip through. With the

invarients broken, the d_name and parent accesses can now race against

renames and removals of arbitrary files and cause use-after-free's.

Fix the

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

Frequently Asked Questions

What is CVE-2022-48988?

CVE-2022-48988 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-48988?

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

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

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