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

cxl/region: Fix leakage in __construct_region()

Failing the first sysfs_update_group() needs to explicitly
kfree the resource as it is too early for cxl_region_iomem_release()
to do so.
Published: 2026-04-22
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Memory Leak leading to Potential Denial of Service
Action: Apply Patch
AI Analysis

Impact

The vulnerability resides in the Linux kernel’s CXL region handling code, where a failure on the first sysfs_update_group() call prevents the associated resource from being freed. This results in a memory resource leak that can accumulate over time and exhaust system memory, thereby disrupting normal operation of the kernel or other applications. The weakness is a classic memory leak (CWE-401) and a failure to release a resource after its effective lifetime (CWE-772).

Affected Systems

All installations of the Linux kernel that include the cxl module are potentially affected, as the issue is logged in the core kernel source and applies to any kernel build before the inclusion of the fix commit. Specific distribution or version information is not provided, so any kernel release before the fix should be considered vulnerable.

Risk and Exploitability

With a CVSS score of 5.5, the severity is moderate; repeated or forced failures of sysfs_update_group() could lead to memory exhaustion and subsequent denial of service. The EPSS score of 0.00024 (<1%) and the fact that it is not listed in CISA’s KEV catalog indicate that the vulnerability has not been widely exploited in public attacks. The most likely attack vector involves an attacker who can trigger the failure condition on a system with active CXL devices or from a privileged context where sysfs updates can misbehave.

Generated by OpenCVE AI on April 28, 2026 at 23:55 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade your Linux distribution or kernel to a release that applies commit 77b310bb7b5ff8c017524df83292e0242ba89791, which resolves the leak.
  • If you maintain a custom kernel, merge commit 77b310bb7b5ff8c017524df83292e0242ba89791 into your source tree and rebuild the kernel.
  • If the patch cannot be applied immediately and the device is not required, disable or remove the CXL subsystem modules to eliminate the vulnerable code path until an official fix is available.

Generated by OpenCVE AI on April 28, 2026 at 23:55 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 28 Apr 2026 18:00:00 +0000

Type Values Removed Values Added
CPEs cpe:2.3:o:linux:linux_kernel:7.0:rc1:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.0:rc2:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.0:rc3:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.0:rc4:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.0:rc5:*:*:*:*:*:*
Metrics 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'}


Mon, 27 Apr 2026 19:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-401

Thu, 23 Apr 2026 00:15:00 +0000


Wed, 22 Apr 2026 14:15:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: cxl/region: Fix leakage in __construct_region() Failing the first sysfs_update_group() needs to explicitly kfree the resource as it is too early for cxl_region_iomem_release() to do so.
Title cxl/region: Fix leakage in __construct_region()
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-05-11T22:10:33.610Z

Reserved: 2026-03-09T15:48:24.111Z

Link: CVE-2026-31529

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Analyzed

Published: 2026-04-22T14:16:53.183

Modified: 2026-04-28T17:57:24.347

Link: CVE-2026-31529

cve-icon Redhat

Severity :

Publid Date: 2026-04-22T00:00:00Z

Links: CVE-2026-31529 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-04-29T00:00:13Z

Weaknesses