CVE-2026-53307
The CVE-2026-53307 issue affects the Linux kernel’s pinctrl/pinconf-generic code. It concerns parsing the DT pinmux property: if pinmux is present but empty, the allocator can return a non-NULL, invalid pointer, causing a crash when dereferenced. The fix is to fully validate the pinmux value, inc...