NONE · 0

CVE-2026-68365

In the Linux kernel, the following vulnerability has been resolved: USB: serial: io_edgeport: cap received transmit credits The interrupt-status packet reports transmit credits returned by the devic...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: USB: serial: io_edgeport: cap received transmit credits The interrupt-status packet reports transmit credits returned by the device. edge_interrupt_callback() adds the 16-bit value to txCredits without checking maxTxCredits. edge_write() uses txCredits minus the software FIFO count as the amount of data that fits. Since the FIFO is allocated with maxTxCredits bytes, txCredits exceeding maxTxCredits can cause OOB write in ring buffer. Cap accumulated credits at maxTxCredits. Conforming devices should never hit the cap.

References

FAQ

What is CVE-2026-68365?

CVE-2026-68365 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: USB: serial: io_edgeport: cap received transmit credits The interrupt-status packet reports transmit credits returned by the devic...

How severe is CVE-2026-68365?

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

Is there a patch for CVE-2026-68365?

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