In the Linux kernel, the following vulnerability has been resolved:
cxl/region: Fix decoder allocation crash
When an intermediate port's decoders have been exhausted by existing
regions, and creating a new region with the port in question in it's
hierarchical path is attempted, cxl_port_attach_region() fails to find a
port decoder (as would be expected), and drops into the failure / cleanup
path.
However, during cleanup of the region reference, a sanity check attempts
to dereference the decoder, which in the above case didn't exist. This
causes a NULL pointer dereference BUG.
To fix this, refactor the decoder allocation and de-allocation into
helper routines, and in this 'free' routine, check that the decoder,
@cxld, is valid before attempting any operations on it.
Security readout for executives and security teams
Plain-English summary
This Linux kernel issue can crash an affected system when CXL region setup hits an exhausted decoder path. The business impact is availability, not data theft or tampering. It requires local privileges and applies to specific Linux kernel versions and CXL-related configurations.
Executive priority
Treat as a targeted availability risk. Patch during normal kernel maintenance, but raise priority for production systems using CXL where a local user-triggered crash would affect service continuity.
Technical view
The bug is a NULL pointer dereference in CXL region cleanup. If an intermediate port has no available decoder, cxl_port_attach_region() enters cleanup and a sanity check dereferences a missing decoder. CVSS 3.1 is 5.5 with local access, low privileges, no UI, and high availability impact.
Likely exposure
Exposure is most likely on Linux systems running affected kernel versions 6.0 through 6.0.8 or 6.1 with CXL region functionality present or enabled.
Exploitation context
The source bundle does not show active exploitation, and KEV is false. The CVSS vector indicates local, low-privilege access is required. The described outcome is a kernel BUG causing denial of service, not confidentiality or integrity compromise.
Researcher notes
Evidence is strongest for root cause and fix location, but the bundle does not include distribution-specific package mappings or proof of exploitation. Validate backports by commit reference, not only upstream version numbers.
Mitigation direction
Apply Linux kernel updates containing the referenced stable fixes.
Check distribution vendor advisories for backported fixes and exact package versions.
Prioritize hosts using CXL features or exposing CXL management workflows.
Limit access to CXL region management until patched, where operationally feasible.
Validation and detection
Inventory running kernel versions against the affected versions in the CVE record.
Check vendor changelogs for the referenced stable fix commits.
Identify systems with CXL hardware, drivers, or region management enabled.
Review kernel crash logs for related CXL NULL pointer dereference failures.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · low confidence lookup
CWE-476: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-476 · source CWE mapping
NULL Pointer Dereference
NULL Pointer Dereference represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.