Direct naar de inhoud
Kritieke cyberalerts voor jouw sector & systemen — direct in je inbox. Aanmelden →
CVE's Videos Dagbriefing

← Terug naar CVE-database

CVE-2026-53307

MEDIUM · 5.5 CVSS Gepubliceerd: CWE-476

Beschrijving NL

In de Linux kernel is de volgende kwetsbaarheid verholpen:

pinctrl: pinconf-generic: Valideer 'pinmux' -eigenschap volledig

De eigenschap pinconf_generic_parse_dt_pinmux () gaat ervan uit dat de eigenschap 'pinmux'
is niet leeg wanneer aanwezig. Dit is misschien niet waar. Daarmee heeft de allocator
zal een speciale waarde terug te geven en niet NUL die leiden tot de crash
wanneer u probeert toegang te krijgen tot dat (ongeldige) geheugen. Los dat op door volledig te valideren
'pinmux' -waarde, inclusief de lengte.

Origineel (Engels) tonen

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.

Vendors

Linux

Affected products

Linux Kernel

References