THREAT OPS › Threat News › [NVD] CVE-2022-49618 (MEDIUM 5.5) — In the Linux kernel, the following vulnerability has been resolved:
pinctrl: aspeed: Fix potential NULL dereference in aspeed_pinmux_set_mux()
pdesc could be null but still dereference pdesc->name and it will lead to
a null pointer access. So we move a null check before derefer
[NVD] CVE-2022-49618 (MEDIUM 5.5) — In the Linux kernel, the following vulnerability has been resolved: pinctrl: aspeed: Fix potential NULL dereference in aspeed_pinmux_set_mux() pdesc could be null but still dereference pdesc->name and it will lead to a null pointer access. So we move a null check before derefer
CVE-2022-49618 CVSS: 5.5 MEDIUM Published: 2025-02-26T07:01:37.197
In the Linux kernel, the following vulnerability has been resolved:
pinctrl: aspeed: Fix potential NULL dereference in aspeed_pinmux_set_mux()
pdesc could be null but still dereference pdesc->name and it will lead to a null pointer access. So we move a null check before dereference.
Indicators of compromise
- CVE-2022-49618cve
Original source: https://nvd.nist.gov/vuln/detail/CVE-2022-49618