NONE · 0

CVE-2026-64336

In the Linux kernel, the following vulnerability has been resolved: USB: serial: keyspan_pda: fix information leak The write() callback is supposed to return the number of characters accepted or a n...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: USB: serial: keyspan_pda: fix information leak The write() callback is supposed to return the number of characters accepted or a negative errno. Since the addition of write fifo support the keyspan_pda implementation will however return the number characters submitted to the device if the write urb is not already in use. If this number is larger than the number of characters passed to write(), the line discipline continues writing data from beyond the tty write buffer. Fix the information leak by making sure that keyspan_pda_write_start() returns zero on success as intended.

References

FAQ

What is CVE-2026-64336?

CVE-2026-64336 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: USB: serial: keyspan_pda: fix information leak The write() callback is supposed to return the number of characters accepted or a n...

How severe is CVE-2026-64336?

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

Is there a patch for CVE-2026-64336?

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