CVE-2026-53023
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
24/06/2026
Last modified:
15/07/2026
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
fs/ntfs3: terminate the cached volume label after UTF-8 conversion<br />
<br />
ntfs_fill_super() loads the on-disk volume label with utf16s_to_utf8s()<br />
and stores the result in sbi->volume.label. The converted label is later<br />
exposed through ntfs3_label_show() using %s, but utf16s_to_utf8s() only<br />
returns the number of bytes written and does not add a trailing NUL.<br />
<br />
If the converted label fills the entire fixed buffer,<br />
ntfs3_label_show() can read past the end of sbi->volume.label while<br />
looking for a terminator.<br />
<br />
Terminate the cached label explicitly after a successful conversion and<br />
clamp the exact-full case to the last byte of the buffer.
Impact
Base Score 3.x
5.50
Severity 3.x
MEDIUM
Vulnerable products and versions
| CPE | From | Up to |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 5.15 (including) | 5.15.209 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 5.16 (including) | 6.1.175 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.2 (including) | 6.6.141 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.7 (including) | 6.12.91 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.13 (including) | 6.18.33 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.19 (including) | 7.0.10 (excluding) |
To consult the complete list of CPE names with products and versions, see this page
References to Advisories, Solutions, and Tools
- https://git.kernel.org/stable/c/0b11fcbe80a59acdf58337d80ebb5f72201d73d6
- https://git.kernel.org/stable/c/32b0686369e0afbb3549a0d93e2d8517da84cd30
- https://git.kernel.org/stable/c/54d564b762389679e2f8fb9eeb20af7e82371e1c
- https://git.kernel.org/stable/c/5cd0707b81cb4589f00aec5c4c1288bd0980d2a4
- https://git.kernel.org/stable/c/6136bbb054f7ab9f51ae99915541633b18bcef90
- https://git.kernel.org/stable/c/a6cd43fe9b083fa23fe1595666d5738856cb261a
- https://git.kernel.org/stable/c/bc7a0c34c4ca259cfddf3bc18fc5b3c6411d26ed



