There was an error while loading. Please reload this page.
(legacy summary: eval reachable from any Object on some browsers) (legacy labels: Attack-Vector)
Execution of arbitrary code.
According to http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Object, Object.eval is a deprecated method of all Objects.
Any object is accessible, and the eval property is accessible.
Firefox <= 2.0.0.12. Fixed in https://bugzilla.mozilla.org/show_bug.cgi?id=382509
({}).eval('alert("Your cookie is " + document.cookie)')