CVE-2024-44992: smb/client: avoid possible NULL dereference in cifs_free_subrequest()
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.
Security readout for executives and security teams
Plain-English summary
A flaw in the Linux kernel SMB/CIFS client can trigger a null-pointer dereference while releasing a request. The documented impact is a system crash or loss of availability, not data theft or modification. The supplied CVSS score is 7.5 (High).
Executive priority
Prioritize remediation on critical Linux systems using SMB/CIFS, especially where a crash would interrupt business services. This is a high-severity availability risk, but the supplied evidence does not show active exploitation, confidentiality loss, or integrity loss.
Technical view
In cifs_free_subrequest(), a request can retain nonzero credits while its server pointer is NULL. The credit-return path may then access server->ops->add_credits(), causing a NULL dereference. The kernel fix adds a server-pointer check. The supplied CVSS vector indicates network reachability, low complexity, no privileges or interaction, and availability-only impact.
Likely exposure
Exposure is limited to Linux systems running an affected kernel and exercising the SMB/CIFS client code. The bundle lists affected 6.10-series and 6.11 entries, but does not clearly express every boundary or distribution backport. Confirm the effective status with each Linux distributor.
Exploitation context
The supplied record does not establish active exploitation, and the CVE is not identified as CISA KEV. Although the CVSS vector describes network attack potential, the bundle provides no proof of a practical public exploit or reliable remote trigger. Treat exploitation status as unconfirmed.
Researcher notes
The issue was identified through Clang static analysis. The critical state is nonzero request credits combined with a NULL server pointer, followed by credit-return logic dereferencing server operations. Two upstream stable commit references are supplied. Exact reachability, trigger control, affected boundaries, and distribution-specific backports are not fully documented in the bundle.
Mitigation direction
Install a vendor-supported kernel containing the applicable stable fix.
Check distributor guidance for backports and precise affected-version boundaries.
Prioritize SMB/CIFS-using systems where an availability failure would disrupt critical services.
Use vendor-recommended temporary mitigations if patching must be delayed.
Validation and detection
Inventory kernel versions on systems that use SMB/CIFS client functionality.
Confirm the installed vendor kernel includes the applicable stable fix or backport.
Review vendor advisories because package versions may not match upstream kernel numbering.
After updating, verify the intended kernel is running and SMB/CIFS workloads remain operational.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cve · low confidence lookup
CVE-2024-44992 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.