CVE-2024-44992
Severity CVSS v4.0:
Pending analysis
Type:
CWE-476
NULL Pointer Dereference
Publication date:
04/09/2024
Last modified:
06/09/2024
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
smb/client: avoid possible NULL dereference in cifs_free_subrequest()<br />
<br />
Clang static checker (scan-build) warning:<br />
cifsglob.h:line 890, column 3<br />
Access to field &#39;ops&#39; results in a dereference of a null pointer.<br />
<br />
Commit 519be989717c ("cifs: Add a tracepoint to track credits involved in<br />
R/W requests") adds a check for &#39;rdata->server&#39;, and let clang throw this<br />
warning about NULL dereference.<br />
<br />
When &#39;rdata->credits.value != 0 && rdata->server == NULL&#39; happens,<br />
add_credits_and_wake_if() will call rdata->server->ops->add_credits().<br />
This will cause NULL dereference problem. Add a check for &#39;rdata->server&#39;<br />
to avoid NULL dereference.
Impact
Base Score 3.x
5.50
Severity 3.x
MEDIUM
Vulnerable products and versions
| CPE | From | Up to |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.10 (including) | 6.10.7 (excluding) |
| cpe:2.3:o:linux:linux_kernel:6.11:rc1:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:6.11:rc2:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:6.11:rc3:*:*:*:*:*:* |
To consult the complete list of CPE names with products and versions, see this page



