Bug 2516578 (CVE-2026-72258) - CVE-2026-72258 kernel: ASoC: mediatek: mt8183: Release reserved memory on cleanup
Summary: CVE-2026-72258 kernel: ASoC: mediatek: mt8183: Release reserved memory on cle...
Keywords:
Status: NEW
Alias: CVE-2026-72258
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-08-15 06:19 UTC by OSIDB Bzimport
Modified: 2026-08-18 18:05 UTC (History)
2 users (show)

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


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-08-15 06:19:53 UTC
In the Linux kernel, the following vulnerability has been resolved:

ASoC: mediatek: mt8183: Release reserved memory on cleanup

The MT8183 AFE probe can assign reserved memory with
of_reserved_mem_device_init(), but the assignment is never released on
driver removal or later probe failures.

Register a devm cleanup action so the reserved memory assignment is
released consistently, matching newer Mediatek AFE drivers.


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