CVE-2025-38562
BaseFortify
Publication date: 2025-08-19
Last updated on: 2026-04-18
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | kernel | 6.1.153-1 |
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 error in the Linux kernel's ksmbd component, specifically in the generate_encryptionkey function. It occurs when a client sends two session setups with krb5 authentication to ksmbd. If the session is valid, the Preauth_HashValue is set to NULL, which can cause the generate_encryptionkey function to dereference a null pointer, potentially leading to a crash or denial of service. The patch fixes this by skipping the encryption key generation if the session is valid.
How can this vulnerability impact me? :
This vulnerability can cause a null pointer dereference in the ksmbd service, which may lead to a denial of service by crashing the service or the kernel. This could disrupt normal operations on systems using ksmbd with krb5 authentication, potentially affecting availability.