CVE-2025-39717
BaseFortify
Publication date: 2025-09-05
Last updated on: 2025-11-25
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | 6.17 |
| linux | linux_kernel | 6.17 |
| linux | linux_kernel | From 5.15.160 (inc) to 5.16 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-416 | The product reuses or references memory after it has been freed. At some point afterward, the memory may be allocated again and saved in another pointer, while the original pointer references a location somewhere within the new allocation. Any operations using the original pointer are no longer valid because the memory "belongs" to the code that operates on the new pointer. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability in the Linux kernel involves the open_tree_attr function, which was supposed to prevent changes to id-mappings without the OPEN_TREE_CLONE flag. Due to a bug, users could bypass this restriction by calling open_tree_attr without OPEN_TREE_CLONE, allowing id-mapping changes on detached mounts. This could lead to use-after-free (UAF) and locking issues, potentially causing unintended behavior or security risks.
How can this vulnerability impact me? :
The vulnerability allows modification of id-mappings on detached mounts, which can cause use-after-free and locking issues. This could lead to system instability, security risks such as privilege escalation, or unauthorized access due to improper handling of mount namespaces and id-mappings.