Security Advisory

CVE-2022-48708

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2024-05-21 15:22:49
Last updated 2026-05-11 18:45:25
Assigner Linux
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: pinctrl: single: fix potential NULL dereference Added checking of pointer "function" in pcs_set_mux(). pinmux_generic_get_function() can return NULL and the pointer "function" was dereferenced without checking against NULL. Found by Linux Verification Center (linuxtesting.org) with SVACE.