Vulnerability Details : CVE-2021-26706
An issue was discovered in lib_mem.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: Mem_PoolCreate, Mem_DynPoolCreate, and Mem_DynPoolCreateHW. 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.
Vulnerability category: Overflow
Products affected by CVE-2021-26706
- cpe:2.3:a:micrium:uc\/lib:1.38.00:*:*:*:*:*:*:*
- cpe:2.3:a:micrium:uc\/lib:1.38.01:*:*:*:*:*:*:*
- cpe:2.3:a:micrium:uc\/lib:1.38.02:*:*:*:*:*:*:*
- cpe:2.3:a:micrium:uc\/lib:1.38.03:*:*:*:*:*:*:*
- cpe:2.3:a:micrium:uc\/lib:1.38.04:*:*:*:*:*:*:*
- cpe:2.3:a:micrium:uc\/lib:1.38.05:*:*:*:*:*:*:*
- cpe:2.3:a:micrium:uc\/lib:1.39.00:*:*:*:*:*:*:*
Exploit prediction scoring system (EPSS) score for CVE-2021-26706
0.33%
Probability of exploitation activity in the next 30 days
EPSS Score History
~ 71 %
Percentile, the proportion of vulnerabilities that are scored at or less
CVSS scores for CVE-2021-26706
Base Score | Base Severity | CVSS Vector | Exploitability Score | Impact Score | Score Source | First Seen |
---|---|---|---|---|---|---|
7.5
|
HIGH | AV:N/AC:L/Au:N/C:P/I:P/A:P |
10.0
|
6.4
|
NIST | |
9.8
|
CRITICAL | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H |
3.9
|
5.9
|
NIST |
CWE ids for CVE-2021-26706
-
The product performs a calculation that can produce an integer overflow or wraparound when the logic assumes that the resulting value will always be larger than the original value. This occurs when an integer value is incremented to a value that is too large to store in the associated representation. When this occurs, the value may become a very small or negative number.Assigned by: nvd@nist.gov (Primary)
References for CVE-2021-26706
-
https://micrium.atlassian.net/wiki/spaces/libdoc138/
µC/LIB Module - µC/LIB Documentation - ConfluenceThird Party Advisory
-
https://docs.silabs.com/micrium/latest/micrium-common/
Common - latest - Micrium OS Silicon LabsVendor Advisory
-
https://www.cisa.gov/uscert/ics/advisories/icsa-21-119-04
Multiple RTOS (Update D) | CISAThird Party Advisory;US Government Resource
Jump to