CVE-2025-39855
BaseFortify
Publication date: 2025-09-19
Last updated on: 2025-12-12
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | From 6.15 (inc) to 6.16.6 (exc) |
| linux | linux_kernel | 6.17 |
| linux | linux_kernel | 6.17 |
| linux | linux_kernel | 6.17 |
| linux | linux_kernel | 6.17 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-416 | The product reuses or references memory after it has been freed. At some point afterward, the memory may be allocated again and saved in another pointer, while the original pointer references a location somewhere within the new allocation. Any operations using the original pointer are no longer valid because the memory "belongs" to the code that operates on the new pointer. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a NULL pointer dereference or use-after-free bug in the Linux kernel's ice driver, specifically in the ice_ptp_ts_irq() function. The issue arises because the function accesses a Tx timestamp tracking structure without verifying if it has been initialized. This can cause the kernel to crash when a Tx timestamp interrupt occurs simultaneously with the driver reset logic, leading to attempts to access invalid memory.
How can this vulnerability impact me? :
This vulnerability can cause the Linux kernel to crash due to NULL pointer dereference or use-after-free errors. Such crashes can lead to system instability, denial of service, or unexpected reboots, impacting the availability and reliability of systems using the affected ice driver.