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.
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2025-01-15 13:15
Updated : 2025-10-15 19:59
NVD link : CVE-2024-53681
Mitre link : CVE-2024-53681
CVE.ORG link : CVE-2024-53681
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-120
Buffer Copy without Checking Size of Input ('Classic Buffer Overflow')
