Files
CVEs-PoC/2016/CVE-2016-4333.md
T
2024-06-18 02:51:15 +02:00

18 lines
800 B
Markdown

### [CVE-2016-4333](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-4333)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen)
### Description
The HDF5 1.8.16 library allocating space for the array using a value from the file has an impact within the loop for initializing said array allowing a value within the file to modify the loop's terminator. Due to this, an aggressor can cause the loop's index to point outside the bounds of the array when initializing it.
### POC
#### Reference
- http://www.talosintelligence.com/reports/TALOS-2016-0179/
#### Github
No PoCs found on GitHub currently.