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.
Published: 2026-07-25
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The keyspan_pda USB serial driver in the Linux kernel contains a flaw in its write() callback: when the write FIFO support is enabled, the function may return the number of characters submitted to the device, rather than zero on success. If this number is larger than the length of the write buffer, the kernel’s line discipline continues to read data beyond the end of the tty write buffer. This overflow causes sensitive data that was not intended to be transmitted to leak to an attacker using the USB serial device. The defect is an out‑of‑bounds read and an excessive data disclosure. The resulting impact is that information from the host kernel can be exposed, potentially including kernel memory or user‑space data residing after the write buffer.

Affected Systems

All Linux kernel configurations that load the keyspan_pda driver are potentially affected, regardless of specific kernel version, because the vulnerability exists in any build that contains the unpatched driver code.

Risk and Exploitability

The EPSS score is below 1% and the vulnerability is not listed in the CISA KEV catalog, indicating low exploitation probability. The flaw requires local physical access to a USB port and a connected serial device that uses the keyspan_pda driver, making it a local attack vector. Although it is not remotely exploitable through the network, the risk is moderate for systems that expose USB serial ports to untrusted users or environments where physical access cannot be guaranteed.

Generated by OpenCVE AI on August 2, 2026 at 13:18 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Linux kernel to a release that includes the keyspan_pda write() callback fix.
  • If a kernel upgrade is not immediately possible, disable or blacklist the keyspan_pda driver to prevent its use via USB serial.
  • Restrict physical access to USB ports or disable unused USB serial devices to reduce the attack surface.

Generated by OpenCVE AI on August 2, 2026 at 13:18 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Debian DLA Debian DLA DLA-4720-1 linux security update
Debian DLA Debian DLA DLA-4723-1 linux-6.1 security update
Debian DLA Debian DLA DLA-4724-1 linux-6.12 new package
History

Sat, 01 Aug 2026 02:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-125
CWE-200

Thu, 30 Jul 2026 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-787
References
Metrics threat_severity

None

cvssV3_1

{'score': 5.5, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H'}

threat_severity

Moderate


Mon, 27 Jul 2026 06:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-125
CWE-200

Sat, 25 Jul 2026 09:30:00 +0000

Type Values Removed Values Added
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.
Title USB: serial: keyspan_pda: fix information leak
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-07-25T08:50:01.444Z

Reserved: 2026-07-19T15:36:31.781Z

Link: CVE-2026-64336

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Awaiting Analysis

Published: 2026-07-25T10:17:15.463

Modified: 2026-08-11T15:00:57.447

Link: CVE-2026-64336

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-07-25T00:00:00Z

Links: CVE-2026-64336 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-02T13:30:17Z

Weaknesses