CVE-2025-38660

Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
22/08/2025
Last modified:
25/11/2025

Description

In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> [ceph] parse_longname(): strrchr() expects NUL-terminated string<br /> <br /> ... and parse_longname() is not guaranteed that. That&amp;#39;s the reason<br /> why it uses kmemdup_nul() to build the argument for kstrtou64();<br /> the problem is, kstrtou64() is not the only thing that need it.<br /> <br /> Just get a NUL-terminated copy of the entire thing and be done<br /> with that...

Vulnerable products and versions

CPE From Up to
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 6.6 (including) 6.12.42 (excluding)
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 6.13 (including) 6.15.10 (excluding)
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 6.16 (including) 6.16.1 (excluding)