CVE-2021-26706: Integer Overflow
An issue was discovered in libmem.c in Micrium uC/OS uC/LIB 1.38.x and 1.39.00. The following memory allocation functions do not check for integer overflow when allocating a pool whose size exceeds the address space: MemPoolCreate, MemDynPoolCreate, and MemDynPoolCreateHW. Because these functions use multiplication to calculate the pool sizes, the operation may cause an integer overflow if the arguments are large enough. The resulting memory pool will be smaller than expected and may be exploited by an attacker.
Affected Software
Event History
Frequently Asked Questions
What is the severity of CVE-2021-26706?
CVE-2021-26706 has been assigned a high severity score due to the potential for memory allocation issues leading to denial of service or unexpected behaviors.
How do I fix CVE-2021-26706?
To fix CVE-2021-26706, update to the latest version of Micrium uC/LIB that addresses the integer overflow in memory allocation functions.
What versions are affected by CVE-2021-26706?
CVE-2021-26706 affects Micrium uC/LIB versions 1.38.x and 1.39.00.
What kind of vulnerabilities does CVE-2021-26706 represent?
CVE-2021-26706 represents a vulnerability involving integer overflow in memory allocation functions.
Who is impacted by CVE-2021-26706?
Developers and organizations using Micrium uC/LIB 1.38.x or 1.39.00 in their applications are impacted by CVE-2021-26706.