CyberAlerts is shutting down on June 30th, 2025. Thank you for your support!

CVE-2024-53681: nvmet: Don't overflow subsysnqn

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.

Classification

CVE ID: CVE-2024-53681

Affected Products

Vendor: Linux

Product: Linux

Exploit Prediction Scoring System (EPSS)

EPSS Score: 0.04% (probability of being exploited)

EPSS Percentile: 11.5% (scored less or equal to compared to others)

EPSS Date: 2025-02-13 (when was this score calculated)

References

https://git.kernel.org/stable/c/86645d8d062af3fdcbdaa0a289b95de55bca827d
https://git.kernel.org/stable/c/4db3d750ac7e894278ef1cb1c53cc7d883060496

Timeline