{
  "affected": [
    {
      "ranges": [
        {
          "events": [
            {
              "introduced": "1da177e4c3f41524e886b7f1b8a0c1fc7321cac2"
            },
            {
              "fixed": "5d9dc88bdf8897788b0eed57113e9eca7fd42ea9"
            },
            {
              "fixed": "2f296974acc279f05f284441bfe3064074958d11"
            },
            {
              "fixed": "e60e4873e9178da9f4f2674e4c2ff085d5a84f79"
            },
            {
              "fixed": "699dfb6917503b3cda4d5da6941cf79c3c1b4c8b"
            },
            {
              "fixed": "a274b3794fe1852c3d9fe6d900b94053c0b03410"
            },
            {
              "fixed": "1243f120790042c2ac92e84e797dacc75fff4366"
            },
            {
              "fixed": "a3a13fdc53103b07335918e2cdeb465038a71725"
            },
            {
              "fixed": "24ca1fea8f2753bf33e1d458ec1ae5d9b7796a65"
            }
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "type": "GIT"
        }
      ]
    },
    {
      "package": {
        "ecosystem": "Linux",
        "name": "Kernel"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "2.6.12"
            },
            {
              "fixed": "5.10.261"
            }
          ],
          "type": "ECOSYSTEM"
        },
        {
          "events": [
            {
              "introduced": "5.11.0"
            },
            {
              "fixed": "5.15.212"
            }
          ],
          "type": "ECOSYSTEM"
        },
        {
          "events": [
            {
              "introduced": "5.16.0"
            },
            {
              "fixed": "6.1.178"
            }
          ],
          "type": "ECOSYSTEM"
        },
        {
          "events": [
            {
              "introduced": "6.2.0"
            },
            {
              "fixed": "6.6.145"
            }
          ],
          "type": "ECOSYSTEM"
        },
        {
          "events": [
            {
              "introduced": "6.7.0"
            },
            {
              "fixed": "6.12.96"
            }
          ],
          "type": "ECOSYSTEM"
        },
        {
          "events": [
            {
              "introduced": "6.13.0"
            },
            {
              "fixed": "6.18.39"
            }
          ],
          "type": "ECOSYSTEM"
        },
        {
          "events": [
            {
              "introduced": "6.19.0"
            },
            {
              "fixed": "7.1.4"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ]
    }
  ],
  "database_specific": {
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/64xxx/CVE-2026-64333.json"
  },
  "details": "In the Linux kernel, the following vulnerability has been resolved:\n\nUSB: serial: digi_acceleport: fix write buffer corruption\n\nThe digi_write_inb_command() is supposed to wait for the write urb to\nbecome available or return an error, but instead it updates the transfer\nbuffer and tries to resubmit the urb on timeout.\n\nTo make things worse, for commands like break control where no timeout\nis used, the driver would corrupt the urb immediately due to a broken\njiffies comparison (on 32-bit machines this takes five minutes of uptime\nto trigger due to INITIAL_JIFFIES).\n\nFix this by adding the missing return on timeout and waiting\nindefinitely when no timeout has been specified as intended.\n\nThis issue was (sort of) flagged by Sashiko when reviewing an unrelated\nchange to the driver.",
  "id": "CVE-2026-64333",
  "modified": "2026-07-28T03:56:01.862184608Z",
  "published": "2026-07-25T08:49:59.616Z",
  "references": [
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/1243f120790042c2ac92e84e797dacc75fff4366"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/24ca1fea8f2753bf33e1d458ec1ae5d9b7796a65"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/2f296974acc279f05f284441bfe3064074958d11"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/5d9dc88bdf8897788b0eed57113e9eca7fd42ea9"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/699dfb6917503b3cda4d5da6941cf79c3c1b4c8b"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/a274b3794fe1852c3d9fe6d900b94053c0b03410"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/a3a13fdc53103b07335918e2cdeb465038a71725"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/e60e4873e9178da9f4f2674e4c2ff085d5a84f79"
    },
    {
      "type": "ADVISORY",
      "url": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/64xxx/CVE-2026-64333.json"
    },
    {
      "type": "ADVISORY",
      "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-64333"
    },
    {
      "type": "PACKAGE",
      "url": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git"
    }
  ],
  "schema_version": "1.8.0",
  "severity": [
    {
      "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
      "type": "CVSS_V3"
    }
  ],
  "summary": "USB: serial: digi_acceleport: fix write buffer corruption"
}