mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-15 11:48:07 +02:00
19 lines
927 B
Markdown
19 lines
927 B
Markdown
### [CVE-2017-5403](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-5403)
|
|

|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
When adding a range to an object in the DOM, it is possible to use "addRange" to add the range to an incorrect root object. This triggers a use-after-free, resulting in a potentially exploitable crash. This vulnerability affects Firefox < 52 and Thunderbird < 52.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- https://www.mozilla.org/security/advisories/mfsa2017-05/
|
|
|
|
#### Github
|
|
No PoCs found on GitHub currently.
|
|
|