Security Advisory

CVE-2022-50463

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2025-10-01 11:45:34
Last updated 2026-05-11 19:19:56
Assigner Linux
State PUBLISHED

Description

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.