CVE-2022-48821
Last modified
CVE-2022-48821 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: misc: fastrpc: avoid double fput() on failed usercopy If the copy back to userland fails for the FASTRPC_IOCTL_ALLOC_DMA_BUFF ioctl(), we shouldn't assume that 'buf->dmabuf' is still valid. In fact, dma_buf_fd() called fd_install() before, i.e. EPSS estimates a 0.27% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: misc: fastrpc: avoid double fput() on failed usercopy If the copy back to userland fails for the FASTRPC_IOCTL_ALLOC_DMA_BUFF ioctl(), we shouldn't assume that 'buf->dmabuf' is still valid. In fact, dma_buf_fd() called fd_install() before, i.e. "consumed" one reference, leaving us with none. Calling dma_buf_put() will therefore put a reference we no longer own, leading to a valid file descritor table entry for an already released 'file' object which is a straight use-after-free. Simply avoid calling dma_buf_put() and rely on the process exit code to do the necessary cleanup, if needed, i.e. if the file descriptor is still valid.
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.1, < 5.4.180 | — |
| Linux | Linux Kernel | >= 5.5, < 5.10.101 | — |
| Linux | Linux Kernel | >= 5.11, < 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-48821?
How severe is CVE-2022-48821?
How do I fix CVE-2022-48821?
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-48816In the Linux kernel, the following vulnerability has been re…4.7
- CVE-2022-48817In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-48818In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-48819In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-4882A vulnerability was found in kaltura mwEmbed up to 2.91. It …4.7
- CVE-2022-48820In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2022-48822In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2022-48823In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-48824In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-48825In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-48826In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-48827In the Linux kernel, the following vulnerability has been re…7.1
Are you affected by CVE-2022-48821?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
