First published: Thu Feb 27 2025(Updated: )
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.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | ||
>=6.8<6.12.13 | ||
>=6.13<6.13.2 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2025-21798 is classified as a medium severity vulnerability due to the potential for a NULL dereference in the Linux kernel.
To fix CVE-2025-21798, users should upgrade to the latest Linux kernel version where this vulnerability has been addressed.
Exploiting CVE-2025-21798 could result in a system crash or unexpected behavior due to a NULL pointer dereference.
CVE-2025-21798 affects previous versions of the Linux kernel prior to the patch that mitigates the vulnerability.
CVE-2025-21798 impacts the FireWire subsystem and specifically the kunit testing framework within the Linux kernel.