CVE-2022-48887
Last modified
CVE-2022-48887 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: Remove rcu locks from user resources User resource lookups used rcu to avoid two extra atomics. Unfortunately the rcu paths were buggy and it was easy to make the driver crash by submitting command buffers from two different threads. EPSS estimates a 0.22% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: Remove rcu locks from user resources User resource lookups used rcu to avoid two extra atomics. Unfortunately the rcu paths were buggy and it was easy to make the driver crash by submitting command buffers from two different threads. Because the lookups never show up in performance profiles replace them with a regular spin lock which fixes the races in accesses to those shared resources. Fixes kernel oops'es in IGT's vmwgfx execution_buffer stress test and seen crashes with apps using shared resources.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 4.20, < 6.1.7 | — |
| Linux | Linux Kernel | 6.2 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2022-48887?
How severe is CVE-2022-48887?
How do I fix CVE-2022-48887?
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-48881In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2022-48882In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-48883In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2022-48884In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-48885In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-48886In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-48888In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-48889In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-4889A vulnerability classified as critical was found in visegrip…9.8
- CVE-2022-48890In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-48891In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-48892In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2022-48887?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
