CVE Catalog

CVE-2024-38623

HighCVSS 7.8
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Elevated risk
0.79%

53th percentile - higher than 53% of all known CVEs

Summary

In the Linux kernel, the NTFS3 filesystem used a fixed-size array instead of a variable-length array, causing a smatch warning about the buffer being too small when copying the name. The fix changes to a variable-length array.

Risk Assessment

Potential buffer overflow when setting the NTFS volume label, which could lead to memory corruption or system crash.

Recommendation

Apply a Linux kernel update containing the fix that uses a variable-length array in ntfs_set_label.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Use variable length array instead of fixed size Should fix smatch warning: ntfs_set_label() error: __builtin_memcpy() 'uni->name' too small (20 vs 256)

Vulnerability data from NVD (NIST) · CISA KEV · EPSS