VYPR

st33zp24

by Linux

CVEs (1)

  • CVE-2026-45871May 27, 2026
    risk 0.00cvss epss

    In the Linux kernel, the following vulnerability has been resolved: tpm: st33zp24: Fix missing cleanup on get_burstcount() error get_burstcount() can return -EBUSY on timeout. When this happens, st33zp24_send() returns directly without releasing the locality acquired earlier. …