Files
CVEs-PoC/2016/CVE-2016-4333.md
T
2025-09-29 21:09:30 +02:00

18 lines
811 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%20&color=brightgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brightgreen)
### 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.