NONE · 0

CVE-2026-89794

In the Linux kernel, the following vulnerability has been resolved: ksmbd: zero pipe read compound padding Compound response handling extends the last response iov to an eight-byte boundary. smb2_r...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: ksmbd: zero pipe read compound padding Compound response handling extends the last response iov to an eight-byte boundary. smb2_read_pipe() allocates only the payload size, so the alignment padding can expose up to seven bytes of uninitialized kernel heap memory. Allocate the aligned size and clear the unused tail before pinning the response buffer.

References

FAQ

What is CVE-2026-89794?

CVE-2026-89794 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: ksmbd: zero pipe read compound padding Compound response handling extends the last response iov to an eight-byte boundary. smb2_r...

How severe is CVE-2026-89794?

CVSS scoring is not yet available for CVE-2026-89794. Check NVD for updates.

Is there a patch for CVE-2026-89794?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.