NONE · 0

CVE-2026-53307

In the Linux kernel, the following vulnerability has been resolved: pinctrl: pinconf-generic: Fully validate 'pinmux' property The pinconf_generic_parse_dt_pinmux() assumes that the 'pinmux' propert...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: pinctrl: pinconf-generic: Fully validate 'pinmux' property The pinconf_generic_parse_dt_pinmux() assumes that the 'pinmux' property is not empty when present. This might be not true. With that, the allocator will give a special value in return and not NULL which lead to the crash when trying to access that (invalid) memory. Fix that by fully validating 'pinmux' value, including its length.

References

FAQ

What is CVE-2026-53307?

CVE-2026-53307 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: pinctrl: pinconf-generic: Fully validate 'pinmux' property The pinconf_generic_parse_dt_pinmux() assumes that the 'pinmux' propert...

How severe is CVE-2026-53307?

CVSS scoring is not yet available for CVE-2026-53307. Check NVD for updates.

Is there a patch for CVE-2026-53307?

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