CVE-2026-72152 (GCVE-0-2026-72152)
Vulnerability from cvelistv5
Published
2026-08-15 05:53
Modified
2026-08-23 12:46
Severity ?
VLAI Severity ?
EPSS score ?
Summary
In the Linux kernel, the following vulnerability has been resolved:
tpm: tpm_tis_spi: Use wait_woken() in wait_for_tmp_stat()
wait_event_interruptible_timeout() evaluates its condition after setting
the current task state to TASK_INTERRUPTIBLE.
With CONFIG_DEBUG_ATOMIC_SLEEP this triggers a warning when the IRQ wait
path is used:
tpm_tis_status()
tpm_tis_spi_read_bytes()
tpm_tis_spi_transfer_full()
spi_bus_lock()
mutex_lock()
Address this with the following measures:
1. Call wait_tpm_stat_cond() only while tasking is running.
2. Use wait_woken() to wait for changes.
References
Impacted products
| Vendor | Product | Version | ||
|---|---|---|---|---|
| Linux | Linux |
Version: 1a339b658d9dbe1471f67b78237cf8fa08bbbeb5 Version: 1a339b658d9dbe1471f67b78237cf8fa08bbbeb5 Version: 1a339b658d9dbe1471f67b78237cf8fa08bbbeb5 Version: 1a339b658d9dbe1471f67b78237cf8fa08bbbeb5 Version: 1a339b658d9dbe1471f67b78237cf8fa08bbbeb5 Version: 1a339b658d9dbe1471f67b78237cf8fa08bbbeb5 Version: 1a339b658d9dbe1471f67b78237cf8fa08bbbeb5 Version: 1a339b658d9dbe1471f67b78237cf8fa08bbbeb5 Version: cd4ae0b05126cc9461a2e50ccb745e5583cc91e2 Version: cf503dbe5c22c6ab9797e1cf864a11597d711c3a Version: d229e7ecc0cb29996688f0fa98c5eb6128b81e3a Version: 4.9.128 ≤ Version: 4.14.71 ≤ Version: 4.18.9 ≤ |
||
{
"containers": {
"cna": {
"affected": [
{
"defaultStatus": "unaffected",
"product": "Linux",
"programFiles": [
"drivers/char/tpm/tpm_tis_core.c"
],
"repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
"vendor": "Linux",
"versions": [
{
"lessThan": "45ceeb08bf1f4f7353ffb529d8682a0cf5506318",
"status": "affected",
"version": "1a339b658d9dbe1471f67b78237cf8fa08bbbeb5",
"versionType": "git"
},
{
"lessThan": "eef71c01deb08547956df3634a0d34c6bdbcecb8",
"status": "affected",
"version": "1a339b658d9dbe1471f67b78237cf8fa08bbbeb5",
"versionType": "git"
},
{
"lessThan": "c9acbe38797bc1aa3c22a1ab72452e210af6e0ff",
"status": "affected",
"version": "1a339b658d9dbe1471f67b78237cf8fa08bbbeb5",
"versionType": "git"
},
{
"lessThan": "6b068a97958aa00a901a9b5083d74114b21f7b66",
"status": "affected",
"version": "1a339b658d9dbe1471f67b78237cf8fa08bbbeb5",
"versionType": "git"
},
{
"lessThan": "bb63a0530e8e6de3aaf29cd5ba487db2490128ef",
"status": "affected",
"version": "1a339b658d9dbe1471f67b78237cf8fa08bbbeb5",
"versionType": "git"
},
{
"lessThan": "ba33b4f9d3423accd2c91a0b0b0680cd589922f2",
"status": "affected",
"version": "1a339b658d9dbe1471f67b78237cf8fa08bbbeb5",
"versionType": "git"
},
{
"lessThan": "4bb3e1bc142dc9c3240ceed1b3ab031aa9cb1723",
"status": "affected",
"version": "1a339b658d9dbe1471f67b78237cf8fa08bbbeb5",
"versionType": "git"
},
{
"lessThan": "c0c9cfb3b75def8bf200a2d4db09015806acfeaf",
"status": "affected",
"version": "1a339b658d9dbe1471f67b78237cf8fa08bbbeb5",
"versionType": "git"
},
{
"status": "affected",
"version": "cd4ae0b05126cc9461a2e50ccb745e5583cc91e2",
"versionType": "git"
},
{
"status": "affected",
"version": "cf503dbe5c22c6ab9797e1cf864a11597d711c3a",
"versionType": "git"
},
{
"status": "affected",
"version": "d229e7ecc0cb29996688f0fa98c5eb6128b81e3a",
"versionType": "git"
},
{
"lessThan": "4.10",
"status": "affected",
"version": "4.9.128",
"versionType": "semver"
},
{
"lessThan": "4.15",
"status": "affected",
"version": "4.14.71",
"versionType": "semver"
},
{
"lessThan": "4.19",
"status": "affected",
"version": "4.18.9",
"versionType": "semver"
}
]
},
{
"defaultStatus": "affected",
"product": "Linux",
"programFiles": [
"drivers/char/tpm/tpm_tis_core.c"
],
"repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
"vendor": "Linux",
"versions": [
{
"status": "affected",
"version": "4.19"
},
{
"lessThan": "4.19",
"status": "unaffected",
"version": "0",
"versionType": "semver"
},
{
"lessThanOrEqual": "5.10.*",
"status": "unaffected",
"version": "5.10.266",
"versionType": "semver"
},
{
"lessThanOrEqual": "5.15.*",
"status": "unaffected",
"version": "5.15.217",
"versionType": "semver"
},
{
"lessThanOrEqual": "6.1.*",
"status": "unaffected",
"version": "6.1.178",
"versionType": "semver"
},
{
"lessThanOrEqual": "6.6.*",
"status": "unaffected",
"version": "6.6.145",
"versionType": "semver"
},
{
"lessThanOrEqual": "6.12.*",
"status": "unaffected",
"version": "6.12.97",
"versionType": "semver"
},
{
"lessThanOrEqual": "6.18.*",
"status": "unaffected",
"version": "6.18.40",
"versionType": "semver"
},
{
"lessThanOrEqual": "7.1.*",
"status": "unaffected",
"version": "7.1.5",
"versionType": "semver"
},
{
"lessThanOrEqual": "*",
"status": "unaffected",
"version": "7.2",
"versionType": "original_commit_for_fix"
}
]
}
],
"cpeApplicability": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "5.10.266",
"versionStartIncluding": "4.19",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "5.15.217",
"versionStartIncluding": "4.19",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.1.178",
"versionStartIncluding": "4.19",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.6.145",
"versionStartIncluding": "4.19",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.12.97",
"versionStartIncluding": "4.19",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.18.40",
"versionStartIncluding": "4.19",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "7.1.5",
"versionStartIncluding": "4.19",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "7.2",
"versionStartIncluding": "4.19",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionStartIncluding": "4.9.128",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionStartIncluding": "4.14.71",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionStartIncluding": "4.18.9",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "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."
}
],
"providerMetadata": {
"dateUpdated": "2026-08-23T12:46:53.842Z",
"orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"shortName": "Linux"
},
"references": [
{
"url": "https://git.kernel.org/stable/c/45ceeb08bf1f4f7353ffb529d8682a0cf5506318"
},
{
"url": "https://git.kernel.org/stable/c/eef71c01deb08547956df3634a0d34c6bdbcecb8"
},
{
"url": "https://git.kernel.org/stable/c/c9acbe38797bc1aa3c22a1ab72452e210af6e0ff"
},
{
"url": "https://git.kernel.org/stable/c/6b068a97958aa00a901a9b5083d74114b21f7b66"
},
{
"url": "https://git.kernel.org/stable/c/bb63a0530e8e6de3aaf29cd5ba487db2490128ef"
},
{
"url": "https://git.kernel.org/stable/c/ba33b4f9d3423accd2c91a0b0b0680cd589922f2"
},
{
"url": "https://git.kernel.org/stable/c/4bb3e1bc142dc9c3240ceed1b3ab031aa9cb1723"
},
{
"url": "https://git.kernel.org/stable/c/c0c9cfb3b75def8bf200a2d4db09015806acfeaf"
}
],
"title": "tpm: tpm_tis_spi: Use wait_woken() in wait_for_tmp_stat()",
"x_generator": {
"engine": "bippy-1.2.0"
}
}
},
"cveMetadata": {
"assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"assignerShortName": "Linux",
"cveId": "CVE-2026-72152",
"datePublished": "2026-08-15T05:53:22.951Z",
"dateReserved": "2026-08-09T03:40:39.909Z",
"dateUpdated": "2026-08-23T12:46:53.842Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
Loading…
Loading…
Sightings
| Author | Source | Type | Date |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.
Loading…
Loading…