3 matches found
CVE-2026-72145
A flaw was found in the Linux kernel's platform/x86/intel/tpmi component. This vulnerability occurs due to improper memory deallocation within the memwrite function, where a temporary array was not consistently released on all exit paths. This could lead to a memory leak, potentially impacting...
CVE-2026-72145
In the Linux kernel, the following vulnerability has been resolved: platform/x86/intel/tpmi: use cleanup helpers in memwrite In memwrite, the temporary array returned by parseintarrayuser must be released on all exit paths. Convert the array variable to use cleanup.h scope-based cleanup so it is...
PT-2026-72333
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 i...