CVE-2026-80992: net: ravb: avoid dereferencing an invalid PTP clock

Published Sep 11, 2026
·
Updated

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.

Affected Software

1 affected component
Linux Linux kernel

Event History

Sep 11, 2026
CVE Published
via MITRE·07:42 PM
Data Sourced
via MITRE·07:42 PM
Description

Frequently Asked Questions

1

What systems are exposed to this issue?

Systems using the Linux kernel ravb network driver are exposed when software queries the PTP hardware clock index before the interface has been opened, or after PTP clock registration fails.

2

What does an attacker or triggering condition require?

The issue is triggered by querying the PTP clock index while no valid PTP clock is registered. The provided information does not identify any remote attack vector or authentication requirement.

3

What can be done if the fix cannot be applied immediately?

Avoid querying the ravb interface's PTP clock index until after the interface has been opened and a PTP clock is registered. Handle unavailable clock state as no registered clock rather than dereferencing the clock pointer.

4

How can administrators identify a potentially affected state?

A potentially affected state exists if the ravb interface has not yet been opened, or if its PTP clock registration failed, and PTP clock index information is queried. The corrected behavior reports an index of -1 while no clock is registered.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203