Security Advisory

CVE-2024-50055

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2024-10-21 19:39:46
Last updated 2026-05-11 20:44:32
Assigner Linux
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: driver core: bus: Fix double free in driver API bus_register() For bus_register(), any error which happens after kset_register() will cause that @priv are freed twice, fixed by setting @priv with NULL after the first free.