mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-31 22:31:34 +02:00
18 lines
914 B
Markdown
18 lines
914 B
Markdown
### [CVE-2006-5633](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-5633)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
Firefox 1.5.0.7 and 2.0, and Seamonkey 1.1b, allows remote attackers to cause a denial of service (crash) by creating a range object using createRange, calling selectNode on a DocType node (DOCUMENT_TYPE_NODE), then calling createContextualFragment on the range, which triggers a null dereference. NOTE: the original Bugtraq post mentioned that code execution was possible, but followup analysis has shown that it is only a null dereference.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- https://bugzilla.mozilla.org/show_bug.cgi?id=358797
|
|
|
|
#### Github
|
|
No PoCs found on GitHub currently.
|
|
|