CVE Catalog

CVE-2026-90070

Unknown
Published: Translated: NVD NIST

Summary

In the Linux kernel, st33zp24_status() ignores the transport read result and returns data even when no byte was received. In the I2C transport, when the register-select write is short or fails, i2c_master_recv() is skipped, leaving data uninitialized. The resulting stack value can be interpreted as TPM_STS flags and let status checks complete spuriously.

Risk Assessment

An invalid status value may cause the TPM driver to act on uninitialized data and make incorrect decisions. This can lead to instability or errors in TPM handling.

Recommendation

Update the Linux kernel to a version containing the fix that returns zero unless recv() reports exactly one byte. Verify TPM driver behavior after the update.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: tpm: st33zp24: Return zero on status read failure st33zp24_status() ignores the result of the transport read and returns data even when no byte was received. The I2C transport, for example, skips i2c_master_recv() when the register-select write is short or fails, leaving data uninitialized. The resulting stack value can be interpreted as TPM_STS flags and let status checks complete spuriously. The status callback cannot propagate a transport error. Return zero unless recv() reports exactly one byte. With no status bits set, callers retry or take their existing timeout or error path instead of acting on an invalid status value. This issue was found by a static analysis checker and confirmed by manual source review.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS