Bug 2400727 (CVE-2022-50463) - CVE-2022-50463 kernel: powerpc/52xx: Fix a resource leak in an error handling path
Summary: CVE-2022-50463 kernel: powerpc/52xx: Fix a resource leak in an error handling...
Keywords:
Status: NEW
Alias: CVE-2022-50463
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
unspecified
unspecified
Target Milestone: ---
Assignee: Product Security
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-10-01 12:03 UTC by OSIDB Bzimport
Modified: 2025-11-26 11:41 UTC (History)
0 users

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


Attachments (Terms of Use)

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

powerpc/52xx: Fix a resource leak in an error handling path

The error handling path of mpc52xx_lpbfifo_probe() has a request_irq()
that is not balanced by a corresponding free_irq().

Add the missing call, as already done in the remove function.


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