CVE-2026-90271: arm_mpam: Fix a NULL pointer dereference on unbinding after an error interrupt

Published Sep 17, 2026
·
Updated

In the Linux kernel, the following vulnerability has been resolved:

armmpam: Fix a NULL pointer dereference on unbinding after an error interrupt

If a user unbinds an MSC after mpamdisable() has been run in response to an error interrupt then a dereference of a NULL pointer occurs as mpamdisable() sets the drvdata to NULL. Add an early return to the driver remove callback to avoid this.

Affected Software

1 affected component
Linux Linux kernel

Event History

Sep 17, 2026
CVE Published
via MITRE·04:08 PM
Data Sourced
via MITRE·04:08 PM
Description

Frequently Asked Questions

1

Which systems are exposed to this issue?

Systems using the Linux kernel arm_mpam driver and an MSC are affected when an MSC can be unbound after the driver has been disabled in response to an error interrupt.

2

What sequence triggers the NULL pointer dereference?

An error interrupt causes mpam_disable() to run and clear the driver's drvdata pointer. If a user then unbinds the MSC, the driver remove callback can dereference that NULL pointer.

3

What does the resolution change?

The fix adds an early return in the driver remove callback when the driver data has already been cleared, preventing the dereference during unbinding.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203