CVE-2024-44992
Last modified
CVE-2024-44992 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. 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.. EPSS estimates a 0.18% chance of exploitation in the next 30 days.
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.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 6.10, < 6.10.7 | — |
| Linux | Linux Kernel | 6.11 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2024-44992?
How severe is CVE-2024-44992?
How do I fix CVE-2024-44992?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2024
- CVE-2024-44987In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2024-44988In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-44989In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-4499A Cross-Site Request Forgery (CSRF) vulnerability exists in …6.3
- CVE-2024-44990In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-44991In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-44993In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2024-44994In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-44995In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-44996In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-44997In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2024-44998In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2024-44992?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
