mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-28 11:21:40 +02:00
18 lines
739 B
Markdown
18 lines
739 B
Markdown
### [CVE-2020-28895](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-28895)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
In Wind River VxWorks, memory allocator has a possible overflow in calculating the 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.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- https://www.oracle.com/security-alerts/cpuapr2022.html
|
|
|
|
#### Github
|
|
No PoCs found on GitHub currently.
|
|
|