← Back to CVE List

CVE-2022-49060

Published: 2025-02-26T07:00Z
Last Modified: 2025-03-18T18:15Z
Source: MITRE CVE List
License: MITRE-CVE-TOS
In the Linux kernel, the following vulnerability has been resolved: net/smc: Fix NULL pointer dereference in smc_pnet_find_ib() dev_name() was called with dev.parent as argument but without to NULL-check it before. Solve this by checking the pointer before the call to dev_name(). > MITRE Terms of Use apply – see LICENSE‑MITRE.txt