CVE-2025-39818
BaseFortify
Publication date: 2025-09-16
Last updated on: 2025-12-02
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.14 (inc) to 6.16.5 (exc) |
| linux | linux_kernel | 6.17 |
| linux | linux_kernel | 6.17 |
| linux | linux_kernel | 6.17 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-787 | The product writes data past the end, or before the beginning, of the intended buffer. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a bug in the Linux kernel's intel-thc-hid driver where incorrect pointer arithmetic was used when accessing I2C registers. This caused out-of-bounds memory access leading to kernel crashes. The issue was fixed by replacing the incorrect pointer arithmetic with direct array indexing to ensure safe memory access.
How can this vulnerability impact me? :
This vulnerability can cause the Linux kernel to crash due to out-of-bounds memory access, potentially leading to system instability or denial of service. It may affect systems using the intel-thc-hid driver, causing unexpected reboots or failures.