CVE-2023-53750 - pinctrl: freescale: Fix a memory out of bounds when num_configs is 1
CVE ID : CVE-2023-53750
Published : Dec. 8, 2025, 2:15 a.m. | 29 minutes ago
Description : In the Linux kernel, the following vulnerability has been resolved: pinctrl: freescale: Fix a memory out of bounds when num_configs is 1 The config passed in by pad wakeup is 1, when num_configs is 1, Configuration [1] should not be fetched, which will be detected by KASAN as a memory out of bounds condition. Modify to get configs[1] when num_configs is 2.
Severity: 0.0 | NA
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
Published : Dec. 8, 2025, 2:15 a.m. | 29 minutes ago
Description : In the Linux kernel, the following vulnerability has been resolved: pinctrl: freescale: Fix a memory out of bounds when num_configs is 1 The config passed in by pad wakeup is 1, when num_configs is 1, Configuration [1] should not be fetched, which will be detected by KASAN as a memory out of bounds condition. Modify to get configs[1] when num_configs is 2.
Severity: 0.0 | NA
Visit the link for more details, such as CVSS details, affected products, timeline, and more...