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

Change History

New CVE Received from kernel.org 11/09/2024 6:15:06 AM

Action Type Old Value New Value
Added Description

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

xfs: fix finding a last resort AG in xfs_filestream_pick_ag

When the main loop in xfs_filestream_pick_ag fails to find a suitable
AG it tries to just pick the online AG.  But the loop for that uses
args->pag as loop iterator while the later code expects pag to be
set.  Fix this by reusing the max_pag case for this last resort, and
also add a check for impossible case of no AG just to make sure that
the uninitialized pag doesn't even escape in theory.
Added Reference

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

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

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