CVE-2026-68365
Last modified
CVE-2026-68365 is a vulnerability of currently unknown severity. 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.
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.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < ee57992c053a6d395e98ced2d4c9cc3b42d8c27a; >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < 64b687f9694777754285d489abbefa3784bc78da; >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < cbe00048b69d67c8a78293cb7681b4c9963b26c7; >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < 1e47d8228b8767c8ac722aedb388f70adeeda43d; >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < faaddd811c5099f11a5f52e68a6b31a5898cda4f |
| Linux | Linux | 2.6.12 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-68365?
How severe is CVE-2026-68365?
How do I fix CVE-2026-68365?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-68359In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68360In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68361In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68362In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68363In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68364In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68366In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68367In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68368In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68369In the Linux kernel, the following vulnerability has been re…
- CVE-2026-6837A post-authentication command injection vulnerability in the…7.2
- CVE-2026-68370In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-68365?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
