Bug 2516257 (CVE-2026-72259) - CVE-2026-72259 kernel: ASoC: mediatek: mt8192: Release reserved memory on cleanup
Summary: CVE-2026-72259 kernel: ASoC: mediatek: mt8192: Release reserved memory on cle...
Keywords:
Status: NEW
Alias: CVE-2026-72259
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-08-15 06:03 UTC by OSIDB Bzimport
Modified: 2026-08-17 14:21 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:03:01 UTC
In the Linux kernel, the following vulnerability has been resolved:

ASoC: mediatek: mt8192: Release reserved memory on cleanup

The MT8192 AFE probe calls of_reserved_mem_device_init() and falls
back to preallocated buffers when no reserved memory region is
available. When the reserved memory assignment succeeds, however, the
driver never releases it.

Register a devm cleanup action after a successful reserved-memory
assignment so the assignment is released on probe failure and driver
unbind.


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