mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-30 04:59:31 +02:00
24 lines
1.1 KiB
Markdown
24 lines
1.1 KiB
Markdown
### [CVE-2020-7067](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-7067)
|
|

|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
In PHP versions 7.2.x below 7.2.30, 7.3.x below 7.3.17 and 7.4.x below 7.4.5, if PHP is compiled with EBCDIC support (uncommon), urldecode() function can be made to access locations past the allocated memory, due to erroneously using signed numbers as array indexes.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- https://bugs.php.net/bug.php?id=79465
|
|
- https://www.oracle.com/security-alerts/cpuApr2021.html
|
|
- https://www.oracle.com/security-alerts/cpuoct2020.html
|
|
|
|
#### Github
|
|
- https://github.com/0xbigshaq/php7-internals
|
|
- https://github.com/RClueX/Hackerone-Reports
|
|
- https://github.com/imhunterand/hackerone-publicy-disclosed
|
|
- https://github.com/vincd/search-cve
|
|
|