Security Advisory

CVE-2022-50278

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2025-09-15 14:21:15
Last updated 2026-05-11 19:16:14
Assigner Linux
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: PNP: fix name memory leak in pnp_alloc_dev() After commit 1fa5ae857bb1 ("driver core: get rid of struct devices bus_id string array"), the name of device is allocated dynamically, move dev_set_name() after pnp_add_id() to avoid memory leak.