CVE-2026-72145
N/A
N/A
Summary
In the Linux kernel, the following vulnerability has been resolved:
platform/x86/intel/tpmi: use cleanup helpers in mem_write()
In mem_write(), the temporary array returned by parse_int_array_user() must be released on all exit paths. Convert the array variable to use cleanup.h scope-based cleanup so it is freed automatically on return.
This also moves the array declaration next to parse_int_array_user() as required by cleanup.h usage guidelines.
Affected Software
| Vendor | Product | Version Range | Status |
|---|---|---|---|
| Linux | Linux | 8e0a2fc68ec369f2b6755994da1d318d0898a9d9 < 2137f21542900233a42bf00578817f9b8dfecadc | affected |
| Linux | Linux | 8e0a2fc68ec369f2b6755994da1d318d0898a9d9 < a221557958e3a82d8565729d445a7385963f30b6 | affected |
| Linux | Linux | 7.1 | affected |
| Linux | Linux | 0 < 7.1 | unaffected |
| Linux | Linux | 7.1.5 <= 7.1.* | unaffected |
| Linux | Linux | 7.2 <= * | unaffected |
Weaknesses
References
- https://git.kernel.org/stable/c/2137f21542900233a42bf00578817f9b8dfecadc
- https://git.kernel.org/stable/c/a221557958e3a82d8565729d445a7385963f30b6
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.