{
  "affected": [
    {
      "ranges": [
        {
          "events": [
            {
              "introduced": "1a339b658d9dbe1471f67b78237cf8fa08bbbeb5"
            },
            {
              "fixed": "c9acbe38797bc1aa3c22a1ab72452e210af6e0ff"
            },
            {
              "fixed": "6b068a97958aa00a901a9b5083d74114b21f7b66"
            },
            {
              "fixed": "bb63a0530e8e6de3aaf29cd5ba487db2490128ef"
            },
            {
              "fixed": "ba33b4f9d3423accd2c91a0b0b0680cd589922f2"
            },
            {
              "fixed": "4bb3e1bc142dc9c3240ceed1b3ab031aa9cb1723"
            },
            {
              "fixed": "c0c9cfb3b75def8bf200a2d4db09015806acfeaf"
            }
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "type": "GIT"
        },
        {
          "events": [
            {
              "introduced": "0"
            },
            {
              "last_affected": "cd4ae0b05126cc9461a2e50ccb745e5583cc91e2"
            },
            {
              "last_affected": "cf503dbe5c22c6ab9797e1cf864a11597d711c3a"
            },
            {
              "last_affected": "d229e7ecc0cb29996688f0fa98c5eb6128b81e3a"
            }
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "type": "GIT"
        },
        {
          "events": [
            {
              "introduced": "4.9.128"
            },
            {
              "fixed": "4.10"
            }
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "type": "GIT"
        },
        {
          "events": [
            {
              "introduced": "4.14.71"
            },
            {
              "fixed": "4.15"
            }
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "type": "GIT"
        },
        {
          "events": [
            {
              "introduced": "4.18.9"
            },
            {
              "fixed": "4.19"
            }
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "type": "GIT"
        }
      ]
    },
    {
      "package": {
        "ecosystem": "Linux",
        "name": "Kernel"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "4.19.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.97"
            }
          ],
          "type": "ECOSYSTEM"
        },
        {
          "events": [
            {
              "introduced": "6.13.0"
            },
            {
              "fixed": "6.18.40"
            }
          ],
          "type": "ECOSYSTEM"
        },
        {
          "events": [
            {
              "introduced": "6.19.0"
            },
            {
              "fixed": "7.1.5"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ]
    }
  ],
  "database_specific": {
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/72xxx/CVE-2026-72152.json"
  },
  "details": "In the Linux kernel, the following vulnerability has been resolved:\n\ntpm: tpm_tis_spi: Use wait_woken() in wait_for_tmp_stat()\n\nwait_event_interruptible_timeout() evaluates its condition after setting\nthe current task state to TASK_INTERRUPTIBLE.\n\nWith CONFIG_DEBUG_ATOMIC_SLEEP this triggers a warning when the IRQ wait\npath is used:\n\n    tpm_tis_status()\n      tpm_tis_spi_read_bytes()\n        tpm_tis_spi_transfer_full()\n          spi_bus_lock()\n            mutex_lock()\n\nAddress this with the following measures:\n\n1. Call wait_tpm_stat_cond() only while tasking is running.\n2. Use wait_woken() to wait for changes.",
  "id": "CVE-2026-72152",
  "modified": "2026-08-18T03:31:14.107365840Z",
  "published": "2026-08-15T05:53:22.951Z",
  "references": [
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/4bb3e1bc142dc9c3240ceed1b3ab031aa9cb1723"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/6b068a97958aa00a901a9b5083d74114b21f7b66"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/ba33b4f9d3423accd2c91a0b0b0680cd589922f2"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/bb63a0530e8e6de3aaf29cd5ba487db2490128ef"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/c0c9cfb3b75def8bf200a2d4db09015806acfeaf"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/c9acbe38797bc1aa3c22a1ab72452e210af6e0ff"
    },
    {
      "type": "ADVISORY",
      "url": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/72xxx/CVE-2026-72152.json"
    },
    {
      "type": "ADVISORY",
      "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-72152"
    },
    {
      "type": "PACKAGE",
      "url": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git"
    }
  ],
  "schema_version": "1.9.0",
  "summary": "tpm: tpm_tis_spi: Use wait_woken() in wait_for_tmp_stat()"
}