CVE-2026-64333

HIGHCVSS 7.8/10EPSS 0.16%

Last modified

CVE-2026-64333 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: USB: serial: digi_acceleport: fix write buffer corruption The digi_write_inb_command() is supposed to wait for the write urb to become available or return an error, but instead it updates the transfer buffer and tries to resubmit the urb on timeout. To make things worse, for commands like break control where no timeout is used, the driver would corrupt the urb immediately due to a broken jiffies comparison (on 32-bit machines this takes five minutes of uptime to trigger due to INITIAL_JIFFIES). Fix this by adding the missing return on timeout and waiting indefinitely when no timeout has been specified as intended. This issue was (sort of) flagged by Sashiko when reviewing an unrelated change to the driver.. EPSS estimates a 0.16% chance of exploitation in the next 30 days.

Description

In the Linux kernel, the following vulnerability has been resolved: USB: serial: digi_acceleport: fix write buffer corruption The digi_write_inb_command() is supposed to wait for the write urb to become available or return an error, but instead it updates the transfer buffer and tries to resubmit the urb on timeout. To make things worse, for commands like break control where no timeout is used, the driver would corrupt the urb immediately due to a broken jiffies comparison (on 32-bit machines this takes five minutes of uptime to trigger due to INITIAL_JIFFIES). Fix this by adding the missing return on timeout and waiting indefinitely when no timeout has been specified as intended. This issue was (sort of) flagged by Sashiko when reviewing an unrelated change to the driver.

Metrics

CVSS 3.1
7.8/10

CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

EPSS Probability
0.16%

6.0th percentile

Probability of exploitation in the next 30 days. Learn more

Affected Software

Source: CNA advisory (CVE.org). NVD analysis pending.

VendorProductVersions
LinuxLinux>= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < 5d9dc88bdf8897788b0eed57113e9eca7fd42ea9; >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < 2f296974acc279f05f284441bfe3064074958d11; >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < e60e4873e9178da9f4f2674e4c2ff085d5a84f79; >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < 699dfb6917503b3cda4d5da6941cf79c3c1b4c8b; >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < a274b3794fe1852c3d9fe6d900b94053c0b03410; >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < 1243f120790042c2ac92e84e797dacc75fff4366; >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < a3a13fdc53103b07335918e2cdeb465038a71725; >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < 24ca1fea8f2753bf33e1d458ec1ae5d9b7796a65
LinuxLinux2.6.12

References

Timeline

Published
Last Modified
Status
Awaiting Analysis

Frequently Asked Questions

What is CVE-2026-64333?
In the Linux kernel, the following vulnerability has been resolved: USB: serial: digi_acceleport: fix write buffer corruption The digi_write_inb_command() is supposed to wait for the write urb to become available or return an error, but instead it updates the transfer buffer and tries to resubmit the urb on timeout. To make things worse, for commands like break control where no timeout is used, the driver would corrupt the urb immediately due to a broken jiffies comparison (on 32-bit machines this takes five minutes of uptime to trigger due to INITIAL_JIFFIES). Fix this by adding the missing return on timeout and waiting indefinitely when no timeout has been specified as intended. This issue was (sort of) flagged by Sashiko when reviewing an unrelated change to the driver.
How severe is CVE-2026-64333?
CVE-2026-64333 has a CVSS score of 7.8/10 (HIGH severity). The EPSS model estimates a 0.16% probability of exploitation in the next 30 days.
How do I fix CVE-2026-64333?
Check the vendor references and advisories linked above for patched versions and mitigation guidance. You can also run a Strix scan to test if your systems are affected.

How Strix Helps

Related CVEs from 2026

Are you affected by CVE-2026-64333?

Run a free Strix scan to check your systems for this vulnerability.

Scan your code now

Source: NVD / NIST