⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 opera_remote_location_object_flaw.nasl

📁 漏洞扫描源码,可以扫描linux,windows,交换机路由器
💻 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 Software# This script is released under the GNU GPLv2if(description){ script_id(14261); script_cve_id("CVE-2004-2570"); script_bugtraq_id(10873); if ( defined_func("script_xref") ) 	script_xref(name:"OSVDB", value:"8331");  script_version("$Revision: 38 $"); name["english"] = "Opera remote location object cross-domain scripting vulnerability"; script_name(english:name["english"]);  desc["english"] = "Synopsis :The remote host contains a web browser that is affected by multiple flaws.Description :The remote host is using Opera, an alternative web browser.This version of Opera on the remote host fails to block write access tothe 'location' object.  This could allow a user to create a speciallycrafted URL to overwrite methods within the 'location' object that wouldexecute arbitrary code in a user's browser within the trust relationshipbetween the browser and the server, leading to a loss of confidentialityand integrity. See also :http://www.greymagic.com/security/advisories/gm008-op/http://www.opera.com/docs/changelogs/windows/754/Solution : Upgrade to Opera 7.54 or newer.Risk factor : Medium / CVSS Base Score : 5 (AV:R/AC:L/Au:NR/C:P/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]) < 54))security_warning(0);}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -