CVE-2025-39838
BaseFortify
Publication date: 2025-09-19
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 | 6.1.153 |
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 NULL pointer dereference bug in the Linux kernel's CIFS component during UTF16 conversion. Specifically, a NULL value is passed without proper checks through several functions (__cifs_sfu_make_node, cifs_strndup_to_utf16, and cifs_local_to_utf16_bytes), leading to dereferencing a NULL pointer and causing a crash. The fix involves adding a check for NULL input to prevent this dereference.
How can this vulnerability impact me? :
This vulnerability can cause the Linux kernel to crash due to a NULL pointer dereference when handling certain CIFS operations involving UTF16 conversion. This crash can lead to denial of service by making the system unstable or unavailable.