mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-23 23:14:03 +02:00
21 lines
1.5 KiB
Markdown
21 lines
1.5 KiB
Markdown
### [CVE-2012-10032](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-10032)
|
||

|
||

|
||
&color=brightgreen)
|
||
&color=brightgreen)
|
||
|
||
### Description
|
||
|
||
Maxthon3 versions prior to 3.3 are vulnerable to cross context scripting (XCS) via the about:history page. The browser’s trusted zone improperly handles injected script content, allowing attackers to execute arbitrary JavaScript in a privileged context. This flaw enables modification of browser configuration and execution of arbitrary code through Maxthon’s exposed DOM APIs, including maxthon.program.Program.launch() and maxthon.io.writeDataURL(). Exploitation requires user interaction, typically by visiting a malicious webpage that triggers the injection.
|
||
|
||
### POC
|
||
|
||
#### Reference
|
||
- http://blog.malerisch.net/2012/12/maxthon-cross-context-scripting-xcs-about-history-rce.html
|
||
- https://www.exploit-db.com/exploits/23225
|
||
- https://www.vulncheck.com/advisories/maxthon3-xcs-trusted-zone-code-exec
|
||
|
||
#### Github
|
||
No PoCs found on GitHub currently.
|
||
|