CVE-2026-23433 PUBLISHED

arm_mpam: Fix null pointer dereference when restoring bandwidth counters

Assigner: Linux
Reserved: 13.01.2026 Published: 03.04.2026 Updated: 03.04.2026

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

arm_mpam: Fix null pointer dereference when restoring bandwidth counters

When an MSC supporting memory bandwidth monitoring is brought offline and then online, mpam_restore_mbwu_state() calls __ris_msmon_read() via ipi to restore the configuration of the bandwidth counters. It doesn't care about the value read, mbwu_arg.val, and doesn't set it leading to a null pointer dereference when __ris_msmon_read() adds to it. This results in a kernel oops with a call trace such as:

Call trace: __ris_msmon_read+0x19c/0x64c (P) mpam_restore_mbwu_state+0xa0/0xe8 smp_call_on_cpu_callback+0x1c/0x38 process_one_work+0x154/0x4b4 worker_thread+0x188/0x310 kthread+0x11c/0x130 ret_from_fork+0x10/0x20

Provide a local variable for val to avoid __ris_msmon_read() dereferencing a null pointer when adding to val.

Product Status

Vendor Linux
Product Linux
Versions Default: unaffected
  • affected from 41e8a14950e1732af51cfec8fa09f8ded02a5ca9 to ac3e12bc195786d3d44d730b5b2259fd36191848 (excl.)
  • affected from 41e8a14950e1732af51cfec8fa09f8ded02a5ca9 to 4ad79c874e53ebb7fe3b8ae7ac6c858a2121f415 (excl.)
Vendor Linux
Product Linux
Versions Default: affected
  • Version 6.19 is affected
  • unaffected from 0 to 6.19 (excl.)
  • unaffected from 6.19.10 to 6.19.* (incl.)
  • unaffected from 7.0-rc5 to * (incl.)

References