mirror of
https://github.com/0xMarcio/cve.git
synced 2025-05-06 18:52:12 +00:00
21 lines
898 B
Markdown
21 lines
898 B
Markdown
![]() |
### [CVE-2018-12882](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-12882)
|
||
|

|
||
|

|
||
|

|
||
|
|
||
|
### Description
|
||
|
|
||
|
exif_read_from_impl in ext/exif/exif.c in PHP 7.2.x through 7.2.7 allows attackers to trigger a use-after-free (in exif_read_from_file) because it closes a stream that it is not responsible for closing. The vulnerable code is reachable through the PHP exif_read_data function.
|
||
|
|
||
|
### POC
|
||
|
|
||
|
#### Reference
|
||
|
- https://hackerone.com/reports/371135
|
||
|
|
||
|
#### Github
|
||
|
- https://github.com/0xbigshaq/php7-internals
|
||
|
- https://github.com/RClueX/Hackerone-Reports
|
||
|
- https://github.com/geeknik/cve-fuzzing-poc
|
||
|
- https://github.com/imhunterand/hackerone-publicy-disclosed
|
||
|
|