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.
Security readout for executives and security teams
Plain-English summary
CVE-2021-47087 is a Linux kernel bug in the OP-TEE driver where the kernel could free the wrong memory pages. The public record does not provide a CVSS score or confirmed exploitation. Business urgency depends on whether affected kernels and OP-TEE support are present in your Linux fleet.
Executive priority
Track this as a kernel maintenance item with environment-dependent urgency. Escalate for embedded, appliance, or trusted-execution deployments using affected kernels. Without confirmed exploitation or severity scoring, broad emergency action is not supported by the provided evidence.
Technical view
The resolved bug is in tee/optee page handling. A struct page pointer was advanced during allocation handling, then reused in __free_pages(page, order), which could free arbitrary pages. Stable kernel fixes stop modifying the page pointer before freeing. The sources identify Linux kernel impact, but do not describe exploit primitives or attacker prerequisites.
Likely exposure
Exposure is most likely on Linux systems running affected kernel versions with OP-TEE/TEE functionality in use or enabled. The CVE data lists Linux versions including 5.14, 5.4.169, 5.10.89, 5.15.12, and 5.16. Distro backports may change practical exposure.
Exploitation context
The provided sources do not state active exploitation, public exploit availability, attacker access requirements, or observed abuse. The CVE is not listed as KEV in the supplied bundle. Treat exploitation status as unconfirmed, not absent.
Researcher notes
The public description is concise and fix-oriented. It indicates a wrong-page-free condition caused by mutating the page pointer before __free_pages. The bundle lacks CVSS, CWE, exploitability analysis, and runtime trigger details, so validation should focus on code lineage and vendor backport status.
Mitigation direction
Apply vendor or distribution kernel updates containing the referenced stable fixes.
Check vendor advisories for backported fixes before relying on upstream version numbers.
Prioritize systems using OP-TEE or TEE features for review and patching.
If no patch is available, request specific guidance from the kernel or platform vendor.
Validation and detection
Inventory Linux kernel versions across servers, appliances, and embedded platforms.
Confirm whether OP-TEE or TEE kernel support is enabled or loaded.
Verify the relevant stable fix commits are present or backported.
Review vendor kernel changelogs for CVE-2021-47087 or the referenced commit IDs.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cve · low confidence lookup
CVE-2021-47087 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.