Bug 2400751 (CVE-2022-50427) - CVE-2022-50427 kernel: ALSA: ac97: fix possible memory leak in snd_ac97_dev_register()
Summary: CVE-2022-50427 kernel: ALSA: ac97: fix possible memory leak in snd_ac97_dev_r...
Keywords:
Status: NEW
Alias: CVE-2022-50427
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: 2025-10-01 12:05 UTC by OSIDB Bzimport
Modified: 2025-10-01 21:06 UTC (History)
0 users

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


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-10-01 12:05:21 UTC
In the Linux kernel, the following vulnerability has been resolved:

ALSA: ac97: fix possible memory leak in snd_ac97_dev_register()

If device_register() fails in snd_ac97_dev_register(), it should
call put_device() to give up reference, or the name allocated in
dev_set_name() is leaked.


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