2 matches found
CVE-2023-53750
In CVE-2023-53750, the Linux kernel pinctrl freescale code had a memory out-of-bounds risk when num_configs equals 1, as pad wakeup can pass a configuration index of 1 which should not be fetched. The provided fix adjusts to read configs[1] only when num_configs is 2, preventing out-of-bounds acc...
CVE-2023-53750 pinctrl: freescale: Fix a memory out of bounds when num_configs is 1
In the Linux kernel, the following vulnerability has been resolved: pinctrl: freescale: Fix a memory out of bounds when numconfigs is 1 The config passed in by pad wakeup is 1, when numconfigs is 1, Configuration 1 should not be fetched, which will be detected by KASAN as a memory out of bounds...