CVE-2026-72152

UnknownEPSS 0.21%

Last modified

CVE-2026-72152 is a vulnerability of currently unknown severity. 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. EPSS estimates a 0.21% chance of exploitation in the next 30 days.

Description

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.

Metrics

EPSS Probability
0.21%

11.0th percentile

Probability of exploitation in the next 30 days. Learn more

Affected Software

Source: CNA advisory (CVE.org). NVD analysis pending.

VendorProductVersions
LinuxLinux>= 1a339b658d9dbe1471f67b78237cf8fa08bbbeb5, < c9acbe38797bc1aa3c22a1ab72452e210af6e0ff; >= 1a339b658d9dbe1471f67b78237cf8fa08bbbeb5, < 6b068a97958aa00a901a9b5083d74114b21f7b66; >= 1a339b658d9dbe1471f67b78237cf8fa08bbbeb5, < bb63a0530e8e6de3aaf29cd5ba487db2490128ef; >= 1a339b658d9dbe1471f67b78237cf8fa08bbbeb5, < ba33b4f9d3423accd2c91a0b0b0680cd589922f2; >= 1a339b658d9dbe1471f67b78237cf8fa08bbbeb5, < 4bb3e1bc142dc9c3240ceed1b3ab031aa9cb1723; >= 1a339b658d9dbe1471f67b78237cf8fa08bbbeb5, < c0c9cfb3b75def8bf200a2d4db09015806acfeaf; cd4ae0b05126cc9461a2e50ccb745e5583cc91e2; cf503dbe5c22c6ab9797e1cf864a11597d711c3a; d229e7ecc0cb29996688f0fa98c5eb6128b81e3a; >= 4.9.128, < 4.10; >= 4.14.71, < 4.15; >= 4.18.9, < 4.19
LinuxLinux4.19

References

Timeline

Published
Last Modified
Status
Received

Frequently Asked Questions

What is CVE-2026-72152?
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.
How severe is CVE-2026-72152?
Severity scoring for CVE-2026-72152 is pending analysis. The EPSS model estimates a 0.21% probability of exploitation in the next 30 days.
How do I fix CVE-2026-72152?
Check the vendor references and advisories linked above for patched versions and mitigation guidance. You can also run a Strix scan to test if your systems are affected.

How Strix Helps

Related CVEs from 2026

Are you affected by CVE-2026-72152?

Run a free Strix scan to check your systems for this vulnerability.

Scan your code now

Source: NVD / NIST