mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-30 09:09:31 +02:00
20 lines
940 B
Markdown
20 lines
940 B
Markdown
### [CVE-2020-7060](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-7060)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
When using certain mbstring functions to convert multibyte encodings, in PHP versions 7.2.x below 7.2.27, 7.3.x below 7.3.14 and 7.4.x below 7.4.2 it is possible to supply data that will cause function mbfl_filt_conv_big5_wchar to read past the allocated buffer. This may lead to information disclosure or crash.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- https://bugs.php.net/bug.php?id=79037
|
|
- https://www.oracle.com/security-alerts/cpuApr2021.html
|
|
- https://www.oracle.com/security-alerts/cpujul2020.html
|
|
|
|
#### Github
|
|
- https://github.com/deezombiedude612/rca-tool
|
|
|