Bug 2429067 (CVE-2025-71081) - CVE-2025-71081 kernel: ASoC: stm32: sai: fix OF node leak on probe
Summary: CVE-2025-71081 kernel: ASoC: stm32: sai: fix OF node leak on probe
Keywords:
Status: NEW
Alias: CVE-2025-71081
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
unspecified
unspecified
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-01-13 16:04 UTC by OSIDB Bzimport
Modified: 2026-01-15 02:26 UTC (History)
0 users

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


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-01-13 16:04:20 UTC
In the Linux kernel, the following vulnerability has been resolved:

ASoC: stm32: sai: fix OF node leak on probe

The reference taken to the sync provider OF node when probing the
platform device is currently only dropped if the set_sync() callback
fails during DAI probe.

Make sure to drop the reference on platform probe failures (e.g. probe
deferral) and on driver unbind.

This also avoids a potential use-after-free in case the DAI is ever
reprobed without first rebinding the platform driver.


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