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

arm_mpam: Check whether the config array is allocated before destroying it

__destroy_component_cfg() is called to free the configuration array.
It uses the embedded 'garbage' structure, which means the array has
to be allocated.

If __destroy_component_cfg() is called from mpam_disable() before the
configuration was ever allocated, then a NULL pointer is dereferenced.

Check for this case and return early if the configuration is not
allocated.

__destroy_component_cfg() also frees the mbwu_state as this is allocated
by __allocate_component_cfg(). As the mbwu_state is allocated after
comp->cfg is set, and is also under mpam_list_lock, only the first
pointer needs checking.
Published: 2026-06-26
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The arm_mpam subsystem in the Linux kernel calls __destroy_component_cfg() to free a configuration array. If mpam_disable() is invoked before the array has ever been allocated, the function dereferences a NULL pointer, causing a kernel panic and taking the system offline. This is a classic null‑pointer dereference vulnerability (CWE‑476), resulting in a denial of service.

Affected Systems

All Linux kernel releases that include the arm_mpam driver on ARM‑based architectures are potentially impacted, including early releases such as kernel 7.1 RC1‑RC3 and any distribution kernels that have not applied the fix. The vulnerability applies to generic Linux kernels regardless of distribution vendor.

Risk and Exploitability

The CVSS score of 5.5 indicates moderate severity, while the EPSS score of <1% suggests a low likelihood of exploitation. The CVE is not listed in the CISA KEV catalog and no public exploits are known. The likely attack vector is local; an attacker with sufficient privileges to invoke mpam_disable—such as the root user or a user with elevated capabilities—could trigger the crash. Remote exploitation would require physical access or a more advanced attack that enables execution of the mpam_disable path.

Generated by OpenCVE AI on August 12, 2026 at 09:18 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest Linux kernel update that contains the NULL‑pointer check in __destroy_component_cfg.
  • Temporarily disable or unload the arm_mpam driver module until the patch is available, preventing the vulnerable code path from executing.
  • Continuously monitor kernel logs for MPAM‑related crashes and apply the patch as soon as it is released.

Generated by OpenCVE AI on August 12, 2026 at 09:18 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Ubuntu USN Ubuntu USN USN-8566-1 Linux kernel vulnerabilities
Ubuntu USN Ubuntu USN USN-8568-1 Linux kernel (OEM) vulnerabilities
Ubuntu USN Ubuntu USN USN-8569-1 Linux kernel (HWE) vulnerabilities
Ubuntu USN Ubuntu USN USN-8593-1 Linux kernel vulnerabilities
Ubuntu USN Ubuntu USN USN-8603-1 Linux kernel (Azure) vulnerabilities
Ubuntu USN Ubuntu USN USN-8618-1 Linux kernel vulnerabilities
Ubuntu USN Ubuntu USN USN-8663-1 Linux kernel (NVIDIA) vulnerabilities
Ubuntu USN Ubuntu USN USN-8664-1 Linux kernel (NVIDIA BaseOS) vulnerabilities
History

Mon, 29 Jun 2026 12:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-909
References
Metrics threat_severity

None

cvssV3_1

{'score': 5.5, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H'}

threat_severity

Low


Fri, 26 Jun 2026 20:15:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: arm_mpam: Check whether the config array is allocated before destroying it __destroy_component_cfg() is called to free the configuration array. It uses the embedded 'garbage' structure, which means the array has to be allocated. If __destroy_component_cfg() is called from mpam_disable() before the configuration was ever allocated, then a NULL pointer is dereferenced. Check for this case and return early if the configuration is not allocated. __destroy_component_cfg() also frees the mbwu_state as this is allocated by __allocate_component_cfg(). As the mbwu_state is allocated after comp->cfg is set, and is also under mpam_list_lock, only the first pointer needs checking.
Title arm_mpam: Check whether the config array is allocated before destroying it
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-06-26T19:40:40.694Z

Reserved: 2026-06-09T07:44:35.395Z

Link: CVE-2026-53278

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Analyzed

Published: 2026-06-26T20:17:19.277

Modified: 2026-07-08T03:58:33.900

Link: CVE-2026-53278

cve-icon Redhat

Severity : Low

Publid Date: 2026-06-26T00:00:00Z

Links: CVE-2026-53278 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-12T09:30:01Z

Weaknesses
  • CWE-476

    NULL Pointer Dereference

  • CWE-909

    Missing Initialization of Resource