CVE-2025-38437
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 | 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 use-after-free issue in the Linux kernel's ksmbd component. It occurs when the function ksmbd_iov_pin_rsp returns an error, leading to accessing freed memory related to opinfo->state and potentially calling opinfo_put and ksmbd_fd_put functions twice, which can cause instability or crashes.
How can this vulnerability impact me? :
The vulnerability can cause system instability or crashes due to improper memory handling in the ksmbd component of the Linux kernel. This could potentially be exploited to cause denial of service or other unexpected behavior on affected systems.