{
  "affected": [
    {
      "ecosystem_specific": {
        "urgency": "not yet assigned"
      },
      "package": {
        "ecosystem": "Debian:13",
        "name": "linux"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "0"
            },
            {
              "fixed": "6.12.94-1"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ]
    },
    {
      "ecosystem_specific": {
        "urgency": "not yet assigned"
      },
      "package": {
        "ecosystem": "Debian:14",
        "name": "linux"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "0"
            },
            {
              "fixed": "7.0.12-1"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ]
    }
  ],
  "details": "In the Linux kernel, the following vulnerability has been resolved:  pds_core: fix error handling in pdsc_devcmd_wait  Fix two cases where pdsc_devcmd_wait() returns stale success from the completion register instead of an error:  1. FW crash: If firmware stops running, the wait loop breaks early with    running=false. The condition \"if ((!done || timeout) \u0026\u0026 running)\" is    false, so error handling is bypassed and stale status is returned.    Check !running first and return -ENXIO.  2. Timeout: If a command times out, err is set to -ETIMEDOUT but then    overwritten by pdsc_err_to_errno(status) which reads stale status.    Return -ETIMEDOUT immediately after cleaning up.  Both errors now propagate to pdsc_devcmd_locked() which queues health_work for recovery.",
  "id": "DEBIAN-CVE-2026-64148",
  "modified": "2026-09-14T16:47:35.650118743Z",
  "published": "2026-07-19T16:17:56.753Z",
  "references": [
    {
      "type": "ADVISORY",
      "url": "https://security-tracker.debian.org/tracker/CVE-2026-64148"
    }
  ],
  "severity": [
    {
      "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
      "type": "CVSS_V3"
    }
  ],
  "upstream": [
    "CVE-2026-64148"
  ]
}