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-2024-26686

Change History

New CVE Received by NIST 4/03/2024 11:15:52 AM

Action Type Old Value New Value
Added Description

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

fs/proc: do_task_stat: use sig->stats_lock to gather the threads/children stats

lock_task_sighand() can trigger a hard lockup.  If NR_CPUS threads call
do_task_stat() at the same time and the process has NR_THREADS, it will
spin with irqs disabled O(NR_CPUS * NR_THREADS) time.

Change do_task_stat() to use sig->stats_lock to gather the statistics
outside of ->siglock protected section, in the likely case this code will
run lockless.
Added Reference

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

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

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