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-50127

Change History

New CVE Received by NIST 11/05/2024 1:15:15 PM

Action Type Old Value New Value
Added Description

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

net: sched: fix use-after-free in taprio_change()

In 'taprio_change()', 'admin' pointer may become dangling due to sched
switch / removal caused by 'advance_sched()', and critical section
protected by 'q->current_entry_lock' is too small to prevent from such
a scenario (which causes use-after-free detected by KASAN). Fix this
by prefer 'rcu_replace_pointer()' over 'rcu_assign_pointer()' to update
'admin' immediately before an attempt to schedule freeing.
Added Reference

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

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

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

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

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