Answer in brief
CVE-2026-45941 records a Medium severity (CVSS 5.5) vulnerability in tpm: tpm_i2c_infineon: Fix locality leak on get_burstcount() failure. The current sources do not mark it as known exploited. The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
CVSS is 5.5. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | >=aad628c1d91a6db57e572e4c1f35e863d81061d7 <8f124c5582d443ac9fb690db26d08cab5d6ba76e || >=aad628c1d91a6db57e572e4c1f35e863d81061d7 <c24c9c4cab11858f22f309521ba7ea5b1e7385f2 || >=aad628c1d91a6db57e572e4c1f35e863d81061d7 <1bb8f8826d0748b4b92a98fb6b6dfe52081739f5 || >=aad628c1d91a6db57e572e4c1f35e863d81061d7 <948966e546f29af04391d98b8e378e4a7670c1c1 || >=aad628c1d91a6db57e572e4c1f35e863d81061d7 <a61b8412e3eb8b71646dba867e8252d8560a1a27 || >=aad628c1d91a6db57e572e4c1f35e863d81061d7 <1a22048c1117cdfac185ba450aba67ed6b65dc87 || >=aad628c1d91a6db57e572e4c1f35e863d81061d7 <2f7a665e1323359d99c74301d1e180f5e2c40181 || >=aad628c1d91a6db57e572e4c1f35e863d81061d7 <bbd6e97c836cbeb9606d7b7e5dcf8a1d89525713 | 8f124c5582d443ac9fb690db26d08cab5d6ba76e, c24c9c4cab11858f22f309521ba7ea5b1e7385f2, 1bb8f8826d0748b4b92a98fb6b6dfe52081739f5, 948966e546f29af04391d98b8e378e4a7670c1c1, a61b8412e3eb8b71646dba867e8252d8560a1a27, 1a22048c1117cdfac185ba450aba67ed6b65dc87, 2f7a665e1323359d99c74301d1e180f5e2c40181, bbd6e97c836cbeb9606d7b7e5dcf8a1d89525713 |
| Linux/Linuxgeneric | 3.7 | Not reported |
Published upstream
May 27, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Jun 24, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Jun 24, 2026
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.
Quoted source text, attributed separately from HOL analysis.