Bug 2492271 (CVE-2026-53065) - CVE-2026-53065 kernel: ASoC: sti: use managed regmap_field allocations
Summary: CVE-2026-53065 kernel: ASoC: sti: use managed regmap_field allocations
Keywords:
Status: NEW
Alias: CVE-2026-53065
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
unspecified
unspecified
Target Milestone: ---
Assignee: Product Security
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-06-24 18:02 UTC by OSIDB Bzimport
Modified: 2026-06-25 13:36 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-06-24 18:02:08 UTC
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.

Comment 1 Mauro Matteo Cascella 2026-06-25 13:30:30 UTC
Upstream advisory:
https://lore.kernel.org/linux-cve-announce/2026062403-CVE-2026-53065-f9f3@gregkh/T


Note You need to log in before you can comment on or make changes to this bug.