CyberRota
← Ana sayfaya dön

CVE-2026-46261

MEDIUM · CVSS 5.5 EPSS %0.11

Kaynak: NVD + CISA KEV + EPSS · Yayınlanma: 2026-06-03T18:16:27.330 · Çekilme zamanı: 2026-06-30T12:09:11.062046+00:00

CyberRota Yorumu

Bellek tüketimine neden olabilir.

CVE
CVE-2026-46261
Severity
MEDIUM
CVSS
5.5
EPSS
%0.11
Linux

Orijinal NVD Açıklaması

In the Linux kernel, the following vulnerability has been resolved: spi: wpcm-fiu: Fix potential NULL pointer dereference in wpcm_fiu_probe() platform_get_resource_byname() can return NULL, which would cause a crash when passed the pointer to resource_size(). Move the fiu->memory_size assignment after the error check for devm_ioremap_resource() to prevent the potential NULL pointer dereference.