CVE-2025-39865
BaseFortify
Publication date: 2025-09-19
Last updated on: 2025-11-03
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | kernel | 5.10.244-1 |
| linux | kernel | 6.6.0-39 |
| linux | kernel | 6.1.153-1 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a NULL pointer dereference in the Linux kernel's tee_shm_put function. It occurs because the function tee_shm_put is called with a NULL pointer, which happens when reg_pair_to_ptr returns NULL and this is not checked before calling tee_shm_put. This leads to a kernel crash (panic) due to an invalid memory access.
How can this vulnerability impact me? :
This vulnerability can cause the Linux kernel to crash unexpectedly, leading to system instability or denial of service. Specifically, it can cause a kernel panic during certain operations involving the tee subsystem, potentially interrupting normal system operation.