Security Advisory

CVE-2022-49184

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2025-02-26 01:55:34
Last updated 2026-05-11 18:54:44
Assigner Linux
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: net: sparx5: switchdev: fix possible NULL pointer dereference As the possible failure of the allocation, devm_kzalloc() may return NULL pointer. Therefore, it should be better to check the db in order to prevent the dereference of NULL pointer.