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.
References
Configurations
Configuration 1 (hide)
|
History
16 Jan 2025, 17:19
Type | Values Removed | Values Added |
---|---|---|
CWE | CWE-763 | |
CVSS |
v2 : v3 : |
v2 : unknown
v3 : 7.8 |
CPE | cpe:2.3:o:linux:linux_kernel:5.16:rc3:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:5.16:rc5:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:5.16:rc6:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:5.16:rc4:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:5.16:rc2:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:5.16:rc1:*:*:*:*:*:* |
|
References | () https://git.kernel.org/stable/c/18549bf4b21c739a9def39f27dcac53e27286ab5 - Patch | |
References | () https://git.kernel.org/stable/c/806142c805cacd098e61bdc0f72c778a2389fe4a - Patch | |
References | () https://git.kernel.org/stable/c/91e94e42f6fc49635f1a16d8ae3f79552bcfda29 - Patch | |
References | () https://git.kernel.org/stable/c/ad338d825e3f7b96ee542bf313728af2d19fe9ad - Patch | |
First Time |
Linux linux Kernel
Linux |
Information
Published : 2024-03-04 18:15
Updated : 2025-01-16 17:19
NVD link : CVE-2021-47087
Mitre link : CVE-2021-47087
CVE.ORG link : CVE-2021-47087
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-763
Release of Invalid Pointer or Reference