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

Change History

New CVE Received by NIST 7/16/2024 8:15:02 AM

Action Type Old Value New Value
Added Description

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

mtd: parsers: qcom: Fix kernel panic on skipped partition

In the event of a skipped partition (case when the entry name is empty)
the kernel panics in the cleanup function as the name entry is NULL.
Rework the parser logic by first checking the real partition number and
then allocate the space and set the data for the valid partitions.

The logic was also fundamentally wrong as with a skipped partition, the
parts number returned was incorrect by not decreasing it for the skipped
partitions.
Added Reference

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

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

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