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

18 lines
833 B
Markdown

### [CVE-2010-1127](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-1127)
![](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
Microsoft Internet Explorer 6 and 7 does not initialize certain data structures during execution of the createElement method, which allows remote attackers to cause a denial of service (NULL pointer dereference and application crash) via crafted JavaScript code, as demonstrated by setting the (1) outerHTML or (2) value property of an object returned by createElement.
### POC
#### Reference
- http://securityreason.com/exploitalert/7731
#### Github
No PoCs found on GitHub currently.