← Back to CVE List

CVE-2022-48708

Published: 2024-05-21T16:15Z
Last Modified: 2024-12-31T20:05Z
Source: MITRE CVE List
License: MITRE-CVE-TOS
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. > MITRE Terms of Use apply – see LICENSE‑MITRE.txt