CVE-2025-38207
BaseFortify
Publication date: 2025-07-04
Last updated on: 2025-11-18
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | From 5.15.160 (inc) to 5.16 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-NVD-CWE-noinfo |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability involves a bug in the Linux kernel's memory management related to uprobes (user-space probes). When expanding a virtual memory area (VMA) using certain memory remapping operations (mremap), the page table entries (PTEs) for uprobes can be incorrectly overwritten. This happens because during the remapping and merging of VMAs, the uprobe anonymous page is installed but then overwritten by a subsequent step, causing the PTE to become orphaned. This bug was detected by the Syzkaller fuzzing tool and can be reproduced by specific sequences of mmap and mremap calls involving uprobes at zero offset.
How can this vulnerability impact me? :
The vulnerability can lead to corrupted memory management state in the Linux kernel, specifically involving uprobes and virtual memory areas. This could cause kernel instability or crashes (BUG alerts), potentially affecting system reliability. However, no direct information about exploitation or further impact such as privilege escalation or data leakage is provided.