THREATOPS
THREAT OPSThreat 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

lownvdPublished 2025-02-26

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

Original source: https://nvd.nist.gov/vuln/detail/CVE-2022-49618