← Back to CVE List

CVE-2021-47087

Published: 2024-03-04T18:15Z
Last Modified: 2025-01-16T17:19Z
Source: MITRE CVE List
License: MITRE-CVE-TOS
In the Linux kernel, the following vulnerability has been resolved: tee: optee: Fix incorrect page free bug Pointer to the allocated pages (struct page *page) has already progressed towards the end of allocation. It is incorrect to perform __free_pages(page, order) using this pointer as we would free any arbitrary pages. Fix this by stop modifying the page pointer. > MITRE Terms of Use apply – see LICENSE‑MITRE.txt