← Back to CVE List

CVE-2025-21798

Published: 2025-02-27T20:16Z
Last Modified: 2025-03-05T14:57Z
Source: MITRE CVE List
License: MITRE-CVE-TOS
In the Linux kernel, the following vulnerability has been resolved: firewire: test: Fix potential null dereference in firewire kunit 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. > MITRE Terms of Use apply – see LICENSE‑MITRE.txt