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-2021-47088

Change History

New CVE Received by NIST 3/04/2024 1:15:07 PM

Action Type Old Value New Value
Added Description

								
							
							
						
In the Linux kernel, the following vulnerability has been resolved:

mm/damon/dbgfs: protect targets destructions with kdamond_lock

DAMON debugfs interface iterates current monitoring targets in
'dbgfs_target_ids_read()' while holding the corresponding
'kdamond_lock'.  However, it also destructs the monitoring targets in
'dbgfs_before_terminate()' without holding the lock.  This can result in
a use_after_free bug.  This commit avoids the race by protecting the
destruction with the corresponding 'kdamond_lock'.
Added Reference

								
							
							
						
Linux https://git.kernel.org/stable/c/330c6117a82c16a9a365a51cec5c9ab30b13245c [No types assigned]
Added Reference

								
							
							
						
Linux https://git.kernel.org/stable/c/34796417964b8d0aef45a99cf6c2d20cebe33733 [No types assigned]