Google Chrome Multiple Vulnerabilities - February 12 (Linux 01) impacting Linux systems
Reporter | Title | Published | Views | Family All 199 |
---|---|---|---|---|
OpenVAS | Google Chrome Multiple Vulnerabilities - February 12 (Windows 01) | 21 Feb 201200:00 | – | openvas |
OpenVAS | Google Chrome Multiple Vulnerabilities - February 12 (MAC OS X 01) | 21 Feb 201200:00 | – | openvas |
OpenVAS | Google Chrome < 17.0.963.56 Multiple Vulnerabilities (Feb 2012) - Windows | 21 Feb 201200:00 | – | openvas |
OpenVAS | Google Chrome < 17.0.963.56 Multiple Vulnerabilities (Feb 2012) - Linux | 21 Feb 201200:00 | – | openvas |
OpenVAS | Google Chrome < 17.0.963.56 Multiple Vulnerabilities (Feb 2012) - Mac OS X | 21 Feb 201200:00 | – | openvas |
OpenVAS | FreeBSD Ports: chromium | 12 Mar 201200:00 | – | openvas |
OpenVAS | FreeBSD Ports: chromium | 12 Mar 201200:00 | – | openvas |
OpenVAS | Gentoo Security Advisory GLSA 201202-01 (chromium) | 12 Mar 201200:00 | – | openvas |
OpenVAS | Gentoo Security Advisory GLSA 201202-01 (chromium) | 12 Mar 201200:00 | – | openvas |
OpenVAS | Mandriva Update for mozilla MDVSA-2012:022 (mozilla) | 3 Aug 201200:00 | – | openvas |
Source | Link |
---|---|
secunia | www.secunia.com/advisories/48016/ |
googlechromereleases | www.googlechromereleases.blogspot.in/2012/02/chrome-stable-update.html |
###############################################################################
# OpenVAS Vulnerability Test
# $Id: gb_google_chrome_mult_vuln_feb12_lin01.nasl 6521 2017-07-04 14:51:10Z cfischer $
#
# Google Chrome Multiple Vulnerabilities - February 12 (Linux 01)
#
# Authors:
# Madhuri D <[email protected]>
#
# Copyright:
# Copyright (c) 2012 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 could allow attackers to cause a denial of service.
Impact Level: Application";
tag_affected = "Google Chrome version prior to 17.0.963.56 on Linux";
tag_insight = "The flaws are due to
- An integer overflow in libpng, PDF codecs.
- Bad cast in column handling.
- Out-of-bounds read in h.264 parsing.
- Use-after-free with drag and drop.
- Use-after-free in subframe loading.
- An error within Native Client validator implementation.
- Heap buffer overflow while handling MVK file.
- Use-after-free error while handling database.
- Heap overflow in path rendering.";
tag_solution = "Upgrade to the Google Chrome 17.0.963.56 or later,
For updates refer to http://www.google.com/chrome";
tag_summary = "The host is installed with Google Chrome and is prone to multiple
vulnerabilities.";
if(description)
{
script_id(802598);
script_version("$Revision: 6521 $");
script_cve_id("CVE-2011-3026", "CVE-2011-3015", "CVE-2011-3027", "CVE-2011-3025",
"CVE-2011-3024", "CVE-2011-3023", "CVE-2011-3021", "CVE-2011-3020",
"CVE-2011-3019", "CVE-2011-3016", "CVE-2011-3017", "CVE-2011-3018");
script_bugtraq_id(52049, 52031);
script_tag(name:"cvss_base", value:"7.5");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:P/I:P/A:P");
script_tag(name:"last_modification", value:"$Date: 2017-07-04 16:51:10 +0200 (Tue, 04 Jul 2017) $");
script_tag(name:"creation_date", value:"2012-02-21 14:58:55 +0530 (Tue, 21 Feb 2012)");
script_name("Google Chrome Multiple Vulnerabilities - February 12 (Linux 01)");
script_xref(name : "URL" , value : "http://secunia.com/advisories/48016/");
script_xref(name : "URL" , value : "http://googlechromereleases.blogspot.in/2012/02/chrome-stable-update.html");
script_copyright("Copyright (c) 2012 Greenbone Networks GmbH");
script_category(ACT_GATHER_INFO);
script_tag(name:"qod_type", value:"executable_version");
script_family("General");
script_dependencies("gb_google_chrome_detect_lin.nasl");
script_mandatory_keys("Google-Chrome/Linux/Ver");
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");
## Variable Initialization
chromeVer = NULL;
## Get the version from KB
chromeVer = get_kb_item("Google-Chrome/Linux/Ver");
if(!chromeVer){
exit(0);
}
## Check for Google Chrome Versions prior to 17.0.963.56
if(version_is_less(version:chromeVer, test_version:"17.0.963.56")){
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