cve/2016/CVE-2016-1903.md

19 lines
841 B
Markdown
Raw Normal View History

2024-05-26 14:27:05 +02:00
### [CVE-2016-1903](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-1903)
![](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 gdImageRotateInterpolated function in ext/gd/libgd/gd_interpolation.c in PHP before 5.5.31, 5.6.x before 5.6.17, and 7.x before 7.0.2 allows remote attackers to obtain sensitive information or cause a denial of service (out-of-bounds read and application crash) via a large bgd_color argument to the imagerotate function.
### POC
#### Reference
- http://www.openwall.com/lists/oss-security/2016/01/14/8
- https://bugs.php.net/bug.php?id=70976
#### Github
No PoCs found on GitHub currently.