Bug 2493757 (CVE-2026-53307) - CVE-2026-53307 kernel: pinctrl: pinconf-generic: Fully validate 'pinmux' property
Summary: CVE-2026-53307 kernel: pinctrl: pinconf-generic: Fully validate 'pinmux' prop...
Keywords:
Status: NEW
Alias: CVE-2026-53307
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
unspecified
unspecified
Target Milestone: ---
Assignee: Product Security
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-06-26 21:05 UTC by OSIDB Bzimport
Modified: 2026-06-29 08:33 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-06-26 21:05:30 UTC
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.

Comment 1 Mauro Matteo Cascella 2026-06-29 08:29:35 UTC
Upstream advisory:
https://lore.kernel.org/linux-cve-announce/2026062620-CVE-2026-53307-77ef@gregkh/T


Note You need to log in before you can comment on or make changes to this bug.