NONE · 0

CVE-2026-92477

In the Linux kernel, the following vulnerability has been resolved: scsi: ufs: debugfs: Reserve space for a string terminator ufs_saved_err_write() copies user input into a zero-initialized stack bu...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: scsi: ufs: debugfs: Reserve space for a string terminator ufs_saved_err_write() copies user input into a zero-initialized stack buffer and passes it to kstrtoint(). A write that fills the entire buffer overwrites its only terminator. Reject an input whose length leaves no room for the trailing NUL.

References

FAQ

What is CVE-2026-92477?

CVE-2026-92477 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: scsi: ufs: debugfs: Reserve space for a string terminator ufs_saved_err_write() copies user input into a zero-initialized stack bu...

How severe is CVE-2026-92477?

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

Is there a patch for CVE-2026-92477?

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