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

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

Overview

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

iio: buffer: Fix file related error handling in IIO_BUFFER_GET_FD_IOCTL

If we fail to copy the just created file descriptor to userland, we

try to clean up by putting back 'fd' and freeing 'ib'. The code uses

put_unused_fd() for the former which is wrong, as the file descriptor

was already published by fd_install() which gets called internally by

anon_inode_getfd().

This makes the error handling code leaving a half cleaned up file

descriptor table around and a partially destructed 'file' object,

allowing userland to play use-after-free tricks on us, by abusing

the still usable fd and making the code operate on a dangling

'file->private_data' pointer.

Instead of leaving the kernel in a partially corrupted state, don't

attempt to explicitly clean up and leave this to the process exit

path that'll release any still valid fds, including the one created

by the previous call to anon_inode_getfd(). Simply return -EFAULT t

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.13, < 5.15.24 Affected

Frequently Asked Questions

What is CVE-2022-48801?

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

How severe is CVE-2022-48801?

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

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

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