Files
CVEs-PoC/2020/CVE-2020-12425.md
T
2024-05-25 21:48:12 +02:00

18 lines
727 B
Markdown

### [CVE-2020-12425](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-12425)
![](https://img.shields.io/static/v1?label=Product&message=Firefox&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=%3C%2078%20&color=brighgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=Out%20of%20bound%20read%20in%20Date.parse()&color=brighgreen)
### Description
Due to confusion processing a hyphen character in Date.parse(), a one-byte out of bounds read could have occurred, leading to potential information disclosure. This vulnerability affects Firefox < 78.
### POC
#### Reference
- https://bugzilla.mozilla.org/show_bug.cgi?id=1634738
#### Github
No PoCs found on GitHub currently.