CVE-2026-72152
N/A
N/A
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:
- Call wait_tpm_stat_cond() only while tasking is running.
- Use wait_woken() to wait for changes.
Affected Software
| Vendor | Product | Version Range | Status |
|---|---|---|---|
| Linux | Linux | 1a339b658d9dbe1471f67b78237cf8fa08bbbeb5 < c9acbe38797bc1aa3c22a1ab72452e210af6e0ff | affected |
| Linux | Linux | 1a339b658d9dbe1471f67b78237cf8fa08bbbeb5 < 6b068a97958aa00a901a9b5083d74114b21f7b66 | affected |
| Linux | Linux | 1a339b658d9dbe1471f67b78237cf8fa08bbbeb5 < bb63a0530e8e6de3aaf29cd5ba487db2490128ef | affected |
| Linux | Linux | 1a339b658d9dbe1471f67b78237cf8fa08bbbeb5 < ba33b4f9d3423accd2c91a0b0b0680cd589922f2 | affected |
| Linux | Linux | 1a339b658d9dbe1471f67b78237cf8fa08bbbeb5 < 4bb3e1bc142dc9c3240ceed1b3ab031aa9cb1723 | affected |
| Linux | Linux | 1a339b658d9dbe1471f67b78237cf8fa08bbbeb5 < c0c9cfb3b75def8bf200a2d4db09015806acfeaf | affected |
| Linux | Linux | cd4ae0b05126cc9461a2e50ccb745e5583cc91e2 | affected |
| Linux | Linux | cf503dbe5c22c6ab9797e1cf864a11597d711c3a | affected |
| Linux | Linux | d229e7ecc0cb29996688f0fa98c5eb6128b81e3a | affected |
| Linux | Linux | 4.9.128 < 4.10 | affected |
| Linux | Linux | 4.14.71 < 4.15 | affected |
| Linux | Linux | 4.18.9 < 4.19 | affected |
| Linux | Linux | 4.19 | affected |
| Linux | Linux | 0 < 4.19 | unaffected |
| Linux | Linux | 6.1.178 <= 6.1.* | unaffected |
| Linux | Linux | 6.6.145 <= 6.6.* | unaffected |
| Linux | Linux | 6.12.97 <= 6.12.* | unaffected |
| Linux | Linux | 6.18.40 <= 6.18.* | unaffected |
| Linux | Linux | 7.1.5 <= 7.1.* | unaffected |
| Linux | Linux | 7.2 <= * | unaffected |
Weaknesses
References
- https://git.kernel.org/stable/c/c9acbe38797bc1aa3c22a1ab72452e210af6e0ff
- https://git.kernel.org/stable/c/6b068a97958aa00a901a9b5083d74114b21f7b66
- https://git.kernel.org/stable/c/bb63a0530e8e6de3aaf29cd5ba487db2490128ef
- https://git.kernel.org/stable/c/ba33b4f9d3423accd2c91a0b0b0680cd589922f2
- https://git.kernel.org/stable/c/4bb3e1bc142dc9c3240ceed1b3ab031aa9cb1723
- https://git.kernel.org/stable/c/c0c9cfb3b75def8bf200a2d4db09015806acfeaf
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.