CVE-2025-38409
Unknown Unknown - Not Provided
BaseFortify

Publication date: 2025-07-25

Last updated on: 2025-11-03

Assigner: kernel.org

Description
In the Linux kernel, the following vulnerability has been resolved: drm/msm: Fix another leak in the submit error path put_unused_fd() doesn't free the installed file, if we've already done fd_install(). So we need to also free the sync_file. Patchwork: https://patchwork.freedesktop.org/patch/653583/
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2025-07-25
Last Modified
2025-11-03
Generated
2026-05-27
AI Q&A
2025-07-25
EPSS Evaluated
2026-05-25
NVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel *
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
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.


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart