CVE-2026-53065
UnknownSummary
A vulnerability has been identified in the Linux kernel related to the allocation of regmap_field objects that are not freed after the driver is removed, potentially leading to resource leaks.
Risk Assessment
The organization may experience performance issues and unnecessary resource consumption, which could affect the stability of applications relying on this driver.
Recommendation
It is recommended to switch to devm_regmap_field_alloc() to automatically manage the lifetime of allocations in the device context.
Original NVD description (English source)
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.

