U.S. flag   An official website of the United States government
Dot gov

Official websites use .gov
A .gov website belongs to an official government organization in the United States.

Https

Secure .gov websites use HTTPS
A lock (Dot gov) or https:// means you've safely connected to the .gov website. Share sensitive information only on official, secure websites.

Vulnerability Change Records for CVE-2022-48887

Change History

New CVE Received from kernel.org 8/21/2024 3:15:05 AM

Action Type Old Value New Value
Added 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.
Added Reference

								
							
							
						
kernel.org https://git.kernel.org/stable/c/7ac9578e45b20e3f3c0c8eb71f5417a499a7226a [No types assigned]
Added Reference

								
							
							
						
kernel.org https://git.kernel.org/stable/c/a309c7194e8a2f8bd4539b9449917913f6c2cd50 [No types assigned]