CVE-2025-68747
BaseFortify
Publication date: 2025-12-24
Last updated on: 2025-12-29
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
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 Use-After-Free (UAF) issue in the Linux kernel's drm/panthor component related to kernel buffer object virtual address (VA) nodes. When the Memory Management Unit (MMU) is down, a function called panthor_vm_unmap_range() might return an error, but the code does not properly handle this case and leaves a VA node inserted in the drm_mm memory manager. This can lead to a UAF condition when adjacent nodes are removed, potentially causing memory corruption or instability.
How can this vulnerability impact me? :
The vulnerability can lead to a Use-After-Free condition in the kernel memory management, which may cause system instability, crashes, or potentially allow an attacker to execute arbitrary code or escalate privileges by exploiting the corrupted memory state.