In the Linux kernel, the following vulnerability has been...
High severity
Unreviewed
Published
Mar 4, 2024
to the GitHub Advisory Database
•
Updated Jan 16, 2025
Description
Published by the National Vulnerability Database
Mar 4, 2024
Published to the GitHub Advisory Database
Mar 4, 2024
Last updated
Jan 16, 2025
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