Tracker / CVE-2026-31612
CVE-2026-31612
High 7.5
In the Linux kernel, the following vulnerability has been resolved: ksmbd: validate EaNameLength in smb2_get_ea() smb2_get_ea() reads ea_req->EaNameLength from the client request and passes it directly to strncmp() as the comparison length without verifying that the length of the name really is the size of the input buffer received. Fix this up by properly checking the size of the name based on the value received and the overall size of the request, to prevent a later strncmp() call to use the length as a "trusted" size of the buffer. Without this check, uninitialized heap values might be slowly leaked to the client.
Affected products and versions
| linux | linux_kernel · 5.15 → 6.6.136 |
|---|---|
| linux | linux_kernel · 6.13 → 6.18.24 |
| linux | linux_kernel · 6.19 → 6.19.14 |
| linux | linux_kernel · 6.7 → 6.12.83 |
| linux | linux_kernel · 7.0 → 7.0.1 |
Analysis
This page is not indexable yet.Until it carries original analysis — what it actually exposes, how to check in two minutes whether a system was touched, what to do if it was — the page stays noindex. The database decides that, not the template.