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

ASoC: sti: use managed regmap_field allocations

The regmap_field objects allocated at player init are never freed and
may leak resources if the driver is removed.

Switch to devm_regmap_field_alloc() to automatically limit the lifetime
of the allocations the lifetime of the device.
Published: 2026-06-24
Score: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability resides in the Linux kernel’s ASoC STI driver where regmap_field objects allocated during player initialization are never released. This oversight can cause memory or resource leaks that accumulate over time, potentially degrading system performance or crashing the kernel, thereby resulting in a denial of service.

Affected Systems

The issue affects any Linux system that runs the affected ASoC STI driver. It applies generally to distributions that ship the upstream kernel version containing the un-managed allocation code; no specific version range is listed in the CVE data.

Risk and Exploitability

No CVSS or EPSS metrics are published, and the vulnerability is not listed in CISA KEV. Because the leak occurs only when the driver is removed or reinitialized, an attacker would need local system access and repeated load/unload cycles to exploit it. Although the exploit path is unlikely to be automated, prolonged exposure could lead to resource exhaustion and eventual denial of service.

Generated by OpenCVE AI on June 24, 2026 at 19:19 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest Linux kernel update that incorporates the devm_regmap_field_alloc fix for the ASoC STI driver.
  • If an update is not possible, configure the system to avoid loading the uninitialized driver or replace the allocation routine with devm_regmap_field_alloc via a custom patch.
  • Continuously monitor kernel memory and resource usage for irregular growth indicative of lingering allocations.

Generated by OpenCVE AI on June 24, 2026 at 19:19 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 24 Jun 2026 19:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-401

Wed, 24 Jun 2026 17:15:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: ASoC: sti: use managed regmap_field allocations The regmap_field objects allocated at player init are never freed and may leak resources if the driver is removed. Switch to devm_regmap_field_alloc() to automatically limit the lifetime of the allocations the lifetime of the device.
Title ASoC: sti: use managed regmap_field allocations
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-24T16:30:08.161Z

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

Link: CVE-2026-53065

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-06-24T19:30:08Z

Weaknesses
  • CWE-401

    Missing Release of Memory after Effective Lifetime