Vulnerabilities > CVE-2014-3179 - Unspecified vulnerability in Google Chrome

047910
CVSS 0.0 - NONE
Attack vector
UNKNOWN
Attack complexity
UNKNOWN
Privileges required
UNKNOWN
Confidentiality impact
UNKNOWN
Integrity impact
UNKNOWN
Availability impact
UNKNOWN
google
nessus

Summary

Multiple unspecified vulnerabilities in Google Chrome before 37.0.2062.120 allow attackers to cause a denial of service or possibly have other impact via unknown vectors.

Vulnerable Configurations

Part Description Count
Application
Google
89

Nessus

  • NASL familyGentoo Local Security Checks
    NASL idGENTOO_GLSA-201409-06.NASL
    descriptionThe remote host is affected by the vulnerability described in GLSA-201409-06 (Chromium: Multiple vulnerabilities) Multiple vulnerabilities have been discovered in Chromium. Please review the CVE identifiers referenced below for details. Impact : A remote attacker may be able to cause a Denial of Service condition or possibly have other unspecified impact by leveraging improper handling of render-tree inconsistencies. Workaround : There is no known workaround at this time.
    last seen2020-06-01
    modified2020-06-02
    plugin id77774
    published2014-09-22
    reporterThis script is Copyright (C) 2014-2015 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/77774
    titleGLSA-201409-06 : Chromium: Multiple vulnerabilities
    code
    #
    # (C) Tenable Network Security, Inc.
    #
    # The descriptive text and package checks in this plugin were
    # extracted from Gentoo Linux Security Advisory GLSA 201409-06.
    #
    # The advisory text is Copyright (C) 2001-2015 Gentoo Foundation, Inc.
    # and licensed under the Creative Commons - Attribution / Share Alike 
    # license. See http://creativecommons.org/licenses/by-sa/3.0/
    #
    
    include("compat.inc");
    
    if (description)
    {
      script_id(77774);
      script_version("$Revision: 1.5 $");
      script_cvs_date("$Date: 2015/04/13 14:27:09 $");
    
      script_cve_id("CVE-2014-3178", "CVE-2014-3179");
      script_bugtraq_id(69709, 69710);
      script_xref(name:"GLSA", value:"201409-06");
    
      script_name(english:"GLSA-201409-06 : Chromium: Multiple vulnerabilities");
      script_summary(english:"Checks for updated package(s) in /var/db/pkg");
    
      script_set_attribute(
        attribute:"synopsis", 
        value:
    "The remote Gentoo host is missing one or more security-related
    patches."
      );
      script_set_attribute(
        attribute:"description", 
        value:
    "The remote host is affected by the vulnerability described in GLSA-201409-06
    (Chromium: Multiple vulnerabilities)
    
        Multiple vulnerabilities have been discovered in Chromium. Please review
          the CVE identifiers referenced below for details.
      
    Impact :
    
        A remote attacker may be able to cause a Denial of Service condition or
          possibly have other unspecified impact by leveraging improper handling of
          render-tree inconsistencies.
      
    Workaround :
    
        There is no known workaround at this time."
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://security.gentoo.org/glsa/201409-06"
      );
      script_set_attribute(
        attribute:"solution", 
        value:
    "All Chromium users should upgrade to the latest version:
          # emerge --sync
          # emerge --ask --oneshot --verbose
          '>=www-client/chromium-37.0.2062.120'"
      );
      script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:P/I:P/A:P");
      script_set_cvss_temporal_vector("CVSS2#E:ND/RL:OF/RC:C");
      script_set_attribute(attribute:"exploitability_ease", value:"No known exploits are available");
      script_set_attribute(attribute:"exploit_available", value:"false");
    
      script_set_attribute(attribute:"plugin_type", value:"local");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:gentoo:linux:chromium");
      script_set_attribute(attribute:"cpe", value:"cpe:/o:gentoo:linux");
    
      script_set_attribute(attribute:"patch_publication_date", value:"2014/09/19");
      script_set_attribute(attribute:"plugin_publication_date", value:"2014/09/22");
      script_end_attributes();
    
      script_category(ACT_GATHER_INFO);
      script_copyright(english:"This script is Copyright (C) 2014-2015 Tenable Network Security, Inc.");
      script_family(english:"Gentoo Local Security Checks");
    
      script_dependencies("ssh_get_info.nasl");
      script_require_keys("Host/local_checks_enabled", "Host/Gentoo/release", "Host/Gentoo/qpkg-list");
    
      exit(0);
    }
    
    
    include("audit.inc");
    include("global_settings.inc");
    include("qpkg.inc");
    
    if (!get_kb_item("Host/local_checks_enabled")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);
    if (!get_kb_item("Host/Gentoo/release")) audit(AUDIT_OS_NOT, "Gentoo");
    if (!get_kb_item("Host/Gentoo/qpkg-list")) audit(AUDIT_PACKAGE_LIST_MISSING);
    
    
    flag = 0;
    
    if (qpkg_check(package:"www-client/chromium", unaffected:make_list("ge 37.0.2062.120"), vulnerable:make_list("lt 37.0.2062.120"))) flag++;
    
    if (flag)
    {
      if (report_verbosity > 0) security_hole(port:0, extra:qpkg_report_get());
      else security_hole(0);
      exit(0);
    }
    else
    {
      tested = qpkg_tests_get();
      if (tested) audit(AUDIT_PACKAGE_NOT_AFFECTED, tested);
      else audit(AUDIT_PACKAGE_NOT_INSTALLED, "Chromium");
    }
    
  • NASL familyDebian Local Security Checks
    NASL idDEBIAN_DSA-3039.NASL
    descriptionSeveral vulnerabilities were discovered in the chromium web browser. - CVE-2014-3160 Christian Schneider discovered a same origin bypass issue in SVG file resource fetching. - CVE-2014-3162 The Google Chrome development team addressed multiple issues with potential security impact for chromium 36.0.1985.125. - CVE-2014-3165 Colin Payne discovered a use-after-free issue in the Web Sockets implementation. - CVE-2014-3166 Antoine Delignat-Lavaud discovered an information leak in the SPDY protocol implementation. - CVE-2014-3167 The Google Chrome development team addressed multiple issues with potential security impact for chromium 36.0.1985.143. - CVE-2014-3168 cloudfuzzer discovered a use-after-free issue in SVG image file handling. - CVE-2014-3169 Andrzej Dyjak discovered a use-after-free issue in the Webkit/Blink Document Object Model implementation. - CVE-2014-3170 Rob Wu discovered a way to spoof the url of chromium extensions. - CVE-2014-3171 cloudfuzzer discovered a use-after-free issue in chromium
    last seen2020-03-17
    modified2014-09-30
    plugin id77973
    published2014-09-30
    reporterThis script is Copyright (C) 2014-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/77973
    titleDebian DSA-3039-1 : chromium-browser - security update
    code
    #%NASL_MIN_LEVEL 80502
    #
    # (C) Tenable Network Security, Inc.
    #
    # The descriptive text and package checks in this plugin were  
    # extracted from Debian Security Advisory DSA-3039. The text 
    # itself is copyright (C) Software in the Public Interest, Inc.
    #
    
    include("compat.inc");
    
    if (description)
    {
      script_id(77973);
      script_version("1.13");
      script_set_attribute(attribute:"plugin_modification_date", value:"2020/03/12");
    
      script_cve_id("CVE-2014-3160", "CVE-2014-3162", "CVE-2014-3165", "CVE-2014-3166", "CVE-2014-3167", "CVE-2014-3168", "CVE-2014-3169", "CVE-2014-3170", "CVE-2014-3171", "CVE-2014-3172", "CVE-2014-3173", "CVE-2014-3174", "CVE-2014-3175", "CVE-2014-3176", "CVE-2014-3177", "CVE-2014-3178", "CVE-2014-3179");
      script_bugtraq_id(68677, 69201, 69202, 69203, 69398, 69400, 69401, 69402, 69403, 69404, 69405, 69406, 69407, 69709, 69710);
      script_xref(name:"DSA", value:"3039");
    
      script_name(english:"Debian DSA-3039-1 : chromium-browser - security update");
      script_summary(english:"Checks dpkg output for the updated package");
    
      script_set_attribute(
        attribute:"synopsis", 
        value:"The remote Debian host is missing a security-related update."
      );
      script_set_attribute(
        attribute:"description", 
        value:
    "Several vulnerabilities were discovered in the chromium web browser.
    
      - CVE-2014-3160
        Christian Schneider discovered a same origin bypass
        issue in SVG file resource fetching.
    
      - CVE-2014-3162
        The Google Chrome development team addressed multiple
        issues with potential security impact for chromium
        36.0.1985.125.
    
      - CVE-2014-3165
        Colin Payne discovered a use-after-free issue in the Web
        Sockets implementation.
    
      - CVE-2014-3166
        Antoine Delignat-Lavaud discovered an information leak
        in the SPDY protocol implementation.
    
      - CVE-2014-3167
        The Google Chrome development team addressed multiple
        issues with potential security impact for chromium
        36.0.1985.143.
    
      - CVE-2014-3168
        cloudfuzzer discovered a use-after-free issue in SVG
        image file handling.
    
      - CVE-2014-3169
        Andrzej Dyjak discovered a use-after-free issue in the
        Webkit/Blink Document Object Model implementation.
    
      - CVE-2014-3170
        Rob Wu discovered a way to spoof the url of chromium
        extensions.
    
      - CVE-2014-3171
        cloudfuzzer discovered a use-after-free issue in
        chromium's v8 bindings.
    
      - CVE-2014-3172
        Eli Grey discovered a way to bypass access restrictions
        using chromium's Debugger extension API.
    
      - CVE-2014-3173
        jmuizelaar discovered an uninitialized read issue in
        WebGL.
    
      - CVE-2014-3174
        Atte Kettunen discovered an uninitialized read issue in
        Web Audio.
    
      - CVE-2014-3175
        The Google Chrome development team addressed multiple
        issues with potential security impact for chromium
        37.0.2062.94.
    
      - CVE-2014-3176
        lokihardt@asrt discovered a combination of flaws that
        can lead to remote code execution outside of chromium's
        sandbox.
    
      - CVE-2014-3177
        lokihardt@asrt discovered a combination of flaws that
        can lead to remote code execution outside of chromium's
        sandbox.
    
      - CVE-2014-3178
        miaubiz discovered a use-after-free issue in the
        Document Object Model implementation in Blink/Webkit.
    
      - CVE-2014-3179
        The Google Chrome development team addressed multiple
        issues with potential security impact for chromium
        37.0.2062.120."
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://security-tracker.debian.org/tracker/CVE-2014-3160"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://security-tracker.debian.org/tracker/CVE-2014-3162"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://security-tracker.debian.org/tracker/CVE-2014-3165"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://security-tracker.debian.org/tracker/CVE-2014-3166"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://security-tracker.debian.org/tracker/CVE-2014-3167"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://security-tracker.debian.org/tracker/CVE-2014-3168"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://security-tracker.debian.org/tracker/CVE-2014-3169"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://security-tracker.debian.org/tracker/CVE-2014-3170"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://security-tracker.debian.org/tracker/CVE-2014-3171"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://security-tracker.debian.org/tracker/CVE-2014-3172"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://security-tracker.debian.org/tracker/CVE-2014-3173"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://security-tracker.debian.org/tracker/CVE-2014-3174"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://security-tracker.debian.org/tracker/CVE-2014-3175"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://security-tracker.debian.org/tracker/CVE-2014-3176"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://security-tracker.debian.org/tracker/CVE-2014-3177"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://security-tracker.debian.org/tracker/CVE-2014-3178"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://security-tracker.debian.org/tracker/CVE-2014-3179"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://packages.debian.org/source/wheezy/chromium-browser"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://www.debian.org/security/2014/dsa-3039"
      );
      script_set_attribute(
        attribute:"solution", 
        value:
    "Upgrade the chromium-browser packages.
    
    For the stable distribution (wheezy), these problems have been fixed
    in version 37.0.2062.120-1~deb7u1."
      );
      script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:C/I:C/A:C");
      script_set_cvss_temporal_vector("CVSS2#E:U/RL:OF/RC:C");
      script_set_attribute(attribute:"exploitability_ease", value:"No known exploits are available");
      script_set_attribute(attribute:"exploit_available", value:"false");
    
      script_set_attribute(attribute:"plugin_type", value:"local");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:debian:debian_linux:chromium-browser");
      script_set_attribute(attribute:"cpe", value:"cpe:/o:debian:debian_linux:7.0");
    
      script_set_attribute(attribute:"vuln_publication_date", value:"2014/07/20");
      script_set_attribute(attribute:"patch_publication_date", value:"2014/09/28");
      script_set_attribute(attribute:"plugin_publication_date", value:"2014/09/30");
      script_set_attribute(attribute:"generated_plugin", value:"current");
      script_end_attributes();
    
      script_category(ACT_GATHER_INFO);
      script_copyright(english:"This script is Copyright (C) 2014-2020 and is owned by Tenable, Inc. or an Affiliate thereof.");
      script_family(english:"Debian Local Security Checks");
    
      script_dependencies("ssh_get_info.nasl");
      script_require_keys("Host/local_checks_enabled", "Host/Debian/release", "Host/Debian/dpkg-l");
    
      exit(0);
    }
    
    
    include("audit.inc");
    include("debian_package.inc");
    
    
    if (!get_kb_item("Host/local_checks_enabled")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);
    if (!get_kb_item("Host/Debian/release")) audit(AUDIT_OS_NOT, "Debian");
    if (!get_kb_item("Host/Debian/dpkg-l")) audit(AUDIT_PACKAGE_LIST_MISSING);
    
    
    flag = 0;
    if (deb_check(release:"7.0", prefix:"chromium", reference:"37.0.2062.120-1~deb7u1")) flag++;
    if (deb_check(release:"7.0", prefix:"chromium-browser", reference:"37.0.2062.120-1~deb7u1")) flag++;
    if (deb_check(release:"7.0", prefix:"chromium-browser-dbg", reference:"37.0.2062.120-1~deb7u1")) flag++;
    if (deb_check(release:"7.0", prefix:"chromium-browser-inspector", reference:"37.0.2062.120-1~deb7u1")) flag++;
    if (deb_check(release:"7.0", prefix:"chromium-browser-l10n", reference:"37.0.2062.120-1~deb7u1")) flag++;
    if (deb_check(release:"7.0", prefix:"chromium-dbg", reference:"37.0.2062.120-1~deb7u1")) flag++;
    if (deb_check(release:"7.0", prefix:"chromium-inspector", reference:"37.0.2062.120-1~deb7u1")) flag++;
    if (deb_check(release:"7.0", prefix:"chromium-l10n", reference:"37.0.2062.120-1~deb7u1")) flag++;
    
    if (flag)
    {
      if (report_verbosity > 0) security_hole(port:0, extra:deb_report_get());
      else security_hole(0);
      exit(0);
    }
    else audit(AUDIT_HOST_NOT, "affected");
    
  • NASL familyWindows
    NASL idGOOGLE_CHROME_37_0_2062_120.NASL
    descriptionThe version of Google Chrome installed on the remote host is a version prior to 37.0.2062.120. It is, therefore, affected by the following vulnerabilities : - A use-after-free error exists related to rendering that allows a remote attacker to execute arbitrary code. (CVE-2014-3178) - Unspecified errors exist having unspecified impact. (CVE-2014-3179) Note that the following issues exist due to the version of Adobe Flash bundled with the application : - Unspecified memory corruption issues exist that allow arbitrary code execution. (CVE-2014-0547, CVE-2014-0549, CVE-2014-0550, CVE-2014-0551, CVE-2014-0552, CVE-2014-0555) - An unspecified error exists that allows cross-origin policy violations. (CVE-2014-0548) - A use-after-free error exists that allows arbitrary code execution. (CVE-2014-0553) - An unspecified error exists that allows an unspecified security bypass. (CVE-2014-0554) - Unspecified errors exist that allow memory leaks leading to easier defeat of memory address randomization. (CVE-2014-0557) - Heap-based buffer overflow errors exist that allow arbitrary code execution. (CVE-2014-0556, CVE-2014-0559)
    last seen2020-06-01
    modified2020-06-02
    plugin id77581
    published2014-09-10
    reporterThis script is Copyright (C) 2014-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/77581
    titleGoogle Chrome < 37.0.2062.120 Multiple Vulnerabilities
    code
    #
    # (C) Tenable Network Security, Inc.
    #
    
    include("compat.inc");
    
    if (description)
    {
      script_id(77581);
      script_version("1.16");
      script_cvs_date("Date: 2019/11/25");
    
      script_cve_id(
        "CVE-2014-0547",
        "CVE-2014-0548",
        "CVE-2014-0549",
        "CVE-2014-0550",
        "CVE-2014-0551",
        "CVE-2014-0552",
        "CVE-2014-0553",
        "CVE-2014-0554",
        "CVE-2014-0555",
        "CVE-2014-0556",
        "CVE-2014-0557",
        "CVE-2014-0559",
        "CVE-2014-3178",
        "CVE-2014-3179"
      );
      script_bugtraq_id(
        69695,
        69696,
        69697,
        69699,
        69700,
        69701,
        69702,
        69703,
        69704,
        69705,
        69706,
        69707,
        69709,
        69710
      );
    
      script_name(english:"Google Chrome < 37.0.2062.120 Multiple Vulnerabilities");
      script_summary(english:"Checks the version number of Google Chrome.");
    
      script_set_attribute(attribute:"synopsis", value:
    "The remote host contains a web browser that is affected by multiple
    vulnerabilities.");
      script_set_attribute(attribute:"description", value:
    "The version of Google Chrome installed on the remote host is a version
    prior to 37.0.2062.120. It is, therefore, affected by the following
    vulnerabilities :
    
      - A use-after-free error exists related to rendering that
        allows a remote attacker to execute arbitrary code.
        (CVE-2014-3178)
    
      - Unspecified errors exist having unspecified impact.
        (CVE-2014-3179)
    
    Note that the following issues exist due to the version of Adobe Flash
    bundled with the application :
    
      - Unspecified memory corruption issues exist that allow
        arbitrary code execution. (CVE-2014-0547, CVE-2014-0549,
        CVE-2014-0550, CVE-2014-0551, CVE-2014-0552,
        CVE-2014-0555)
    
      - An unspecified error exists that allows cross-origin
        policy violations. (CVE-2014-0548)
    
      - A use-after-free error exists that allows arbitrary
        code execution. (CVE-2014-0553)
    
      - An unspecified error exists that allows an unspecified
        security bypass. (CVE-2014-0554)
    
      - Unspecified errors exist that allow memory leaks leading
        to easier defeat of memory address randomization.
        (CVE-2014-0557)
    
      - Heap-based buffer overflow errors exist that allow
        arbitrary code execution. (CVE-2014-0556, CVE-2014-0559)");
      # http://googlechromereleases.blogspot.com/2014/09/stable-channel-update_9.html
      script_set_attribute(attribute:"see_also", value:"http://www.nessus.org/u?55269b52");
      script_set_attribute(attribute:"solution", value:
    "Upgrade to Google Chrome 37.0.2062.120 or later.");
      script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:C/I:C/A:C");
      script_set_cvss_temporal_vector("CVSS2#E:H/RL:OF/RC:C");
      script_set_attribute(attribute:"cvss_score_source", value:"CVE-2014-0559");
    
      script_set_attribute(attribute:"exploitability_ease", value:"Exploits are available");
      script_set_attribute(attribute:"exploit_available", value:"true");
      script_set_attribute(attribute:"exploit_framework_core", value:"true");
      script_set_attribute(attribute:"exploited_by_malware", value:"true");
      script_set_attribute(attribute:"metasploit_name", value:'Adobe Flash Player copyPixelsToByteArray Method Integer Overflow');
      script_set_attribute(attribute:"exploit_framework_metasploit", value:"true");
      script_set_attribute(attribute:"exploit_framework_canvas", value:"true");
      script_set_attribute(attribute:"canvas_package", value:'CANVAS');
    
      script_set_attribute(attribute:"vuln_publication_date", value:"2014/09/09");
      script_set_attribute(attribute:"patch_publication_date", value:"2014/09/09");
      script_set_attribute(attribute:"plugin_publication_date", value:"2014/09/10");
    
      script_set_attribute(attribute:"plugin_type", value:"local");
      script_set_attribute(attribute:"cpe", value:"cpe:/a:google:chrome");
      script_end_attributes();
    
      script_category(ACT_GATHER_INFO);
      script_family(english:"Windows");
    
      script_copyright(english:"This script is Copyright (C) 2014-2019 and is owned by Tenable, Inc. or an Affiliate thereof.");
    
      script_dependencies("google_chrome_installed.nasl");
      script_require_keys("SMB/Google_Chrome/Installed");
    
      exit(0);
    }
    
    include("google_chrome_version.inc");
    
    get_kb_item_or_exit("SMB/Google_Chrome/Installed");
    installs = get_kb_list("SMB/Google_Chrome/*");
    
    google_chrome_check_version(installs:installs, fix:'37.0.2062.120', severity:SECURITY_HOLE, xss:FALSE);
    
  • NASL familyFreeBSD Local Security Checks
    NASL idFREEBSD_PKG_36A415C8386711E4B52200262D5ED8EE.NASL
    descriptionGoogle Chrome Releases reports : 4 security fixes in this release, including : - [401362] High CVE-2014-3178: Use-after-free in rendering. Credit to miaubiz. - [411014] CVE-2014-3179: Various fixes from internal audits, fuzzing and other initiatives.
    last seen2020-06-01
    modified2020-06-02
    plugin id77596
    published2014-09-10
    reporterThis script is Copyright (C) 2014 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/77596
    titleFreeBSD : www/chromium -- multiple vulnerabilities (36a415c8-3867-11e4-b522-00262d5ed8ee)
    code
    #
    # (C) Tenable Network Security, Inc.
    #
    # The descriptive text and package checks in this plugin were  
    # extracted from the FreeBSD VuXML database :
    #
    # Copyright 2003-2014 Jacques Vidrine and contributors
    #
    # Redistribution and use in source (VuXML) and 'compiled' forms (SGML,
    # HTML, PDF, PostScript, RTF and so forth) with or without modification,
    # are permitted provided that the following conditions are met:
    # 1. Redistributions of source code (VuXML) must retain the above
    #    copyright notice, this list of conditions and the following
    #    disclaimer as the first lines of this file unmodified.
    # 2. Redistributions in compiled form (transformed to other DTDs,
    #    published online in any format, converted to PDF, PostScript,
    #    RTF and other formats) must reproduce the above copyright
    #    notice, this list of conditions and the following disclaimer
    #    in the documentation and/or other materials provided with the
    #    distribution.
    # 
    # THIS DOCUMENTATION IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS "AS IS"
    # AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
    # THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
    # PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS
    # BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
    # OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
    # OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
    # BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
    # WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
    # OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS DOCUMENTATION,
    # EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    #
    
    include("compat.inc");
    
    if (description)
    {
      script_id(77596);
      script_version("$Revision: 1.4 $");
      script_cvs_date("$Date: 2014/10/03 15:38:48 $");
    
      script_cve_id("CVE-2014-3178", "CVE-2014-3179");
    
      script_name(english:"FreeBSD : www/chromium -- multiple vulnerabilities (36a415c8-3867-11e4-b522-00262d5ed8ee)");
      script_summary(english:"Checks for updated package in pkg_info output");
    
      script_set_attribute(
        attribute:"synopsis", 
        value:"The remote FreeBSD host is missing a security-related update."
      );
      script_set_attribute(
        attribute:"description", 
        value:
    "Google Chrome Releases reports :
    
    4 security fixes in this release, including :
    
    - [401362] High CVE-2014-3178: Use-after-free in rendering. Credit to
    miaubiz.
    
    - [411014] CVE-2014-3179: Various fixes from internal audits, fuzzing
    and other initiatives."
      );
      script_set_attribute(
        attribute:"see_also",
        value:"http://googlechromereleases.blogspot.nl/"
      );
      # http://www.freebsd.org/ports/portaudit/36a415c8-3867-11e4-b522-00262d5ed8ee.html
      script_set_attribute(
        attribute:"see_also",
        value:"http://www.nessus.org/u?cc2a7a5d"
      );
      script_set_attribute(attribute:"solution", value:"Update the affected package.");
      script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:P/I:P/A:P");
    
      script_set_attribute(attribute:"plugin_type", value:"local");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:freebsd:freebsd:chromium");
      script_set_attribute(attribute:"cpe", value:"cpe:/o:freebsd:freebsd");
    
      script_set_attribute(attribute:"vuln_publication_date", value:"2014/09/09");
      script_set_attribute(attribute:"patch_publication_date", value:"2014/09/09");
      script_set_attribute(attribute:"plugin_publication_date", value:"2014/09/10");
      script_end_attributes();
    
      script_category(ACT_GATHER_INFO);
      script_copyright(english:"This script is Copyright (C) 2014 Tenable Network Security, Inc.");
      script_family(english:"FreeBSD Local Security Checks");
    
      script_dependencies("ssh_get_info.nasl");
      script_require_keys("Host/local_checks_enabled", "Host/FreeBSD/release", "Host/FreeBSD/pkg_info");
    
      exit(0);
    }
    
    
    include("audit.inc");
    include("freebsd_package.inc");
    
    
    if (!get_kb_item("Host/local_checks_enabled")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);
    if (!get_kb_item("Host/FreeBSD/release")) audit(AUDIT_OS_NOT, "FreeBSD");
    if (!get_kb_item("Host/FreeBSD/pkg_info")) audit(AUDIT_PACKAGE_LIST_MISSING);
    
    
    flag = 0;
    
    if (pkg_test(save_report:TRUE, pkg:"chromium<37.0.2062.120")) flag++;
    
    if (flag)
    {
      if (report_verbosity > 0) security_hole(port:0, extra:pkg_report_get());
      else security_hole(0);
      exit(0);
    }
    else audit(AUDIT_HOST_NOT, "affected");
    
  • NASL familyMacOS X Local Security Checks
    NASL idMACOSX_GOOGLE_CHROME_37_0_2062_120.NASL
    descriptionThe version of Google Chrome installed on the remote Mac OS X host is a version prior to 37.0.2062.120. It is, therefore, affected by the following vulnerabilities : - A use-after-free error exists related to rendering that allows a remote attacker to execute arbitrary code. (CVE-2014-3178) - Unspecified errors exist having unspecified impact. (CVE-2014-3179) Note that the following issues exist due to the version of Adobe Flash bundled with the application : - Unspecified memory corruption issues exist that allow arbitrary code execution. (CVE-2014-0547, CVE-2014-0549, CVE-2014-0550, CVE-2014-0551, CVE-2014-0552, CVE-2014-0555) - An unspecified error exists that allows cross-origin policy violations. (CVE-2014-0548) - A use-after-free error exists that allows arbitrary code execution. (CVE-2014-0553) - An unspecified error exists that allows an unspecified security bypass. (CVE-2014-0554) - Unspecified errors exist that allow memory leaks leading to easier defeat of memory address randomization. (CVE-2014-0557) - Heap-based buffer overflow errors exist that allow arbitrary code execution. (CVE-2014-0556, CVE-2014-0559)
    last seen2020-06-01
    modified2020-06-02
    plugin id77582
    published2014-09-10
    reporterThis script is Copyright (C) 2014-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/77582
    titleGoogle Chrome < 37.0.2062.120 Multiple Vulnerabilities (Mac OS X)
    code
    #
    # (C) Tenable Network Security, Inc.
    #
    
    include("compat.inc");
    
    if (description)
    {
      script_id(77582);
      script_version("1.16");
      script_cvs_date("Date: 2019/11/25");
    
      script_cve_id(
        "CVE-2014-0547",
        "CVE-2014-0548",
        "CVE-2014-0549",
        "CVE-2014-0550",
        "CVE-2014-0551",
        "CVE-2014-0552",
        "CVE-2014-0553",
        "CVE-2014-0554",
        "CVE-2014-0555",
        "CVE-2014-0556",
        "CVE-2014-0557",
        "CVE-2014-0559",
        "CVE-2014-3178",
        "CVE-2014-3179"
      );
      script_bugtraq_id(
        69695,
        69696,
        69697,
        69699,
        69700,
        69701,
        69702,
        69703,
        69704,
        69705,
        69706,
        69707,
        69709,
        69710
      );
    
      script_name(english:"Google Chrome < 37.0.2062.120 Multiple Vulnerabilities (Mac OS X)");
      script_summary(english:"Checks the version number of Google Chrome.");
    
      script_set_attribute(attribute:"synopsis", value:
    "The remote Mac OS X host contains a web browser that is affected by
    multiple vulnerabilities.");
      script_set_attribute(attribute:"description", value:
    "The version of Google Chrome installed on the remote Mac OS X host is
    a version prior to 37.0.2062.120. It is, therefore, affected by the
    following vulnerabilities :
    
      - A use-after-free error exists related to rendering that
        allows a remote attacker to execute arbitrary code.
        (CVE-2014-3178)
    
      - Unspecified errors exist having unspecified impact.
        (CVE-2014-3179)
    
    Note that the following issues exist due to the version of Adobe Flash
    bundled with the application :
    
      - Unspecified memory corruption issues exist that allow
        arbitrary code execution. (CVE-2014-0547, CVE-2014-0549,
        CVE-2014-0550, CVE-2014-0551, CVE-2014-0552,
        CVE-2014-0555)
    
      - An unspecified error exists that allows cross-origin
        policy violations. (CVE-2014-0548)
    
      - A use-after-free error exists that allows arbitrary
        code execution. (CVE-2014-0553)
    
      - An unspecified error exists that allows an unspecified
        security bypass. (CVE-2014-0554)
    
      - Unspecified errors exist that allow memory leaks leading
        to easier defeat of memory address randomization.
        (CVE-2014-0557)
    
      - Heap-based buffer overflow errors exist that allow
        arbitrary code execution. (CVE-2014-0556, CVE-2014-0559)");
      # http://googlechromereleases.blogspot.com/2014/09/stable-channel-update_9.html
      script_set_attribute(attribute:"see_also", value:"http://www.nessus.org/u?55269b52");
      script_set_attribute(attribute:"solution", value:
    "Upgrade to Google Chrome 37.0.2062.120 or later.");
      script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:C/I:C/A:C");
      script_set_cvss_temporal_vector("CVSS2#E:H/RL:OF/RC:C");
      script_set_attribute(attribute:"cvss_score_source", value:"CVE-2014-0559");
    
      script_set_attribute(attribute:"exploitability_ease", value:"Exploits are available");
      script_set_attribute(attribute:"exploit_available", value:"true");
      script_set_attribute(attribute:"exploit_framework_core", value:"true");
      script_set_attribute(attribute:"exploited_by_malware", value:"true");
      script_set_attribute(attribute:"metasploit_name", value:'Adobe Flash Player copyPixelsToByteArray Method Integer Overflow');
      script_set_attribute(attribute:"exploit_framework_metasploit", value:"true");
      script_set_attribute(attribute:"exploit_framework_canvas", value:"true");
      script_set_attribute(attribute:"canvas_package", value:'CANVAS');
    
      script_set_attribute(attribute:"vuln_publication_date", value:"2014/09/09");
      script_set_attribute(attribute:"patch_publication_date", value:"2014/09/09");
      script_set_attribute(attribute:"plugin_publication_date", value:"2014/09/10");
    
      script_set_attribute(attribute:"plugin_type", value:"local");
      script_set_attribute(attribute:"cpe", value:"cpe:/a:google:chrome");
      script_end_attributes();
    
      script_category(ACT_GATHER_INFO);
      script_family(english:"MacOS X Local Security Checks");
    
      script_copyright(english:"This script is Copyright (C) 2014-2019 and is owned by Tenable, Inc. or an Affiliate thereof.");
    
      script_dependencies("macosx_google_chrome_installed.nbin");
      script_require_keys("MacOSX/Google Chrome/Installed");
    
      exit(0);
    }
    
    include("google_chrome_version.inc");
    
    get_kb_item_or_exit("MacOSX/Google Chrome/Installed");
    
    google_chrome_check_version(fix:'37.0.2062.120', severity:SECURITY_HOLE, xss:FALSE);
    
  • NASL familyUbuntu Local Security Checks
    NASL idUBUNTU_USN-2345-1.NASL
    descriptionMultiple use-after-free issues were discovered in Blink. If a user were tricked in to opening a specially crafted website, an attacker could potentially exploit these to cause a denial of service via renderer crash, or execute arbitrary code with the privileges of the sandboxed render process. (CVE-2014-3178, CVE-2014-3190, CVE-2014-3191, CVE-2014-3192) Multiple security issues were discovered in Chromium. If a user were tricked in to opening a specially crafted website, an attacker could potentially exploit these to read uninitialized memory, cause a denial of service via application crash or execute arbitrary code with the privileges of the user invoking the program. (CVE-2014-3179, CVE-2014-3200) It was discovered that Chromium did not properly handle the interaction of IPC and V8. If a user were tricked in to opening a specially crafted website, an attacker could potentially exploit this to execute arbitrary code with the privileges of the user invoking the program. (CVE-2014-3188) A use-after-free was discovered in the web workers implementation in Chromium. If a user were tricked in to opening a specially crafted website, an attacker could potentially exploit this to cause a denial of service via applicatin crash or execute arbitrary code with the privileges of the user invoking the program. (CVE-2014-3194) It was discovered that V8 did not correctly handle JavaScript heap allocations in some circumstances. If a user were tricked in to opening a specially crafted website, an attacker could potentially exploit this to steal sensitive information. (CVE-2014-3195) It was discovered that Blink did not properly provide substitute data for pages blocked by the XSS auditor. If a user were tricked in to opening a specially crafter website, an attacker could potentially exploit this to steal sensitive information. (CVE-2014-3197) It was discovered that the wrap function for Event
    last seen2020-06-01
    modified2020-06-02
    plugin id78465
    published2014-10-15
    reporterUbuntu Security Notice (C) 2014-2019 Canonical, Inc. / NASL script (C) 2014-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/78465
    titleUbuntu 14.04 LTS : oxide-qt vulnerabilities (USN-2345-1)
    code
    #
    # (C) Tenable Network Security, Inc.
    #
    # The descriptive text and package checks in this plugin were
    # extracted from Ubuntu Security Notice USN-2345-1. The text 
    # itself is copyright (C) Canonical, Inc. See 
    # <http://www.ubuntu.com/usn/>. Ubuntu(R) is a registered 
    # trademark of Canonical, Inc.
    #
    
    include("compat.inc");
    
    if (description)
    {
      script_id(78465);
      script_version("1.17");
      script_cvs_date("Date: 2019/09/19 12:54:30");
    
      script_cve_id("CVE-2014-3178", "CVE-2014-3179", "CVE-2014-3188", "CVE-2014-3190", "CVE-2014-3191", "CVE-2014-3192", "CVE-2014-3194", "CVE-2014-3195", "CVE-2014-3197", "CVE-2014-3199", "CVE-2014-3200", "CVE-2014-7967");
      script_bugtraq_id(69709, 69710, 70262, 70273);
      script_xref(name:"USN", value:"2345-1");
    
      script_name(english:"Ubuntu 14.04 LTS : oxide-qt vulnerabilities (USN-2345-1)");
      script_summary(english:"Checks dpkg output for updated packages.");
    
      script_set_attribute(
        attribute:"synopsis", 
        value:
    "The remote Ubuntu host is missing one or more security-related
    patches."
      );
      script_set_attribute(
        attribute:"description", 
        value:
    "Multiple use-after-free issues were discovered in Blink. If a user
    were tricked in to opening a specially crafted website, an attacker
    could potentially exploit these to cause a denial of service via
    renderer crash, or execute arbitrary code with the privileges of the
    sandboxed render process. (CVE-2014-3178, CVE-2014-3190,
    CVE-2014-3191, CVE-2014-3192)
    
    Multiple security issues were discovered in Chromium. If a user were
    tricked in to opening a specially crafted website, an attacker could
    potentially exploit these to read uninitialized memory, cause a denial
    of service via application crash or execute arbitrary code with the
    privileges of the user invoking the program. (CVE-2014-3179,
    CVE-2014-3200)
    
    It was discovered that Chromium did not properly handle the
    interaction of IPC and V8. If a user were tricked in to opening a
    specially crafted website, an attacker could potentially exploit this
    to execute arbitrary code with the privileges of the user invoking the
    program. (CVE-2014-3188)
    
    A use-after-free was discovered in the web workers implementation in
    Chromium. If a user were tricked in to opening a specially crafted
    website, an attacker could potentially exploit this to cause a denial
    of service via applicatin crash or execute arbitrary code with the
    privileges of the user invoking the program. (CVE-2014-3194)
    
    It was discovered that V8 did not correctly handle JavaScript heap
    allocations in some circumstances. If a user were tricked in to
    opening a specially crafted website, an attacker could potentially
    exploit this to steal sensitive information. (CVE-2014-3195)
    
    It was discovered that Blink did not properly provide substitute data
    for pages blocked by the XSS auditor. If a user were tricked in to
    opening a specially crafter website, an attacker could potentially
    exploit this to steal sensitive information. (CVE-2014-3197)
    
    It was discovered that the wrap function for Event's in the V8
    bindings in Blink produced an erroneous result in some circumstances.
    If a user were tricked in to opening a specially crafted website, an
    attacker could potentially exploit this to cause a denial of service
    by stopping a worker process that was handling an Event object.
    (CVE-2014-3199)
    
    Multiple security issues were discovered in V8. If a user were tricked
    in to opening a specially crafted website, an attacker could
    potentially exploit these to read uninitialized memory, cause a denial
    of service via renderer crash or execute arbitrary code with the
    privileges of the sandboxed render process. (CVE-2014-7967).
    
    Note that Tenable Network Security has extracted the preceding
    description block directly from the Ubuntu security advisory. Tenable
    has attempted to automatically clean and format it as much as possible
    without introducing additional issues."
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://usn.ubuntu.com/2345-1/"
      );
      script_set_attribute(
        attribute:"solution", 
        value:
    "Update the affected liboxideqtcore0, oxideqt-codecs and / or
    oxideqt-codecs-extra packages."
      );
      script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:C/I:C/A:C");
      script_set_cvss_temporal_vector("CVSS2#E:U/RL:OF/RC:C");
      script_set_attribute(attribute:"exploitability_ease", value:"No known exploits are available");
      script_set_attribute(attribute:"exploit_available", value:"false");
    
      script_set_attribute(attribute:"plugin_type", value:"local");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:canonical:ubuntu_linux:liboxideqtcore0");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:canonical:ubuntu_linux:oxideqt-codecs");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:canonical:ubuntu_linux:oxideqt-codecs-extra");
      script_set_attribute(attribute:"cpe", value:"cpe:/o:canonical:ubuntu_linux:14.04");
    
      script_set_attribute(attribute:"vuln_publication_date", value:"2014/09/10");
      script_set_attribute(attribute:"patch_publication_date", value:"2014/10/14");
      script_set_attribute(attribute:"plugin_publication_date", value:"2014/10/15");
      script_set_attribute(attribute:"generated_plugin", value:"current");
      script_end_attributes();
    
      script_category(ACT_GATHER_INFO);
      script_copyright(english:"Ubuntu Security Notice (C) 2014-2019 Canonical, Inc. / NASL script (C) 2014-2019 and is owned by Tenable, Inc. or an Affiliate thereof.");
      script_family(english:"Ubuntu Local Security Checks");
    
      script_dependencies("ssh_get_info.nasl");
      script_require_keys("Host/cpu", "Host/Ubuntu", "Host/Ubuntu/release", "Host/Debian/dpkg-l");
    
      exit(0);
    }
    
    
    include("audit.inc");
    include("ubuntu.inc");
    include("misc_func.inc");
    
    if ( ! get_kb_item("Host/local_checks_enabled") ) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);
    release = get_kb_item("Host/Ubuntu/release");
    if ( isnull(release) ) audit(AUDIT_OS_NOT, "Ubuntu");
    release = chomp(release);
    if (! preg(pattern:"^(14\.04)$", string:release)) audit(AUDIT_OS_NOT, "Ubuntu 14.04", "Ubuntu " + release);
    if ( ! get_kb_item("Host/Debian/dpkg-l") ) audit(AUDIT_PACKAGE_LIST_MISSING);
    
    cpu = get_kb_item("Host/cpu");
    if (isnull(cpu)) audit(AUDIT_UNKNOWN_ARCH);
    if ("x86_64" >!< cpu && cpu !~ "^i[3-6]86$") audit(AUDIT_LOCAL_CHECKS_NOT_IMPLEMENTED, "Ubuntu", cpu);
    
    flag = 0;
    
    if (ubuntu_check(osver:"14.04", pkgname:"liboxideqtcore0", pkgver:"1.2.5-0ubuntu0.14.04.1")) flag++;
    if (ubuntu_check(osver:"14.04", pkgname:"oxideqt-codecs", pkgver:"1.2.5-0ubuntu0.14.04.1")) flag++;
    if (ubuntu_check(osver:"14.04", pkgname:"oxideqt-codecs-extra", pkgver:"1.2.5-0ubuntu0.14.04.1")) flag++;
    
    if (flag)
    {
      security_report_v4(
        port       : 0,
        severity   : SECURITY_HOLE,
        extra      : ubuntu_report_get()
      );
      exit(0);
    }
    else
    {
      tested = ubuntu_pkg_tests_get();
      if (tested) audit(AUDIT_PACKAGE_NOT_AFFECTED, tested);
      else audit(AUDIT_PACKAGE_NOT_INSTALLED, "liboxideqtcore0 / oxideqt-codecs / oxideqt-codecs-extra");
    }