Bug 2348155 (CVE-2022-49245) - CVE-2022-49245 kernel: ASoC: rockchip: Fix PM usage reference of rockchip_i2s_tdm_resume
Summary: CVE-2022-49245 kernel: ASoC: rockchip: Fix PM usage reference of rockchip_i2s...
Keywords:
Status: NEW
Alias: CVE-2022-49245
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: 2025-02-26 03:19 UTC by OSIDB Bzimport
Modified: 2025-02-26 18:11 UTC (History)
4 users (show)

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


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-02-26 03:19:32 UTC
In the Linux kernel, the following vulnerability has been resolved:

ASoC: rockchip: Fix PM usage reference of rockchip_i2s_tdm_resume

pm_runtime_get_sync will increment pm usage counter
even it failed. Forgetting to putting operation will
result in reference leak here. We fix it by replacing
it with pm_runtime_resume_and_get to keep usage counter
balanced.

Comment 1 Avinash Hanwate 2025-02-26 13:49:27 UTC
Upstream advisory:
https://lore.kernel.org/linux-cve-announce/2025022625-CVE-2022-49245-dcd4@gregkh/T

Comment 2 Avinash Hanwate 2025-02-26 18:00:29 UTC
Upstream advisory:
https://lore.kernel.org/linux-cve-announce/2025022625-CVE-2022-49245-dcd4@gregkh/T


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