CVE-2024-44992
MEDIUM EPSS 7.8%
Published Sep 4, 20241y ago · Modified Jun 17, 20261w ago
5.5 CVSS 3.1
Published Sep 4, 2024 1y ago
Last Modified Jun 17, 2026 1w ago
Description
In the Linux kernel, the following vulnerability has been resolved: smb/client: avoid possible NULL dereference in cifs_free_subrequest() Clang static checker (scan-build) warning: cifsglob.h:line 890, column 3 Access to field 'ops' results in a dereference of a null pointer. Commit 519be989717c ("cifs: Add a tracepoint to track credits involved in R/W requests") adds a check for 'rdata->server', and let clang throw this warning about NULL dereference. When 'rdata->credits.value != 0 && rdata->server == NULL' happens, add_credits_and_wake_if() will call rdata->server->ops->add_credits(). This will cause NULL dereference problem. Add a check for 'rdata->server' to avoid NULL dereference.
CVSS Details
Base Score
Exploitability
Impact
Vector string
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H Attack Vector Local
Attack Complexity Low
Privileges Required Low
User Interaction None
Scope Unchanged
Confidentiality None
Integrity None
Availability High
Threat Intelligence
EPSS Exploit Probability
7.8% percentile
Exploit & Patch Status
No Known Exploit
Patch Available
Weaknesses 1
CWE-476 NULL Pointer Dereference Memory Safety
Affected Products 4
References 2
- git.kernel.org https://git.kernel.org/stable/c/74c2ab6d653b4c2354df65a7f7f2df1925a40a51
- git.kernel.org https://git.kernel.org/stable/c/fead60a6d5f84b472b928502a42c419253afe6c1
Remediation
- git.kernel.org https://git.kernel.org/stable/c/74c2ab6d653b4c2354df65a7f7f2df1925a40a51
- git.kernel.org https://git.kernel.org/stable/c/fead60a6d5f84b472b928502a42c419253afe6c1