CVE-2025-39683
BaseFortify
Publication date: 2025-09-05
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 | linux_kernel | 5.10.244 |
| linux | linux_kernel | 6.1.153 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability occurs in the Linux kernel's tracing subsystem. When a string longer than the maximum allowed length (FTRACE_BUFF_MAX) is written to set_ftrace_filter, a function called trace_get_user fails but does not properly terminate the buffer. This leads to an out-of-bounds (OOB) memory access when the kernel later processes this buffer, causing a KASAN (Kernel Address Sanitizer) alarm. Essentially, the kernel reads beyond the allocated memory, which can cause instability or crashes.
How can this vulnerability impact me? :
This vulnerability can cause the Linux kernel to crash or behave unpredictably due to out-of-bounds memory access. This can lead to denial of service or potentially allow an attacker to exploit the kernel's memory corruption to execute arbitrary code or escalate privileges, depending on the context and further exploitation.