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

|
|

|
|

|
|
|
|
### Description
|
|
|
|
When using fgetss() function to read data with stripping tags, 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 this function to read past the allocated buffer. This may lead to information disclosure or crash.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- https://hackerone.com/reports/778834
|
|
- https://www.oracle.com/security-alerts/cpuApr2021.html
|
|
- https://www.oracle.com/security-alerts/cpujul2020.html
|
|
|
|
#### Github
|
|
No PoCs found on GitHub currently.
|
|
|