mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-28 23:51:26 +02:00
22 lines
1.0 KiB
Markdown
22 lines
1.0 KiB
Markdown
### [CVE-2009-2477](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-2477)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
js/src/jstracer.cpp in the Just-in-time (JIT) JavaScript compiler (aka TraceMonkey) in Mozilla Firefox 3.5 before 3.5.1 allows remote attackers to execute arbitrary code via certain use of the escape function that triggers access to uninitialized memory locations, as originally demonstrated by a document containing P and FONT elements.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- http://blog.mozilla.com/security/2009/07/14/critical-javascript-vulnerability-in-firefox-35/
|
|
- http://isc.sans.org/diary.html?storyid=6796
|
|
- http://www.h-online.com/security/First-Zero-Day-Exploit-for-Firefox-3-5--/news/113761
|
|
- http://www.kb.cert.org/vuls/id/443060
|
|
- https://www.exploit-db.com/exploits/40936/
|
|
|
|
#### Github
|
|
No PoCs found on GitHub currently.
|
|
|