cve/2012/CVE-2012-1956.md

18 lines
780 B
Markdown
Raw Normal View History

2024-05-26 14:27:05 +02:00
### [CVE-2012-1956](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-1956)
![](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
Mozilla Firefox before 15.0, Thunderbird before 15.0, and SeaMonkey before 2.12 do not prevent use of the Object.defineProperty method to shadow the location object (aka window.location), which makes it easier for remote attackers to conduct cross-site scripting (XSS) attacks via vectors involving a plugin.
### POC
#### Reference
- https://bugzilla.mozilla.org/show_bug.cgi?id=756719
#### Github
No PoCs found on GitHub currently.