Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wp-pagenavi domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/u918112125/domains/exploit.company/public_html/wp-includes/functions.php on line 6114
Information Disclosure in Opera 7 browsers on Windows - exploit.company
header-logo
Suggest Exploit
vendor:
Opera Browser
by:
Unknown
3.3
CVSS
LOW
Information Disclosure
200
CWE
Product Name: Opera Browser
Affected Version From: Opera 7
Affected Version To: Opera 7
Patch Exists: NO
Related CWE: Unknown
CPE: a:opera:opera_browser:7
Metasploit:
Other Scripts:
Platforms Tested: Windows
Unknown

Information Disclosure in Opera 7 browsers on Windows

The history object in Opera 7 browsers on Windows exposes the properties history.next and history.previous, which can be used by any website to track a user's web surfing habits.

Mitigation:

Disable JavaScript or use a different web browser.
Source

Exploit-DB raw data:

source: https://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+".");