CyberRota
← Ana sayfaya dön

CVE-2026-46296

UNKNOWN · CVSS N/A EPSS %0.16

Kaynak: NVD + CISA KEV + EPSS · Yayınlanma: 2026-06-08T17:16:48.037 · Çekilme zamanı: 2026-06-30T12:13:02.437989+00:00

CyberRota Yorumu

Detaylı analiz gerekiyor.

CVE
CVE-2026-46296
Severity
UNKNOWN
CVSS
N/A
EPSS
%0.16
Linux

Orijinal NVD Açıklaması

In the Linux kernel, the following vulnerability has been resolved: spi: s3c64xx: fix NULL-deref on driver unbind A change moving DMA channel allocation from probe() back to s3c64xx_spi_prepare_transfer() failed to remove the corresponding deallocation from remove(). Drop the bogus DMA channel release from remove() to avoid triggering a NULL-pointer dereference on driver unbind. This issue was flagged by Sashiko when reviewing a controller deregistration fix.