CyberRota
← Ana sayfaya dön

CVE-2026-45941

MEDIUM · CVSS 5.5 EPSS %0.18

Kaynak: NVD + CISA KEV + EPSS · Yayınlanma: 2026-05-27T14:17:10.300 · Çekilme zamanı: 2026-06-25T12:11:13.959710+00:00

CyberRota Yorumu

Detaylı analiz gerekiyor.

CVE
CVE-2026-45941
Severity
MEDIUM
CVSS
5.5
EPSS
%0.18
Linux

Orijinal NVD Açıklaması

In the Linux kernel, the following vulnerability has been resolved: tpm: tpm_i2c_infineon: Fix locality leak on get_burstcount() failure get_burstcount() can return -EBUSY on timeout. When this happens, the function returns directly without releasing the locality that was acquired at the beginning of tpm_tis_i2c_send(). Use goto out_err to ensure proper cleanup when get_burstcount() fails.