Linux · Linux Kernel · CVE-2021-47087
**Name of the Vulnerable Software and Affected Versions**
Linux kernel (affected versions not specified)
**Description**
The issue is related to the optee component of the Linux kernel, where a bug in the page free mechanism can lead to incorrect memory deallocation. This can cause a denial of service. The problem arises when the pointer to allocated pages (struct page *page) is used to free pages using free pages(page, order), which can result in freeing arbitrary pages.
**Recommendations**
At the moment, there is no information about a newer version that contains a fix for this vulnerability.