CyberRota
← Ana sayfaya dön

CVE-2026-53307

UNKNOWN · CVSS N/A EPSS %0.15

Kaynak: NVD + CISA KEV + EPSS · Yayınlanma: 2026-06-26T20:17:24.010 · Çekilme zamanı: 2026-06-30T18:36:12.267519+00:00

CyberRota Yorumu

Bellek tüketimine neden olabilir.

CVE
CVE-2026-53307
Severity
UNKNOWN
CVSS
N/A
EPSS
%0.15
Linux

Orijinal NVD Açıklaması

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.