CyberRota Analysis
AI-GeneratedThe vulnerability affects the Linux kernel's handling of Precision Time Protocol (PTP) clocks, where dereferencing a NULL pointer can occur if the PTP clock is queried before it is initialized. This can lead to potential system instability or crashes during network operations that rely on precise timing. System administrators and developers working with Linux kernel networking components should prioritize addressing this issue to ensure reliable performance and prevent disruptions.
Original NVD Description
In the Linux kernel, the following vulnerability has been resolved: net: ravb: avoid dereferencing an invalid PTP clock The PTP clock is unavailable before the first open, so querying its index can dereference a NULL pointer. Registration failures can also leave an error pointer in priv->ptp.clock. Cache the PHC index separately and report -1 while no clock is registered. Normalize registration errors to NULL and preserve the static timestamping capabilities.