exploit-db-mirror/exploits/windows/remote/22218.txt
Offensive Security d304cc3d3e DB: 2017-11-24
116602 new exploits

Too many to list!
2017-11-24 20:56:23 +00:00

7 lines
No EOL
470 B
Text

source: http://www.securityfocus.com/bid/6757/info
An information disclosure weakness has been reported for Opera 7 browsers on the Microsoft Windows platform.
The weakness is due to the way the history object exposes some properties. Specifically, the properties history.next and history.previous are exposed. Any site can make use of these properties to track a user's web surfing habits.
alert("Last URL: "+history.previous+".\nNext URL: "+history.next+".");