2 matches found
CVE-2025-21798
In the Linux kernel, the following vulnerability has been resolved: firewire: test: Fix potential null dereference in firewire kunit test kunitkzalloc may return a NULL pointer, dereferencing it without NULL check may lead to NULL dereference. Add a NULL check for teststate...
PT-2025-8989 · Linux +3 · Linux Kernel +3
Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A potential null dereference issue has been identified in the firewire kunit test of the Linux kernel. The kunit kzalloc function may return a NULL pointer, and without a proper NULL...