An issue was discovered in Wind River VxWorks 7. The memory allocator has a possible integer overflow in calculating a memory block's size to be allocated by calloc(). As a result, the actual memory allocated is smaller than the buffer size specified by the arguments, leading to memory corruption.
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.
Link | Tags |
---|---|
https://support2.windriver.com/index.php?page=security-notices | vendor advisory |
https://support2.windriver.com/index.php?page=cve&on=view&id=CVE-2020-35198 | vendor advisory |
https://www.oracle.com/security-alerts/cpuapr2022.html | third party advisory patch |