| Summary | In the Linux kernel, the following vulnerability has been resolved: smb: client: fix off-by-8 bounds check in check_wsl_eas() The bounds check uses (u8 *)ea + nlen + 1 + vlen as the end of the EA The earlier check (u8 *)ea > end - sizeof(*ea) only guarantees the Fix this mess all up by using ea->ea_data as the base for the bounds An "untrusted" server can use this to leak up to 8 bytes of kernel heap |
|---|---|
| Publication Date | April 25, 2026, 12:16 a.m. |
| Registration Date | April 25, 2026, 4:07 a.m. |
| Last Update | April 25, 2026, 2:51 a.m. |