NONE · 0

CVE-2023-53750

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

Vulnerability 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.

References

FAQ

What is CVE-2023-53750?

CVE-2023-53750 is a documented vulnerability. 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 ...

How severe is CVE-2023-53750?

CVSS scoring is not yet available for CVE-2023-53750. Check NVD for updates.

Is there a patch for CVE-2023-53750?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.