Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: nvmet: Don't overflow subsysnqn nvmet_root_discovery_nqn_store treats the subsysnqn string like a fixed size buffer, even though it is dynamically allocated to the size of the string. Create a new string with kstrndup instead of using the old buffer.
CVSS Score
MEDIUM
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 6.9.1, < 6.12.9 |
Related Weaknesses (CWE)
References
- https://git.kernel.org/stable/c/4db3d750ac7e894278ef1cb1c53cc7d883060496Patch
- https://git.kernel.org/stable/c/86645d8d062af3fdcbdaa0a289b95de55bca827dPatch
FAQ
What is CVE-2024-53681?
CVE-2024-53681 is a vulnerability with a CVSS score of 5.5 (MEDIUM). In the Linux kernel, the following vulnerability has been resolved: nvmet: Don't overflow subsysnqn nvmet_root_discovery_nqn_store treats the subsysnqn string like a fixed size buffer, even though i...
How severe is CVE-2024-53681?
CVE-2024-53681 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-53681?
Check the references section above for vendor advisories and patch information. Affected products include: Linux Linux Kernel.