Security Advisory

CVE-2022-49060

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2025-02-26 01:54:30
Last updated 2026-05-11 18:52:15
Assigner Linux
State PUBLISHED

Description

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().