Back to overview

CVE-2026-64336

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.

Metadata

CVE ID
CVE-2026-64336
State
PUBLISHED
Assigner
Linux
Reserved
2026-07-19 15:36 UTC
Published
2026-07-25 08:50 UTC
Last updated
2026-07-25 08:50 UTC
Vendor / Product
Linux / Linux
Sources
cve.org  ·  NVD

Severity & Metrics

No CVSS data available.

Affected products (2)
VendorProductPlatformVersions
Linux Linux 034e38e8f68767fb5438ae3e608ee82919674177 < b069b7029862fafaff331d4c664d97d4ae828d6d, 034e38e8f68767fb5438ae3e608ee82919674177 < e52ca411f50539ff1d0c877b9312771ca8a858c1, 034e38e8f68767fb5438ae3e608ee82919674177 < 2f7a6b8ab3845bd1da02604f1a874b52a4555a72, 034e38e8f68767fb5438ae3e608ee82919674177 < e1494191a3aac665d3a2fce16169a97c346253ec …
Linux Linux 5.11, 0 < 5.11, 5.15.212 ≤ 5.15.*, 6.1.178 ≤ 6.1.* …
Back to overview