Files
CVEs-PoC/2006/CVE-2006-5633.md
T
2024-06-18 02:51:15 +02:00

18 lines
914 B
Markdown

### [CVE-2006-5633](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-5633)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen)
### 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.