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

18 lines
781 B
Markdown

### [CVE-2016-2330](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-2330)
![](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
libavcodec/gif.c in FFmpeg before 2.8.6 does not properly calculate a buffer size, which allows remote attackers to cause a denial of service (out-of-bounds array access) or possibly have unspecified other impact via a crafted .tga file, related to the gif_image_write_image, gif_encode_init, and gif_encode_close functions.
### POC
#### Reference
- http://www.ubuntu.com/usn/USN-2944-1
#### Github
No PoCs found on GitHub currently.