Security Advisory

CVE-2022-50192

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2025-06-18 11:03:37
Last updated 2026-05-11 19:14:34
Assigner Linux
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: spi: tegra20-slink: fix UAF in tegra_slink_remove() After calling spi_unregister_master(), the refcount of master will be decrease to 0, and it will be freed in spi_controller_release(), the device data also will be freed, so it will lead a UAF when using tspi. To fix this, get the master before unregister and put it when finish using it.