mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-15 03:30:24 +02:00
18 lines
856 B
Markdown
18 lines
856 B
Markdown
### [CVE-2014-5120](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-5120)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
gd_ctx.c in the GD component in PHP 5.4.x before 5.4.32 and 5.5.x before 5.5.16 does not ensure that pathnames lack %00 sequences, which might allow remote attackers to overwrite arbitrary files via crafted input to an application that calls the (1) imagegd, (2) imagegd2, (3) imagegif, (4) imagejpeg, (5) imagepng, (6) imagewbmp, or (7) imagewebp function.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- http://www.oracle.com/technetwork/topics/security/bulletinjan2015-2370101.html
|
|
|
|
#### Github
|
|
No PoCs found on GitHub currently.
|
|
|