Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: nvmet-tcp: fix kernel crash if commands allocation fails If the commands allocation fails in nvmet_tcp_alloc_cmds() the kernel crashes in nvmet_tcp_release_queue_work() because of a NULL pointer dereference. nvmet: failed to install queue 0 cntlid 1 ret 6 Unable to handle kernel NULL pointer dereference at virtual address 0000000000000008 Fix the bug by setting queue->nr_cmds to zero in case nvmet_tcp_alloc_cmd() fails.
CVSS Score
MEDIUM
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 5.0, < 5.4.284 |
Related Weaknesses (CWE)
References
- https://git.kernel.org/stable/c/03e1fd0327fa5e2174567f5fe9290fe21d21b8f4Patch
- https://git.kernel.org/stable/c/489f2913a63f528cfe3f21722583fb981967ecdaPatch
- https://git.kernel.org/stable/c/50632b877ce55356f5d276b9add289b1e7ddc683Patch
- https://git.kernel.org/stable/c/5572a55a6f830ee3f3a994b6b962a5c327d28cb3Patch
- https://git.kernel.org/stable/c/6c04d1e3ab22cc5394ef656429638a5947f87244Patch
- https://git.kernel.org/stable/c/7957c731fc2b23312f8935812dee5a0b14b04e2dPatch
- https://git.kernel.org/stable/c/91dad30c5607e62864f888e735d0965567827bdfPatch
- https://lists.debian.org/debian-lts-announce/2024/10/msg00003.html
- https://lists.debian.org/debian-lts-announce/2025/01/msg00001.html
FAQ
What is CVE-2024-46737?
CVE-2024-46737 is a vulnerability with a CVSS score of 5.5 (MEDIUM). In the Linux kernel, the following vulnerability has been resolved: nvmet-tcp: fix kernel crash if commands allocation fails If the commands allocation fails in nvmet_tcp_alloc_cmds() the kernel cra...
How severe is CVE-2024-46737?
CVE-2024-46737 has been rated MEDIUM with a CVSS base score of 5.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2024-46737?
Check the references section above for vendor advisories and patch information. Affected products include: Linux Linux Kernel.