GHSA-F425-2M93-59FC
Vulnerability from github – Published: 2026-08-15 06:32 – Updated: 2026-08-23 15:33
VLAI
Details
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:
- Call wait_tpm_stat_cond() only while tasking is running.
- Use wait_woken() to wait for changes.
{
"affected": [],
"aliases": [
"CVE-2026-72152"
],
"database_specific": {
"cwe_ids": [],
"github_reviewed": false,
"github_reviewed_at": null,
"nvd_published_at": "2026-08-15T06:21:32Z",
"severity": null
},
"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": "GHSA-f425-2m93-59fc",
"modified": "2026-08-23T15:33:00Z",
"published": "2026-08-15T06:32:14Z",
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-72152"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/45ceeb08bf1f4f7353ffb529d8682a0cf5506318"
},
{
"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": "WEB",
"url": "https://git.kernel.org/stable/c/eef71c01deb08547956df3634a0d34c6bdbcecb8"
}
],
"schema_version": "1.4.0",
"severity": []
}
Loading…
Loading…
Experimental. This forecast is provided for visualization only and may change without notice. Do not use it for operational decisions.
Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.
Sightings
| Author | Source | Type | Date | Other |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.
Loading…
The MITRE ATT&CK techniques below are AI-generated suggestions, inferred from the description of the
vulnerability by the CIRCL/vulnerability-attack-technique-classification-roberta-base
model, served locally by ML-Gateway.
They have not been verified by an analyst and are provided for guidance only.
The approach is described in our paper Mapping CVEs to MITRE ATT&CK Techniques: A Curated Gold-Set Classifier and the Limits of LLM-Assisted Label Expansion.
The approach is described in our paper Mapping CVEs to MITRE ATT&CK Techniques: A Curated Gold-Set Classifier and the Limits of LLM-Assisted Label Expansion.
Loading…
Loading…