📄 opera_favicon_address_bar_spoofing.nasl
字号:
# This script was written by David Maciejak <david dot maciejak at kyxar dot fr># based on work from# (C) Tenable Network Security## Ref: GreyMagic <http://www.greymagic.com/> and Tom Gilder## This script is released under the GNU GPLv2if(description){ script_id(14245); script_cve_id("CVE-2004-0537"); script_bugtraq_id(10452); if (defined_func("script_xref")) { script_xref(name:"OSVDB", value:"6590"); } script_version("$Revision: 38 $"); name["english"] = "Opera web browser address bar spoofing weakness (2)"; script_name(english:name["english"]); desc["english"] = "Synopsis :The remote host contains a web browser that is vulnerable to address bar spoofing attacks.Description :The remote host is using Opera, an alternative web browser.This version of Opera is vulnerable to a security weakness that maypermit malicious web pages to spoof address bar information. It isreported that the 'favicon' feature can be used to spoof the domain ofa malicious web page. An attacker can create an icon that includesthe text of the desired site and is similar to the way Opera displaysinformation in the address bar. The attacker can then obfuscate thereal address with spaces. This issue can be used to spoof information in the address bar, pagebar and page/window cycler. See also : http://www.greymagic.com/security/advisories/gm007-op/http://www.opera.com/windows/changelogs/751/Solution : Install to Opera 7.51 or newer.Risk factor :Low / CVSS Base Score : 2 (AV:R/AC:L/Au:NR/C:N/A:N/I:P/B:N)"; script_description(english:desc["english"]); summary["english"] = "Determines the version of Opera.exe"; script_summary(english:summary["english"]); script_category(ACT_GATHER_INFO); script_copyright(english:"This script is Copyright (C) 2004 David Maciejak"); family["english"] = "Windows"; script_family(english:family["english"]); script_dependencies("opera_multiple_flaws.nasl"); script_require_keys("Host/Windows/Opera/Version"); exit(0);}v = get_kb_item("Host/Windows/Opera/Version");if(strlen(v)){ v2 = split(v, sep:'.', keep:FALSE); if(int(v2[0]) < 7 || (int(v2[0]) == 7 && int(v2[1]) < 51)) security_note(0);}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -