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

19 lines
1.0 KiB
Markdown

### [CVE-2008-2947](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-2947)
![](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
Cross-domain vulnerability in Microsoft Internet Explorer 5.01 SP4, 6, and 7 allows remote attackers to access restricted information from other domains via JavaScript that uses the Object data type for the value of a (1) location or (2) location.href property, related to incorrect determination of the origin of web script, aka "Window Location Property Cross-Domain Vulnerability." NOTE: according to Microsoft, CVE-2008-2948 and CVE-2008-2949 are duplicates of this issue, probably different attack vectors.
### POC
#### Reference
- http://www.kb.cert.org/vuls/id/923508
- https://docs.microsoft.com/en-us/security-updates/securitybulletins/2008/ms08-058
#### Github
No PoCs found on GitHub currently.