cve/2008/CVE-2008-3475.md
2024-06-18 02:51:15 +02:00

19 lines
902 B
Markdown

### [CVE-2008-3475](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-3475)
![](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 does not properly handle errors related to using the componentFromPoint method on xml objects that have been (1) incorrectly initialized or (2) deleted, which allows remote attackers to execute arbitrary code via a crafted HTML document, aka "Uninitialized Memory Corruption Vulnerability."
### POC
#### Reference
- http://ifsec.blogspot.com/2008/10/internet-explorer-6-componentfrompoint.html
- https://docs.microsoft.com/en-us/security-updates/securitybulletins/2008/ms08-058
#### Github
No PoCs found on GitHub currently.