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.
CVE-2026-72145
NONE
EPSS 0.19%
Updated Aug 17, 2026
Intel
CVE Details
CVE ID
CVE-2026-72145
Published Date
Aug 15, 2026
Vendor
Intel
Severity
NONE
Exploit Prediction (EPSS)
Probability of Exploit
0.19%
Likelihood of exploitation in next 30 days
Percentile:
8.9th percentile (higher than 8.9% of all CVEs)
Standard patching cycle
Impact
Minimal impact
Source
View Advisory