Severity by source
AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Local access required; low-privilege user can trigger teardown path; no C/I impact, only kernel crash (availability high).
Primary rating from NVD.
CVSS VectorNVD
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Lifecycle Timeline
5DescriptionNVD
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.
AnalysisAI
NULL pointer dereference in the Linux kernel arm_mpam subsystem allows a local low-privileged attacker to crash the kernel by triggering a specific cleanup code path before initialization completes. The flaw exists in __destroy_component_cfg(), which unconditionally dereferences the embedded 'garbage' structure to free the configuration array even when mpam_disable() is called before __allocate_component_cfg() has ever run. …
Unlock full vulnerability intelligence
- Risk assessment & exploitation conditions
- Attack chain visualization
- Remediation with exact patch versions
- Threat intelligence from 22 sources
- Personal watchlist & email alerts
Free forever · No credit card required
Attack ChainAIDerived
Hypothetical attack flow derived from CVE metadata
Vulnerability AssessmentAI
| Exploitation | Exploitation requires local access with low user privileges (PR:L per CVSS) on a host running an affected Linux kernel version on ARM hardware that implements the MPAM architectural extension - this subsystem is absent on x86, most embedded ARM, and non-MPAM ARM hardware. … Additional conditions and limiting factors are described in the full assessment. |
| Risk Assessment | The CVSS 3.1 score of 5.5 (AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H) accurately reflects the limited scope: local access with low privileges is required, and the only impact is availability - a kernel panic resulting in system crash. … Full risk analysis with EPSS, KEV, and SSVC signal comparison available after sign-in. |
| Exploit Scenario | A local user with low privileges on an ARM server with MPAM-capable hardware could trigger a kernel panic by inducing an error condition or race during kernel initialization or shutdown that causes mpam_disable() to execute before __allocate_component_cfg() has run, resulting in a NULL pointer dereference in __destroy_component_cfg() and a system crash. No public proof-of-concept exploit code exists, and reproducing the timing condition likely requires familiarity with the arm_mpam subsystem internals. |
| Remediation | Apply the upstream stable patches available at https://git.kernel.org/stable/c/8eb6dc76eeae5302c0d885906a0e469ef9630a59 and https://git.kernel.org/stable/c/6ccbb613b42a1f1ba7bfd547a148f644a902a25c. … Detailed patch versions, workarounds, and compensating controls in full report. |
Threat intelligence, references, and detailed analysis are available after sign-in.
Same weakness CWE-476 – NULL Pointer Dereference
View allSame technique Denial Of Service
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-39883
GHSA-hfvr-wfpf-26r6