CVE Catalog

CVE-2026-90271

Unknown
Published: Translated: NVD NIST

Summary

In the Linux kernel, the arm_mpam driver causes a NULL pointer dereference when a user unbinds an MSC after mpam_disable() has run in response to an error interrupt. mpam_disable() sets drvdata to NULL, and the driver remove callback does not check this state.

Risk Assessment

A NULL pointer dereference can lead to a kernel panic and denial of service. The issue affects ARM systems using MPAM and the sysfs unbind operation.

Recommendation

Update the Linux kernel to a version with the fix adding an early return in the driver remove callback. Avoid manually unbinding MSC via sysfs until the update is applied.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: arm_mpam: Fix a NULL pointer dereference on unbinding after an error interrupt If a user unbinds an MSC after mpam_disable() has been run in response to an error interrupt then a dereference of a NULL pointer occurs as mpam_disable() sets the drvdata to NULL. Add an early return to the driver remove callback to avoid this.

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