CVE Catalog

CVE-2026-89977

Unknown
Published: Translated: NVD NIST

Summary

In the Linux kernel, the ethosu accelerator has an issue with missing MMIO mapping error checks during probe. devm_platform_ioremap_resource() can return an error pointer, which is used without checking, leading to a crash.

Risk Assessment

Missing mapping error checks can lead to system crashes during device initialization.

Recommendation

Apply the patch that checks the mapping error and returns it before initializing the device.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: accel/ethosu: check MMIO mapping errors in probe devm_platform_ioremap_resource() returns an error pointer when the register resource cannot be mapped. ethosu_probe() stores it and continues until initialization dereferences it through MMIO accessors. Return the mapping error before initializing the device.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS