CVE-2025-40299
BaseFortify
Publication date: 2025-12-08
Last updated on: 2025-12-08
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability involves the Linux kernel's gve driver, which implemented a ptp_clock used only by do_aux_work. The functions ptp_clock_gettime() and ptp_sys_offset() expect every ptp_clock to have implemented either gettimex64 or gettime64. However, the gettimex64 function was missing, leading to a potential NULL pointer dereference. The fix was to stub gettimex64 to return -EOPNOTSUPP, preventing this NULL dereference.
How can this vulnerability impact me? :
The vulnerability could cause a NULL pointer dereference in the Linux kernel when certain time-related functions are called on the gve ptp_clock, potentially leading to system instability or crashes.