CVE-2025-21773

CVSS 3.1 Score 5.5 of 10 (medium)

Details

Published Feb 27, 2025
Updated: Mar 5, 2025
CWE ID 476

Summary

CVE-2025-21773: A NULL pointer dereference vulnerability has been identified and addressed in the Linux kernel's etas_es58x driver. The driver mistakenly assumed that the serial number pointer in the udev structure, udev->serial, would never be NULL. An attacker could manipulate the device identity to provide a NULL USB serial number, which would result in a NULL pointer dereference, potentially leading to system instability or crashes. To mitigate this issue, a check has been added to ensure that es58x_dev->udev->serial is not NULL before being accessed.

Ligh bulbPrevent cyber attacks with Recorded Future by prioritizing and patching critical vulnerabilities being exploited by threat actors targeting your industry. Book your demo to learn more.

Share