{
  "affected": [
    {
      "ranges": [
        {
          "events": [
            {
              "introduced": "e63d79d1ffcd2201a2dbff1d7a1184b8f3ec74cf"
            },
            {
              "fixed": "be0072af8ce6e9458cc586e0e8b41a251e7d4316"
            },
            {
              "fixed": "2d76b91deeab973dd8a8c2ee587ce27f881de768"
            },
            {
              "fixed": "3001cfcee30dcc81f8b3774319c12067f126e49a"
            },
            {
              "fixed": "b6293a8a38f4d5866ce1a264c138265a02e4c53a"
            },
            {
              "fixed": "da16a02f0998a0d455ce6265b836b29ad92e6e58"
            },
            {
              "fixed": "fe0ffa0190e862ed71e8c1a476090f648c9cb7d9"
            },
            {
              "fixed": "6fc436e1500c5e4f0dde2a3dbadf6d898057be8f"
            },
            {
              "fixed": "f7d1619f3e10c619b62c6cd6d95371b5c526c85a"
            }
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "type": "GIT"
        }
      ]
    },
    {
      "package": {
        "ecosystem": "Linux",
        "name": "Kernel"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "5.3.0"
            },
            {
              "fixed": "5.10.270"
            }
          ],
          "type": "ECOSYSTEM"
        },
        {
          "events": [
            {
              "introduced": "5.11.0"
            },
            {
              "fixed": "5.15.221"
            }
          ],
          "type": "ECOSYSTEM"
        },
        {
          "events": [
            {
              "introduced": "5.16.0"
            },
            {
              "fixed": "6.1.188"
            }
          ],
          "type": "ECOSYSTEM"
        },
        {
          "events": [
            {
              "introduced": "6.2.0"
            },
            {
              "fixed": "6.6.157"
            }
          ],
          "type": "ECOSYSTEM"
        },
        {
          "events": [
            {
              "introduced": "6.7.0"
            },
            {
              "fixed": "6.12.110"
            }
          ],
          "type": "ECOSYSTEM"
        },
        {
          "events": [
            {
              "introduced": "6.13.0"
            },
            {
              "fixed": "6.18.52"
            }
          ],
          "type": "ECOSYSTEM"
        },
        {
          "events": [
            {
              "introduced": "6.19.0"
            },
            {
              "fixed": "7.2.6"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ]
    }
  ],
  "database_specific": {
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/93xxx/CVE-2026-93040.json"
  },
  "details": "In the Linux kernel, the following vulnerability has been resolved:\n\ndmaengine: dw-edma: Serialize channel state checks\n\npause() and resume() read and update channel state without holding vc.lock,\nwhile the interrupt handlers update the same state under it. Take the same\nlock around those state checks so that request, status, and configured stay\nconsistent.\n\nFor example, pause() can observe EDMA_ST_BUSY right before the interrupt\nhandler completes the final descriptor and moves the channel to\nEDMA_ST_IDLE, and then record EDMA_REQ_PAUSE on an already idle channel. No\nfurther interrupt will acknowledge the request, and since issue_pending()\nrequires EDMA_REQ_NONE, the channel is wedged for good: terminate_all()\nleaves the stale request behind, so even reconfiguring the channel does not\nrecover it.\n\nissue_pending() already runs under vc.lock, but it tests configured before\ntaking it. Move that test under the lock as well, so configured, request,\nand status are evaluated as one channel-state snapshot.",
  "id": "CVE-2026-93040",
  "modified": "2026-09-19T03:30:25.089600860Z",
  "published": "2026-09-17T16:10:33.499Z",
  "references": [
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/2d76b91deeab973dd8a8c2ee587ce27f881de768"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/3001cfcee30dcc81f8b3774319c12067f126e49a"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/6fc436e1500c5e4f0dde2a3dbadf6d898057be8f"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/b6293a8a38f4d5866ce1a264c138265a02e4c53a"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/be0072af8ce6e9458cc586e0e8b41a251e7d4316"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/da16a02f0998a0d455ce6265b836b29ad92e6e58"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/f7d1619f3e10c619b62c6cd6d95371b5c526c85a"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/fe0ffa0190e862ed71e8c1a476090f648c9cb7d9"
    },
    {
      "type": "ADVISORY",
      "url": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/93xxx/CVE-2026-93040.json"
    },
    {
      "type": "ADVISORY",
      "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-93040"
    },
    {
      "type": "PACKAGE",
      "url": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git"
    }
  ],
  "schema_version": "1.9.0",
  "summary": "dmaengine: dw-edma: Serialize channel state checks"
}