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

📄 secpod_opera_mult_vuln_july08_900001.nasl

📁 漏洞扫描源码,可以扫描linux,windows,交换机路由器
💻 NASL
字号:
################################################################################  Opera for Windows Unspecified Code Execution Vulnerabilities July-08##  Date Written: 2008/07/07##  Revision: 1.2 ##  Log:#  Issue #0008 schandan#  ------------------------------------------------------------------------#  This program was written by SecPod and is licensed under the GNU GPL #  license. Please refer to the below link for details,#  http://www.gnu.org/licenses/gpl.html#  This header contains information regarding licensing terms under the GPL, #  and information regarding obtaining source code from the Author. #  Consequently, pursuant to section 3(c) of the GPL, you must accompany the #  information found in this header with any distribution you make of this #  Program.#  ------------------------------------------------------------------------##############################################################################if(description){ script_id(900001); script_bugtraq_id(30068); script_copyright(english:"Copyright 2008 SecPod"); script_version("Revision: 1.2 "); script_category(ACT_GATHER_INFO); script_family(english:"Misc."); script_name(english:"Opera for Windows Unspecified Code Execution Vulnerabilities July-08"); script_summary(english:"Check for Opera version"); desc["english"] = " Overview : The remote host is running Opera Web Browser, which is prone to multiple vulnerabilities. Vulnerability Insight :        The flaws are due to the way the Web Browser handles certain        canvas functions that can cause the canvas to be painted with        very small amounts of data constructed from random memory, which        allows canvas images to be read and analyzed by JavaScript.        Impact : Successful exploitation could grant the remote attacker        to execute arbitrary malicious code to retrieve random samples        of the user's memory, which may contain sensitive data.  Impact Level : SYSTEM Affected Software/OS : Opera Version 5 to 9.50 on Windows (All) Fix : Upgrade to Opera version 9.51, http://www.opera.com/download/ References : http://www.opera.com/support/search/view/887/ CVSS Score Report :        CVSS Base Score     : 7.5 (AV:N/AC:L/Au:NR/C:P/I:P/A:P)        CVSS Temporal Score : 5.5  Risk factor : High"; script_description(english:desc["english"]); script_dependencies("secpod_reg_enum.nasl", "opera_multiple_flaws.nasl"); script_require_keys("SMB/WindowsVersion"); exit(0);} if(!get_kb_item("SMB/WindowsVersion")){ 	exit(0); } operaVer = get_kb_item("Host/Windows/Opera/Version"); if(!operaVer){	exit(0); } if(egrep(pattern:"^([0-8]\..*|9\.([0-4][0-9]|50))$", string:operaVer)){	security_hole(0); }

⌨️ 快捷键说明

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