Security Advisory

CVE-2024-56773

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2025-01-08 17:49:12
Last updated 2026-05-11 20:58:47
Assigner Linux
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: kunit: Fix potential null dereference in kunit_device_driver_test() kunit_kzalloc() may return a NULL pointer, dereferencing it without NULL check may lead to NULL dereference. Add a NULL check for test_state.