Opera Browser Multiple Vulnerabilities Jul-11 (Windows). Remote attackers can execute arbitrary code and cause a denial of service due to memory corruption, handling of pop-ups, Cascading Style Sheets (CSS) implementation, and handling destruction of a silver-light instance
Reporter | Title | Published | Views | Family All 39 |
---|---|---|---|---|
![]() | Opera Browser Multiple Vulnerabilities-01 July-11 (Linux) | 10 Apr 201200:00 | – | openvas |
![]() | Opera Browser Multiple Vulnerabilities-01 (Jul 2011) - Mac OS X | 19 Apr 201200:00 | – | openvas |
![]() | Opera Browser Multiple Vulnerabilities-01 July-11 (Mac OS X) | 19 Apr 201200:00 | – | openvas |
![]() | Opera Browser Multiple Vulnerabilities-01 (Jul 2011) - Linux | 10 Apr 201200:00 | – | openvas |
![]() | Opera Browser Multiple Vulnerabilities (Jul 2011) - Windows | 5 Jul 201100:00 | – | openvas |
![]() | Gentoo Security Advisory GLSA 201206-03 (Opera) | 10 Aug 201200:00 | – | openvas |
![]() | Gentoo Security Advisory GLSA 201206-03 (Opera) | 10 Aug 201200:00 | – | openvas |
![]() | Opera < 11.11 Multiple Vulnerabilities | 19 May 201100:00 | – | nessus |
![]() | Opera < 11.11 Multiple Vulnerabilities | 19 May 201100:00 | – | nessus |
![]() | GLSA-201206-03 : Opera: Multiple vulnerabilities | 21 Jun 201200:00 | – | nessus |
Source | Link |
---|---|
opera | www.opera.com/support/kb/view/992/ |
opera | www.opera.com/docs/changelogs/windows/1111/ |
###############################################################################
# OpenVAS Vulnerability Test
# $Id: gb_opera_mult_vuln_win01_jul11.nasl 7024 2017-08-30 11:51:43Z teissa $
#
# Opera Browser Multiple Vulnerabilities July-11 (Windows)
#
# Authors:
# Madhuri D <[email protected]>
#
# Copyright:
# Copyright (c) 2011 Greenbone Networks GmbH, http://www.greenbone.net
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2
# (or any later version), as published by the Free Software Foundation.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
###############################################################################
tag_impact = "Successful exploitation will allow remote attackers to execute arbitrary
code and cause a denial of service.
Impact Level: System/Application";
tag_affected = "Opera Web Browser Version prior 11.11";
tag_insight = "The flaws are due to an error,
- In certain frameset constructs, fails to correctly handle when the page
is unloaded, causing a memory corruption.
- When reloading page after opening a pop-up of easy-sticky-note extension.
- In Cascading Style Sheets (CSS) implementation, when handling the
column-count property.
- When error when handling destruction of a silver-light instance.
- When opening www.falk.de.";
tag_solution = "Upgrade to Opera Web Browser Version 11.11 or later,
For updates refer to http://www.opera.com/download/";
tag_summary = "The host is installed with Opera browser and is prone to multiple
vulnerabilities.";
if(description)
{
script_id(802111);
script_version("$Revision: 7024 $");
script_tag(name:"last_modification", value:"$Date: 2017-08-30 13:51:43 +0200 (Wed, 30 Aug 2017) $");
script_tag(name:"creation_date", value:"2011-07-05 13:15:06 +0200 (Tue, 05 Jul 2011)");
script_cve_id("CVE-2011-2628", "CVE-2011-2629", "CVE-2011-2630",
"CVE-2011-2631", "CVE-2011-2632", "CVE-2011-2633");
script_tag(name:"cvss_base", value:"10.0");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:C/I:C/A:C");
script_name("Opera Browser Multiple Vulnerabilities Jul-11 (Windows)");
script_xref(name : "URL" , value : "http://www.opera.com/support/kb/view/992/");
script_xref(name : "URL" , value : "http://www.opera.com/docs/changelogs/windows/1111/");
script_tag(name:"qod_type", value:"registry");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (c) 2011 Greenbone Networks GmbH");
script_family("General");
script_dependencies("secpod_opera_detection_win_900036.nasl");
script_require_keys("Opera/Win/Version");
script_tag(name : "impact" , value : tag_impact);
script_tag(name : "affected" , value : tag_affected);
script_tag(name : "insight" , value : tag_insight);
script_tag(name : "solution" , value : tag_solution);
script_tag(name : "summary" , value : tag_summary);
exit(0);
}
include("version_func.inc");
## Get Opera Version from KB
operaVer = get_kb_item("Opera/Win/Version");
if(operaVer)
{
## Grep for Opera Versions prior to 11.11
if(version_is_less(version:operaVer, test_version:"11.11")){
security_message(0);
}
}
Transform Your Security Services
Elevate your offerings with Vulners' advanced Vulnerability Intelligence. Contact us for a demo and discover the difference comprehensive, actionable intelligence can make in your security strategy.
Book a live demo