CVE-2025-38409
BaseFortify
Publication date: 2025-07-25
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 | * |
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 memory or resource leak in the Linux kernel's drm/msm component. Specifically, the function put_unused_fd() does not free the installed file if fd_install() has already been called, leading to a leak of the sync_file resource. The issue has been fixed by ensuring the sync_file is also freed in the error path.
How can this vulnerability impact me? :
The vulnerability can cause resource leaks in the Linux kernel, potentially leading to increased memory or file descriptor usage. Over time, this could degrade system performance or stability, possibly causing crashes or denial of service if resources are exhausted.