Bug 2402221 (CVE-2022-50537) - CVE-2022-50537 kernel: firmware: raspberrypi: fix possible memory leak in rpi_firmware_probe()
Summary: CVE-2022-50537 kernel: firmware: raspberrypi: fix possible memory leak in rpi...
Keywords:
Status: NEW
Alias: CVE-2022-50537
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-07 16:03 UTC by OSIDB Bzimport
Modified: 2026-06-29 20:16 UTC (History)
2 users (show)

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


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-10-07 16:03:44 UTC
In the Linux kernel, the following vulnerability has been resolved:

firmware: raspberrypi: fix possible memory leak in rpi_firmware_probe()

In rpi_firmware_probe(), if mbox_request_channel() fails, the 'fw' will
not be freed through rpi_firmware_delete(), fix this leak by calling
kfree() in the error path.


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