Security Advisory

CVE-2022-50537

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2025-10-07 15:21:03
Last updated 2026-05-23 15:24:41
Assigner Linux
State PUBLISHED

Description

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.