CVE-2022-48801
Last modified
CVE-2022-48801 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. 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(). EPSS estimates a 0.28% chance of exploitation in the next 30 days.
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 to indicate the error.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 5.13, < 5.15.24 | — |
| Linux | Linux Kernel | >= 5.16, < 5.16.10 | — |
| Linux | Linux Kernel | 5.17 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2022-48801?
How severe is CVE-2022-48801?
How do I fix CVE-2022-48801?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2022
- CVE-2022-48796In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2022-48797In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-48798In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-48799In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-4880A vulnerability was found in stakira OpenUtau. It has been c…9.8
- CVE-2022-48800In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-48802In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-48803In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-48804In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-48805In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2022-48806In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-48807In the Linux kernel, the following vulnerability has been re…5.5
Are you affected by CVE-2022-48801?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
