CVE-2026-80992
Received Received - Intake

Ravb Network Driver PTP Clock Dereference Vulnerability

Vulnerability report for CVE-2026-80992, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-09-11

Last updated on: 2026-09-11

Assigner: kernel.org

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-11
Last Modified
2026-09-11
Generated
2026-09-12
AI Q&A
2026-09-11
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability in the Linux kernel involves a NULL pointer dereference in the ravb network driver's PTP (Precision Time Protocol) clock handling. The issue occurs because the PTP clock is not available before the first open operation, and querying its index can lead to dereferencing a NULL pointer. Additionally, registration failures may leave an error pointer in the private structure, causing further issues.

Detection Guidance

This vulnerability involves a NULL pointer dereference in the Linux kernel's ravb driver related to PTP clock handling. Detection requires checking kernel logs for errors in the ravb module or PTP clock operations. Look for messages indicating NULL pointer dereferences or registration failures in dmesg or system logs.

Impact Analysis

This vulnerability could cause system crashes or instability in systems using the ravb network driver with PTP clock functionality. It may lead to denial-of-service conditions if the NULL pointer dereference triggers kernel panics or unexpected behavior in time-sensitive network operations.

Mitigation Strategies

Update the Linux kernel to the latest stable version that includes the fix for this vulnerability. If updating is not immediately possible, consider disabling the ravb driver or PTP clock functionality if not required. Monitor kernel logs for any related errors after applying mitigations.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-80992. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart