Vulnerabilities > CVE-2013-0790 - Memory Corruption vulnerability in Mozilla Firefox/Thunderbird/Seamonkey

047910
CVSS 10.0 - CRITICAL
Attack vector
NETWORK
Attack complexity
LOW
Privileges required
NONE
Confidentiality impact
COMPLETE
Integrity impact
COMPLETE
Availability impact
COMPLETE
network
low complexity
mozilla
google
critical
nessus

Summary

Unspecified vulnerability in the browser engine in Mozilla Firefox before 20.0 on Android allows remote attackers to cause a denial of service (stack memory corruption and application crash) or possibly execute arbitrary code via unknown vectors involving a plug-in.

Vulnerable Configurations

Part Description Count
Application
Mozilla
210
OS
Google
1

Nessus

  • NASL familySuSE Local Security Checks
    NASL idSUSE_11_FIREFOX-20130404-130404.NASL
    descriptionMozilla Firefox has been updated to the 17.0.5ESR release fixing bugs and security issues. Also Mozilla NSS has been updated to version 3.14.3 and Mozilla NSPR to 4.9.6. - Mozilla developers identified and fixed several memory safety bugs in the browser engine used in Firefox and other Mozilla-based products. Some of these bugs showed evidence of memory corruption under certain circumstances, and we presume that with enough effort at least some of these could be exploited to run arbitrary code. (MFSA 2013-30) Olli Pettay, Jesse Ruderman, Boris Zbarsky, Christian Holler, Milan Sreckovic, and Joe Drew reported memory safety problems and crashes that affect Firefox ESR 17, and Firefox 19. (CVE-2013-0788) Andrew McCreight, Randell Jesup, Gary Kwong, Jesse Ruderman, Christian Holler, and Mats Palmgren reported memory safety problems and crashes that affect Firefox 19. (CVE-2013-0789) Jim Chen reported a memory safety problem that affects Firefox for Android -. (CVE-2013-0790) - Security researcher Abhishek Arya (Inferno) of the Google Chrome Security Team used the Address Sanitizer tool to discover an out-of-bounds write in Cairo graphics library. When certain values are passed to it during rendering, Cairo attempts to use negative boundaries or sizes for boxes, leading to a potentially exploitable crash in some instances. (MFSA 2013-31 / CVE-2013-0800) - Security researcher Frederic Hoguin discovered that the Mozilla Maintenance Service on Windows was vulnerable to a buffer overflow. This system is used to update software without invoking the User Account Control (UAC) prompt. The Mozilla Maintenance Service is configured to allow unprivileged users to start it with arbitrary arguments. By manipulating the data passed in these arguments, an attacker can execute arbitrary code with the system privileges used by the service. This issue requires local file system access to be exploitable. (MFSA 2013-32 / CVE-2013-0799) - Security researcher Shuichiro Suzuki of the Fourteenforty Research Institute reported the app_tmp directory is set to be world readable and writeable by Firefox for Android. This potentially allows for third-party applications to replace or alter Firefox add-ons when downloaded because they are temporarily stored in the app_tmp directory before installation. (MFSA 2013-33 / CVE-2013-0798) This vulnerability only affects Firefox for Android. - Security researcher Ash reported an issue with the Mozilla Updater. The Mozilla Updater can be made to load a malicious local DLL file in a privileged context through either the Mozilla Maintenance Service or independently on systems that do not use the service. This occurs when the DLL file is placed in a specific location on the local system before the Mozilla Updater is run. Local file system access is necessary in order for this issue to be exploitable. (MFSA 2013-34 / CVE-2013-0797) - Security researcher miaubiz used the Address Sanitizer tool to discover a crash in WebGL rendering when memory is freed that has not previously been allocated. This issue only affects Linux users who have Intel Mesa graphics drivers. The resulting crash could be potentially exploitable. (MFSA 2013-35 / CVE-2013-0796) - Security researcher Cody Crews reported a mechanism to use the cloneNode method to bypass System Only Wrappers (SOW) and clone a protected node. This allows violation of the browser
    last seen2020-06-05
    modified2013-04-09
    plugin id65865
    published2013-04-09
    reporterThis script is Copyright (C) 2013-2020 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/65865
    titleSuSE 11.2 Security Update : Mozilla Firefox (SAT Patch Number 7599)
    code
    #%NASL_MIN_LEVEL 80502
    #
    # (C) Tenable Network Security, Inc.
    #
    # The descriptive text and package checks in this plugin were  
    # extracted from SuSE 11 update information. The text itself is
    # copyright (C) Novell, Inc.
    #
    
    if (NASL_LEVEL < 3000) exit(0);
    
    include("compat.inc");
    
    if (description)
    {
      script_id(65865);
      script_version("1.6");
      script_set_attribute(attribute:"plugin_modification_date", value:"2020/06/04");
    
      script_cve_id("CVE-2013-0788", "CVE-2013-0789", "CVE-2013-0790", "CVE-2013-0791", "CVE-2013-0792", "CVE-2013-0794", "CVE-2013-0795", "CVE-2013-0796", "CVE-2013-0797", "CVE-2013-0798", "CVE-2013-0799", "CVE-2013-0800");
    
      script_name(english:"SuSE 11.2 Security Update : Mozilla Firefox (SAT Patch Number 7599)");
      script_summary(english:"Checks rpm output for the updated packages");
    
      script_set_attribute(
        attribute:"synopsis", 
        value:"The remote SuSE 11 host is missing one or more security updates."
      );
      script_set_attribute(
        attribute:"description", 
        value:
    "Mozilla Firefox has been updated to the 17.0.5ESR release fixing bugs
    and security issues.
    
    Also Mozilla NSS has been updated to version 3.14.3 and Mozilla NSPR
    to 4.9.6.
    
      - Mozilla developers identified and fixed several memory
        safety bugs in the browser engine used in Firefox and
        other Mozilla-based products. Some of these bugs showed
        evidence of memory corruption under certain
        circumstances, and we presume that with enough effort at
        least some of these could be exploited to run arbitrary
        code. (MFSA 2013-30)
    
        Olli Pettay, Jesse Ruderman, Boris Zbarsky, Christian
        Holler, Milan Sreckovic, and Joe Drew reported memory
        safety problems and crashes that affect Firefox ESR 17,
        and Firefox 19. (CVE-2013-0788)
    
        Andrew McCreight, Randell Jesup, Gary Kwong, Jesse
        Ruderman, Christian Holler, and Mats Palmgren reported
        memory safety problems and crashes that affect Firefox
        19. (CVE-2013-0789)
    
        Jim Chen reported a memory safety problem that affects
        Firefox for Android
    
        -. (CVE-2013-0790)
    
      - Security researcher Abhishek Arya (Inferno) of the
        Google Chrome Security Team used the Address Sanitizer
        tool to discover an out-of-bounds write in Cairo
        graphics library. When certain values are passed to it
        during rendering, Cairo attempts to use negative
        boundaries or sizes for boxes, leading to a potentially
        exploitable crash in some instances. (MFSA 2013-31 /
        CVE-2013-0800)
    
      - Security researcher Frederic Hoguin discovered that the
        Mozilla Maintenance Service on Windows was vulnerable to
        a buffer overflow. This system is used to update
        software without invoking the User Account Control (UAC)
        prompt. The Mozilla Maintenance Service is configured to
        allow unprivileged users to start it with arbitrary
        arguments. By manipulating the data passed in these
        arguments, an attacker can execute arbitrary code with
        the system privileges used by the service. This issue
        requires local file system access to be exploitable.
        (MFSA 2013-32 / CVE-2013-0799)
    
      - Security researcher Shuichiro Suzuki of the
        Fourteenforty Research Institute reported the app_tmp
        directory is set to be world readable and writeable by
        Firefox for Android. This potentially allows for
        third-party applications to replace or alter Firefox
        add-ons when downloaded because they are temporarily
        stored in the app_tmp directory before installation.
        (MFSA 2013-33 / CVE-2013-0798)
    
        This vulnerability only affects Firefox for Android.
    
      - Security researcher Ash reported an issue with the
        Mozilla Updater. The Mozilla Updater can be made to load
        a malicious local DLL file in a privileged context
        through either the Mozilla Maintenance Service or
        independently on systems that do not use the service.
        This occurs when the DLL file is placed in a specific
        location on the local system before the Mozilla Updater
        is run. Local file system access is necessary in order
        for this issue to be exploitable. (MFSA 2013-34 /
        CVE-2013-0797)
    
      - Security researcher miaubiz used the Address Sanitizer
        tool to discover a crash in WebGL rendering when memory
        is freed that has not previously been allocated. This
        issue only affects Linux users who have Intel Mesa
        graphics drivers. The resulting crash could be
        potentially exploitable. (MFSA 2013-35 / CVE-2013-0796)
    
      - Security researcher Cody Crews reported a mechanism to
        use the cloneNode method to bypass System Only Wrappers
        (SOW) and clone a protected node. This allows violation
        of the browser's same origin policy and could also lead
        to privilege escalation and the execution of arbitrary
        code. (MFSA 2013-36 / CVE-2013-0795)
    
      - Security researcher shutdown reported a method for
        removing the origin indication on tab-modal dialog boxes
        in combination with browser navigation. This could allow
        an attacker's dialog to overlay a page and show another
        site's content. This can be used for phishing by
        allowing users to enter data into a modal prompt dialog
        on an attacking, site while appearing to be from the
        displayed site. (MFSA 2013-37 / CVE-2013-0794)
    
      - / CVE-2013-079: Security researcher Mariusz Mlynski
        reported a method to use browser navigations through
        history to load an arbitrary website with that page's
        baseURI property pointing to another site instead of the
        seemingly loaded one. The user will continue to see the
        incorrect site in the addressbar of the browser. This
        allows for a cross-site scripting (XSS) attack or the
        theft of data through a phishing attack. (MFSA 2013-38)
    
      - Mozilla community member Tobias Schula reported that if
        gfx.color_management.enablev4 preference is enabled
        manually in about:config, some grayscale PNG images will
        be rendered incorrectly and cause memory corruption
        during PNG decoding when certain color profiles are in
        use. A crafted PNG image could use this flaw to leak
        data through rendered images drawing from random memory.
        By default, this preference is not enabled. (MFSA
        2013-39 / CVE-2013-0792)
    
      - Mozilla community member Ambroz Bizjak reported an
        out-of-bounds array read in the CERT_DecodeCertPackage
        function of the Network Security Services (NSS) libary
        when decoding a certificate. When this occurs, it will
        lead to memory corruption and a non-exploitable crash.
        (MFSA 2013-40 / CVE-2013-0791)"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"http://www.mozilla.org/security/announce/2013/mfsa2013-30.html"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"http://www.mozilla.org/security/announce/2013/mfsa2013-31.html"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"http://www.mozilla.org/security/announce/2013/mfsa2013-32.html"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"http://www.mozilla.org/security/announce/2013/mfsa2013-33.html"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"http://www.mozilla.org/security/announce/2013/mfsa2013-34.html"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"http://www.mozilla.org/security/announce/2013/mfsa2013-35.html"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"http://www.mozilla.org/security/announce/2013/mfsa2013-36.html"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"http://www.mozilla.org/security/announce/2013/mfsa2013-37.html"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"http://www.mozilla.org/security/announce/2013/mfsa2013-38.html"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"http://www.mozilla.org/security/announce/2013/mfsa2013-39.html"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"http://www.mozilla.org/security/announce/2013/mfsa2013-40.html"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://bugzilla.novell.com/show_bug.cgi?id=813026"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"http://support.novell.com/security/cve/CVE-2013-0788.html"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"http://support.novell.com/security/cve/CVE-2013-0789.html"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"http://support.novell.com/security/cve/CVE-2013-0790.html"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"http://support.novell.com/security/cve/CVE-2013-0791.html"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"http://support.novell.com/security/cve/CVE-2013-0792.html"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"http://support.novell.com/security/cve/CVE-2013-0794.html"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"http://support.novell.com/security/cve/CVE-2013-0795.html"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"http://support.novell.com/security/cve/CVE-2013-0796.html"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"http://support.novell.com/security/cve/CVE-2013-0797.html"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"http://support.novell.com/security/cve/CVE-2013-0798.html"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"http://support.novell.com/security/cve/CVE-2013-0799.html"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"http://support.novell.com/security/cve/CVE-2013-0800.html"
      );
      script_set_attribute(attribute:"solution", value:"Apply SAT patch number 7599.");
      script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:C/I:C/A:C");
    
      script_set_attribute(attribute:"plugin_type", value:"local");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:11:MozillaFirefox");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:11:MozillaFirefox-branding-SLED");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:11:MozillaFirefox-translations");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:11:libfreebl3");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:11:libfreebl3-32bit");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:11:mozilla-nspr");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:11:mozilla-nspr-32bit");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:11:mozilla-nss");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:11:mozilla-nss-32bit");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:11:mozilla-nss-tools");
      script_set_attribute(attribute:"cpe", value:"cpe:/o:novell:suse_linux:11");
    
      script_set_attribute(attribute:"patch_publication_date", value:"2013/04/04");
      script_set_attribute(attribute:"plugin_publication_date", value:"2013/04/09");
      script_end_attributes();
    
      script_category(ACT_GATHER_INFO);
      script_copyright(english:"This script is Copyright (C) 2013-2020 Tenable Network Security, Inc.");
      script_family(english:"SuSE Local Security Checks");
    
      script_dependencies("ssh_get_info.nasl");
      script_require_keys("Host/local_checks_enabled", "Host/cpu", "Host/SuSE/release", "Host/SuSE/rpm-list");
    
      exit(0);
    }
    
    
    include("audit.inc");
    include("global_settings.inc");
    include("rpm.inc");
    
    
    if (!get_kb_item("Host/local_checks_enabled")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);
    release = get_kb_item("Host/SuSE/release");
    if (isnull(release) || release !~ "^(SLED|SLES)11") audit(AUDIT_OS_NOT, "SuSE 11");
    if (!get_kb_item("Host/SuSE/rpm-list")) audit(AUDIT_PACKAGE_LIST_MISSING);
    
    cpu = get_kb_item("Host/cpu");
    if (isnull(cpu)) audit(AUDIT_UNKNOWN_ARCH);
    if (cpu !~ "^i[3-6]86$" && "x86_64" >!< cpu && "s390x" >!< cpu) audit(AUDIT_LOCAL_CHECKS_NOT_IMPLEMENTED, "SuSE 11", cpu);
    
    pl = get_kb_item("Host/SuSE/patchlevel");
    if (isnull(pl) || int(pl) != 2) audit(AUDIT_OS_NOT, "SuSE 11.2");
    
    
    flag = 0;
    if (rpm_check(release:"SLED11", sp:2, cpu:"i586", reference:"MozillaFirefox-17.0.5esr-0.4.1")) flag++;
    if (rpm_check(release:"SLED11", sp:2, cpu:"i586", reference:"MozillaFirefox-branding-SLED-7-0.6.9.17")) flag++;
    if (rpm_check(release:"SLED11", sp:2, cpu:"i586", reference:"MozillaFirefox-translations-17.0.5esr-0.4.1")) flag++;
    if (rpm_check(release:"SLED11", sp:2, cpu:"i586", reference:"libfreebl3-3.14.3-0.4.3.1")) flag++;
    if (rpm_check(release:"SLED11", sp:2, cpu:"i586", reference:"mozilla-nspr-4.9.6-0.3.1")) flag++;
    if (rpm_check(release:"SLED11", sp:2, cpu:"i586", reference:"mozilla-nss-3.14.3-0.4.3.1")) flag++;
    if (rpm_check(release:"SLED11", sp:2, cpu:"i586", reference:"mozilla-nss-tools-3.14.3-0.4.3.1")) flag++;
    if (rpm_check(release:"SLED11", sp:2, cpu:"x86_64", reference:"MozillaFirefox-17.0.5esr-0.4.1")) flag++;
    if (rpm_check(release:"SLED11", sp:2, cpu:"x86_64", reference:"MozillaFirefox-branding-SLED-7-0.6.9.17")) flag++;
    if (rpm_check(release:"SLED11", sp:2, cpu:"x86_64", reference:"MozillaFirefox-translations-17.0.5esr-0.4.1")) flag++;
    if (rpm_check(release:"SLED11", sp:2, cpu:"x86_64", reference:"libfreebl3-3.14.3-0.4.3.1")) flag++;
    if (rpm_check(release:"SLED11", sp:2, cpu:"x86_64", reference:"libfreebl3-32bit-3.14.3-0.4.3.1")) flag++;
    if (rpm_check(release:"SLED11", sp:2, cpu:"x86_64", reference:"mozilla-nspr-4.9.6-0.3.1")) flag++;
    if (rpm_check(release:"SLED11", sp:2, cpu:"x86_64", reference:"mozilla-nspr-32bit-4.9.6-0.3.1")) flag++;
    if (rpm_check(release:"SLED11", sp:2, cpu:"x86_64", reference:"mozilla-nss-3.14.3-0.4.3.1")) flag++;
    if (rpm_check(release:"SLED11", sp:2, cpu:"x86_64", reference:"mozilla-nss-32bit-3.14.3-0.4.3.1")) flag++;
    if (rpm_check(release:"SLED11", sp:2, cpu:"x86_64", reference:"mozilla-nss-tools-3.14.3-0.4.3.1")) flag++;
    if (rpm_check(release:"SLES11", sp:2, reference:"MozillaFirefox-17.0.5esr-0.4.1")) flag++;
    if (rpm_check(release:"SLES11", sp:2, reference:"MozillaFirefox-branding-SLED-7-0.6.9.17")) flag++;
    if (rpm_check(release:"SLES11", sp:2, reference:"MozillaFirefox-translations-17.0.5esr-0.4.1")) flag++;
    if (rpm_check(release:"SLES11", sp:2, reference:"libfreebl3-3.14.3-0.4.3.1")) flag++;
    if (rpm_check(release:"SLES11", sp:2, reference:"mozilla-nspr-4.9.6-0.3.1")) flag++;
    if (rpm_check(release:"SLES11", sp:2, reference:"mozilla-nss-3.14.3-0.4.3.1")) flag++;
    if (rpm_check(release:"SLES11", sp:2, reference:"mozilla-nss-tools-3.14.3-0.4.3.1")) flag++;
    if (rpm_check(release:"SLES11", sp:2, cpu:"s390x", reference:"libfreebl3-32bit-3.14.3-0.4.3.1")) flag++;
    if (rpm_check(release:"SLES11", sp:2, cpu:"s390x", reference:"mozilla-nspr-32bit-4.9.6-0.3.1")) flag++;
    if (rpm_check(release:"SLES11", sp:2, cpu:"s390x", reference:"mozilla-nss-32bit-3.14.3-0.4.3.1")) flag++;
    if (rpm_check(release:"SLES11", sp:2, cpu:"x86_64", reference:"libfreebl3-32bit-3.14.3-0.4.3.1")) flag++;
    if (rpm_check(release:"SLES11", sp:2, cpu:"x86_64", reference:"mozilla-nspr-32bit-4.9.6-0.3.1")) flag++;
    if (rpm_check(release:"SLES11", sp:2, cpu:"x86_64", reference:"mozilla-nss-32bit-3.14.3-0.4.3.1")) flag++;
    
    
    if (flag)
    {
      if (report_verbosity > 0) security_hole(port:0, extra:rpm_report_get());
      else security_hole(0);
      exit(0);
    }
    else audit(AUDIT_HOST_NOT, "affected");
    
  • NASL familySuSE Local Security Checks
    NASL idSUSE_FIREFOX-20130404-8537.NASL
    descriptionMozillaFirefox has been updated to the 17.0.5ESR release fixing bugs and security issues. Also Mozilla NSS has been updated to version 3.14.3 and Mozilla NSPR to 4.9.6. - Mozilla developers identified and fixed several memory safety bugs in the browser engine used in Firefox and other Mozilla-based products. Some of these bugs showed evidence of memory corruption under certain circumstances, and we presume that with enough effort at least some of these could be exploited to run arbitrary code. (MFSA 2013-30) Olli Pettay, Jesse Ruderman, Boris Zbarsky, Christian Holler, Milan Sreckovic, and Joe Drew reported memory safety problems and crashes that affect Firefox ESR 17, and Firefox 19. (CVE-2013-0788) Andrew McCreight, Randell Jesup, Gary Kwong, Jesse Ruderman, Christian Holler, and Mats Palmgren reported memory safety problems and crashes that affect Firefox 19. (CVE-2013-0789) Jim Chen reported a memory safety problem that affects Firefox for Android 19. (CVE-2013-0790) - Security researcher Abhishek Arya (Inferno) of the Google Chrome Security Team used the Address Sanitizer tool to discover an out-of-bounds write in Cairo graphics library. When certain values are passed to it during rendering, Cairo attempts to use negative boundaries or sizes for boxes, leading to a potentially exploitable crash in some instances. (MFSA 2013-31 / CVE-2013-0800) - Security researcher Frederic Hoguin discovered that the Mozilla Maintenance Service on Windows was vulnerable to a buffer overflow. This system is used to update software without invoking the User Account Control (UAC) prompt. The Mozilla Maintenance Service is configured to allow unprivileged users to start it with arbitrary arguments. By manipulating the data passed in these arguments, an attacker can execute arbitrary code with the system privileges used by the service. This issue requires local file system access to be exploitable. (MFSA 2013-32 / CVE-2013-0799) - Security researcher Shuichiro Suzuki of the Fourteenforty Research Institute reported the app_tmp directory is set to be world readable and writeable by Firefox for Android. This potentially allows for third-party applications to replace or alter Firefox add-ons when downloaded because they are temporarily stored in the app_tmp directory before installation. (MFSA 2013-33 / CVE-2013-0798) This vulnerability only affects Firefox for Android. - Security researcher Ash reported an issue with the Mozilla Updater. The Mozilla Updater can be made to load a malicious local DLL file in a privileged context through either the Mozilla Maintenance Service or independently on systems that do not use the service. This occurs when the DLL file is placed in a specific location on the local system before the Mozilla Updater is run. Local file system access is necessary in order for this issue to be exploitable. (MFSA 2013-34 / CVE-2013-0797) - Security researcher miaubiz used the Address Sanitizer tool to discover a crash in WebGL rendering when memory is freed that has not previously been allocated. This issue only affects Linux users who have Intel Mesa graphics drivers. The resulting crash could be potentially exploitable. (MFSA 2013-35 / CVE-2013-0796) - Security researcher Cody Crews reported a mechanism to use the cloneNode method to bypass System Only Wrappers (SOW) and clone a protected node. This allows violation of the browser
    last seen2020-06-05
    modified2013-04-09
    plugin id65866
    published2013-04-09
    reporterThis script is Copyright (C) 2013-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/65866
    titleSuSE 10 Security Update : Mozilla Firefox (ZYPP Patch Number 8537)
    code
    #%NASL_MIN_LEVEL 80502
    #
    # (C) Tenable Network Security, Inc.
    #
    # The text description of this plugin is (C) Novell, Inc.
    #
    
    if (NASL_LEVEL < 3000) exit(0);
    
    include("compat.inc");
    
    if (description)
    {
      script_id(65866);
      script_version("1.6");
      script_set_attribute(attribute:"plugin_modification_date", value:"2020/06/04");
    
      script_cve_id("CVE-2013-0788", "CVE-2013-0789", "CVE-2013-0790", "CVE-2013-0791", "CVE-2013-0792", "CVE-2013-0794", "CVE-2013-0795", "CVE-2013-0796", "CVE-2013-0797", "CVE-2013-0798", "CVE-2013-0799", "CVE-2013-0800");
    
      script_name(english:"SuSE 10 Security Update : Mozilla Firefox (ZYPP Patch Number 8537)");
      script_summary(english:"Checks rpm output for the updated packages");
    
      script_set_attribute(
        attribute:"synopsis", 
        value:"The remote SuSE 10 host is missing a security-related patch."
      );
      script_set_attribute(
        attribute:"description", 
        value:
    "MozillaFirefox has been updated to the 17.0.5ESR release fixing bugs
    and security issues.
    
    Also Mozilla NSS has been updated to version 3.14.3 and Mozilla NSPR
    to 4.9.6.
    
      - Mozilla developers identified and fixed several memory
        safety bugs in the browser engine used in Firefox and
        other Mozilla-based products. Some of these bugs showed
        evidence of memory corruption under certain
        circumstances, and we presume that with enough effort at
        least some of these could be exploited to run arbitrary
        code. (MFSA 2013-30)
    
        Olli Pettay, Jesse Ruderman, Boris Zbarsky, Christian
        Holler, Milan Sreckovic, and Joe Drew reported memory
        safety problems and crashes that affect Firefox ESR 17,
        and Firefox 19. (CVE-2013-0788)
    
        Andrew McCreight, Randell Jesup, Gary Kwong, Jesse
        Ruderman, Christian Holler, and Mats Palmgren reported
        memory safety problems and crashes that affect Firefox
        19. (CVE-2013-0789)
    
        Jim Chen reported a memory safety problem that affects
        Firefox for Android 19. (CVE-2013-0790)
    
      - Security researcher Abhishek Arya (Inferno) of the
        Google Chrome Security Team used the Address Sanitizer
        tool to discover an out-of-bounds write in Cairo
        graphics library. When certain values are passed to it
        during rendering, Cairo attempts to use negative
        boundaries or sizes for boxes, leading to a potentially
        exploitable crash in some instances. (MFSA 2013-31 /
        CVE-2013-0800)
    
      - Security researcher Frederic Hoguin discovered that the
        Mozilla Maintenance Service on Windows was vulnerable to
        a buffer overflow. This system is used to update
        software without invoking the User Account Control (UAC)
        prompt. The Mozilla Maintenance Service is configured to
        allow unprivileged users to start it with arbitrary
        arguments. By manipulating the data passed in these
        arguments, an attacker can execute arbitrary code with
        the system privileges used by the service. This issue
        requires local file system access to be exploitable.
        (MFSA 2013-32 / CVE-2013-0799)
    
      - Security researcher Shuichiro Suzuki of the
        Fourteenforty Research Institute reported the app_tmp
        directory is set to be world readable and writeable by
        Firefox for Android. This potentially allows for
        third-party applications to replace or alter Firefox
        add-ons when downloaded because they are temporarily
        stored in the app_tmp directory before installation.
        (MFSA 2013-33 / CVE-2013-0798)
    
        This vulnerability only affects Firefox for Android.
    
      - Security researcher Ash reported an issue with the
        Mozilla Updater. The Mozilla Updater can be made to load
        a malicious local DLL file in a privileged context
        through either the Mozilla Maintenance Service or
        independently on systems that do not use the service.
        This occurs when the DLL file is placed in a specific
        location on the local system before the Mozilla Updater
        is run. Local file system access is necessary in order
        for this issue to be exploitable. (MFSA 2013-34 /
        CVE-2013-0797)
    
      - Security researcher miaubiz used the Address Sanitizer
        tool to discover a crash in WebGL rendering when memory
        is freed that has not previously been allocated. This
        issue only affects Linux users who have Intel Mesa
        graphics drivers. The resulting crash could be
        potentially exploitable. (MFSA 2013-35 / CVE-2013-0796)
    
      - Security researcher Cody Crews reported a mechanism to
        use the cloneNode method to bypass System Only Wrappers
        (SOW) and clone a protected node. This allows violation
        of the browser's same origin policy and could also lead
        to privilege escalation and the execution of arbitrary
        code. (MFSA 2013-36 / CVE-2013-0795)
    
      - Security researcher shutdown reported a method for
        removing the origin indication on tab-modal dialog boxes
        in combination with browser navigation. This could allow
        an attacker's dialog to overlay a page and show another
        site's content. This can be used for phishing by
        allowing users to enter data into a modal prompt dialog
        on an attacking, site while appearing to be from the
        displayed site. (MFSA 2013-37 / CVE-2013-0794)
    
      - / CVE-2013-079: Security researcher Mariusz Mlynski
        reported a method to use browser navigations through
        history to load an arbitrary website with that page's
        baseURI property pointing to another site instead of the
        seemingly loaded one. The user will continue to see the
        incorrect site in the addressbar of the browser. This
        allows for a cross-site scripting (XSS) attack or the
        theft of data through a phishing attack. (MFSA 2013-38)
    
      - Mozilla community member Tobias Schula reported that if
        gfx.color_management.enablev4 preference is enabled
        manually in about:config, some grayscale PNG images will
        be rendered incorrectly and cause memory corruption
        during PNG decoding when certain color profiles are in
        use. A crafted PNG image could use this flaw to leak
        data through rendered images drawing from random memory.
        By default, this preference is not enabled. (MFSA
        2013-39 / CVE-2013-0792)
    
      - Mozilla community member Ambroz Bizjak reported an
        out-of-bounds array read in the CERT_DecodeCertPackage
        function of the Network Security Services (NSS) libary
        when decoding a certificate. When this occurs, it will
        lead to memory corruption and a non-exploitable crash.
        (MFSA 2013-40 / CVE-2013-0791)"
      );
      # http://www.mozilla.org/security/announce/2013/mfsa2013-30.html
      script_set_attribute(
        attribute:"see_also",
        value:"https://www.mozilla.org/en-US/security/advisories/mfsa2013-30/"
      );
      # http://www.mozilla.org/security/announce/2013/mfsa2013-31.html
      script_set_attribute(
        attribute:"see_also",
        value:"https://www.mozilla.org/en-US/security/advisories/mfsa2013-31/"
      );
      # http://www.mozilla.org/security/announce/2013/mfsa2013-32.html
      script_set_attribute(
        attribute:"see_also",
        value:"https://www.mozilla.org/en-US/security/advisories/mfsa2013-32/"
      );
      # http://www.mozilla.org/security/announce/2013/mfsa2013-33.html
      script_set_attribute(
        attribute:"see_also",
        value:"https://www.mozilla.org/en-US/security/advisories/mfsa2013-33/"
      );
      # http://www.mozilla.org/security/announce/2013/mfsa2013-34.html
      script_set_attribute(
        attribute:"see_also",
        value:"https://www.mozilla.org/en-US/security/advisories/mfsa2013-34/"
      );
      # http://www.mozilla.org/security/announce/2013/mfsa2013-35.html
      script_set_attribute(
        attribute:"see_also",
        value:"https://www.mozilla.org/en-US/security/advisories/mfsa2013-35/"
      );
      # http://www.mozilla.org/security/announce/2013/mfsa2013-36.html
      script_set_attribute(
        attribute:"see_also",
        value:"https://www.mozilla.org/en-US/security/advisories/mfsa2013-36/"
      );
      # http://www.mozilla.org/security/announce/2013/mfsa2013-37.html
      script_set_attribute(
        attribute:"see_also",
        value:"https://www.mozilla.org/en-US/security/advisories/mfsa2013-37/"
      );
      # http://www.mozilla.org/security/announce/2013/mfsa2013-38.html
      script_set_attribute(
        attribute:"see_also",
        value:"https://www.mozilla.org/en-US/security/advisories/mfsa2013-38/"
      );
      # http://www.mozilla.org/security/announce/2013/mfsa2013-39.html
      script_set_attribute(
        attribute:"see_also",
        value:"https://www.mozilla.org/en-US/security/advisories/mfsa2013-39/"
      );
      # http://www.mozilla.org/security/announce/2013/mfsa2013-40.html
      script_set_attribute(
        attribute:"see_also",
        value:"https://www.mozilla.org/en-US/security/advisories/mfsa2013-40/"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"http://support.novell.com/security/cve/CVE-2013-0788.html"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"http://support.novell.com/security/cve/CVE-2013-0789.html"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"http://support.novell.com/security/cve/CVE-2013-0790.html"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"http://support.novell.com/security/cve/CVE-2013-0791.html"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"http://support.novell.com/security/cve/CVE-2013-0792.html"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"http://support.novell.com/security/cve/CVE-2013-0794.html"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"http://support.novell.com/security/cve/CVE-2013-0795.html"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"http://support.novell.com/security/cve/CVE-2013-0796.html"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"http://support.novell.com/security/cve/CVE-2013-0797.html"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"http://support.novell.com/security/cve/CVE-2013-0798.html"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"http://support.novell.com/security/cve/CVE-2013-0799.html"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"http://support.novell.com/security/cve/CVE-2013-0800.html"
      );
      script_set_attribute(attribute:"solution", value:"Apply ZYPP patch number 8537.");
      script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:C/I:C/A:C");
    
      script_set_attribute(attribute:"plugin_type", value:"local");
      script_set_attribute(attribute:"cpe", value:"cpe:/o:suse:suse_linux");
    
      script_set_attribute(attribute:"vuln_publication_date", value:"2013/04/03");
      script_set_attribute(attribute:"patch_publication_date", value:"2013/04/05");
      script_set_attribute(attribute:"plugin_publication_date", value:"2013/04/09");
      script_set_attribute(attribute:"generated_plugin", value:"current");
      script_end_attributes();
    
      script_category(ACT_GATHER_INFO);
      script_copyright(english:"This script is Copyright (C) 2013-2020 and is owned by Tenable, Inc. or an Affiliate thereof.");
      script_family(english:"SuSE Local Security Checks");
    
      script_dependencies("ssh_get_info.nasl");
      script_require_keys("Host/local_checks_enabled", "Host/cpu", "Host/SuSE/release", "Host/SuSE/rpm-list");
    
      exit(0);
    }
    
    
    include("global_settings.inc");
    include("rpm.inc");
    
    
    if (!get_kb_item("Host/local_checks_enabled")) exit(0, "Local checks are not enabled.");
    if (!get_kb_item("Host/SuSE/release")) exit(0, "The host is not running SuSE.");
    if (!get_kb_item("Host/SuSE/rpm-list")) exit(1, "Could not obtain the list of installed packages.");
    
    cpu = get_kb_item("Host/cpu");
    if (isnull(cpu)) exit(1, "Failed to determine the architecture type.");
    if (cpu >!< "x86_64" && cpu !~ "^i[3-6]86$") exit(1, "Local checks for SuSE 10 on the '"+cpu+"' architecture have not been implemented.");
    
    
    flag = 0;
    if (rpm_check(release:"SLED10", sp:4, reference:"MozillaFirefox-17.0.5esr-0.8.1")) flag++;
    if (rpm_check(release:"SLED10", sp:4, reference:"MozillaFirefox-branding-SLED-7-0.10.11")) flag++;
    if (rpm_check(release:"SLED10", sp:4, reference:"MozillaFirefox-translations-17.0.5esr-0.8.1")) flag++;
    if (rpm_check(release:"SLED10", sp:4, reference:"mozilla-nspr-4.9.6-0.5.1")) flag++;
    if (rpm_check(release:"SLED10", sp:4, reference:"mozilla-nspr-devel-4.9.6-0.5.1")) flag++;
    if (rpm_check(release:"SLED10", sp:4, reference:"mozilla-nss-3.14.3-0.5.1")) flag++;
    if (rpm_check(release:"SLED10", sp:4, reference:"mozilla-nss-devel-3.14.3-0.5.1")) flag++;
    if (rpm_check(release:"SLED10", sp:4, reference:"mozilla-nss-tools-3.14.3-0.5.1")) flag++;
    if (rpm_check(release:"SLED10", sp:4, cpu:"x86_64", reference:"mozilla-nspr-32bit-4.9.6-0.5.1")) flag++;
    if (rpm_check(release:"SLED10", sp:4, cpu:"x86_64", reference:"mozilla-nss-32bit-3.14.3-0.5.1")) flag++;
    if (rpm_check(release:"SLES10", sp:4, reference:"MozillaFirefox-17.0.5esr-0.8.1")) flag++;
    if (rpm_check(release:"SLES10", sp:4, reference:"MozillaFirefox-branding-SLED-7-0.10.11")) flag++;
    if (rpm_check(release:"SLES10", sp:4, reference:"MozillaFirefox-translations-17.0.5esr-0.8.1")) flag++;
    if (rpm_check(release:"SLES10", sp:4, reference:"mozilla-nspr-4.9.6-0.5.1")) flag++;
    if (rpm_check(release:"SLES10", sp:4, reference:"mozilla-nspr-devel-4.9.6-0.5.1")) flag++;
    if (rpm_check(release:"SLES10", sp:4, reference:"mozilla-nss-3.14.3-0.5.1")) flag++;
    if (rpm_check(release:"SLES10", sp:4, reference:"mozilla-nss-devel-3.14.3-0.5.1")) flag++;
    if (rpm_check(release:"SLES10", sp:4, reference:"mozilla-nss-tools-3.14.3-0.5.1")) flag++;
    if (rpm_check(release:"SLES10", sp:4, cpu:"x86_64", reference:"mozilla-nspr-32bit-4.9.6-0.5.1")) flag++;
    if (rpm_check(release:"SLES10", sp:4, cpu:"x86_64", reference:"mozilla-nss-32bit-3.14.3-0.5.1")) flag++;
    
    
    if (flag)
    {
      if (report_verbosity > 0) security_hole(port:0, extra:rpm_report_get());
      else security_hole(0);
      exit(0);
    }
    else exit(0, "The host is not affected.");
    
  • NASL familyFreeBSD Local Security Checks
    NASL idFREEBSD_PKG_949764339C7411E2A9FCD43D7E0C7C02.NASL
    descriptionThe Mozilla Project reports : MFSA 2013-30 Miscellaneous memory safety hazards (rv:20.0 / rv:17.0.5) MFSA 2013-31 Out-of-bounds write in Cairo library MFSA 2013-32 Privilege escalation through Mozilla Maintenance Service MFSA 2013-33 World read and write access to app_tmp directory on Android MFSA 2013-34 Privilege escalation through Mozilla Updater MFSA 2013-35 WebGL crash with Mesa graphics driver on Linux MFSA 2013-36 Bypass of SOW protections allows cloning of protected nodes MFSA 2013-37 Bypass of tab-modal dialog origin disclosure MFSA 2013-38 Cross-site scripting (XSS) using timed history navigations MFSA 2013-39 Memory corruption while rendering grayscale PNG images MFSA 2013-40 Out-of-bounds array read in CERT_DecodeCertPackage
    last seen2020-06-01
    modified2020-06-02
    plugin id65847
    published2013-04-08
    reporterThis script is Copyright (C) 2013-2018 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/65847
    titleFreeBSD : mozilla -- multiple vulnerabilities (94976433-9c74-11e2-a9fc-d43d7e0c7c02)
    code
    #
    # (C) Tenable Network Security, Inc.
    #
    # The descriptive text and package checks in this plugin were  
    # extracted from the FreeBSD VuXML database :
    #
    # Copyright 2003-2018 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(65847);
      script_version("1.8");
      script_cvs_date("Date: 2018/11/21 10:46:31");
    
      script_cve_id("CVE-2013-0788", "CVE-2013-0789", "CVE-2013-0790", "CVE-2013-0791", "CVE-2013-0792", "CVE-2013-0793", "CVE-2013-0794", "CVE-2013-0795", "CVE-2013-0796", "CVE-2013-0797", "CVE-2013-0798", "CVE-2013-0799", "CVE-2013-0800");
    
      script_name(english:"FreeBSD : mozilla -- multiple vulnerabilities (94976433-9c74-11e2-a9fc-d43d7e0c7c02)");
      script_summary(english:"Checks for updated packages in pkg_info output");
    
      script_set_attribute(
        attribute:"synopsis", 
        value:
    "The remote FreeBSD host is missing one or more security-related
    updates."
      );
      script_set_attribute(
        attribute:"description", 
        value:
    "The Mozilla Project reports :
    
    MFSA 2013-30 Miscellaneous memory safety hazards (rv:20.0 / rv:17.0.5)
    
    MFSA 2013-31 Out-of-bounds write in Cairo library
    
    MFSA 2013-32 Privilege escalation through Mozilla Maintenance Service
    
    MFSA 2013-33 World read and write access to app_tmp directory on
    Android
    
    MFSA 2013-34 Privilege escalation through Mozilla Updater
    
    MFSA 2013-35 WebGL crash with Mesa graphics driver on Linux
    
    MFSA 2013-36 Bypass of SOW protections allows cloning of protected
    nodes
    
    MFSA 2013-37 Bypass of tab-modal dialog origin disclosure
    
    MFSA 2013-38 Cross-site scripting (XSS) using timed history
    navigations
    
    MFSA 2013-39 Memory corruption while rendering grayscale PNG images
    
    MFSA 2013-40 Out-of-bounds array read in CERT_DecodeCertPackage"
      );
      # http://www.mozilla.org/security/announce/2013/mfsa2013-30.html
      script_set_attribute(
        attribute:"see_also",
        value:"https://www.mozilla.org/en-US/security/advisories/mfsa2013-30/"
      );
      # http://www.mozilla.org/security/announce/2013/mfsa2013-31.html
      script_set_attribute(
        attribute:"see_also",
        value:"https://www.mozilla.org/en-US/security/advisories/mfsa2013-31/"
      );
      # http://www.mozilla.org/security/announce/2013/mfsa2013-32.html
      script_set_attribute(
        attribute:"see_also",
        value:"https://www.mozilla.org/en-US/security/advisories/mfsa2013-32/"
      );
      # http://www.mozilla.org/security/announce/2013/mfsa2013-33.html
      script_set_attribute(
        attribute:"see_also",
        value:"https://www.mozilla.org/en-US/security/advisories/mfsa2013-33/"
      );
      # http://www.mozilla.org/security/announce/2013/mfsa2013-34.html
      script_set_attribute(
        attribute:"see_also",
        value:"https://www.mozilla.org/en-US/security/advisories/mfsa2013-34/"
      );
      # http://www.mozilla.org/security/announce/2013/mfsa2013-35.html
      script_set_attribute(
        attribute:"see_also",
        value:"https://www.mozilla.org/en-US/security/advisories/mfsa2013-35/"
      );
      # http://www.mozilla.org/security/announce/2013/mfsa2013-36.html
      script_set_attribute(
        attribute:"see_also",
        value:"https://www.mozilla.org/en-US/security/advisories/mfsa2013-36/"
      );
      # http://www.mozilla.org/security/announce/2013/mfsa2013-37.html
      script_set_attribute(
        attribute:"see_also",
        value:"https://www.mozilla.org/en-US/security/advisories/mfsa2013-37/"
      );
      # http://www.mozilla.org/security/announce/2013/mfsa2013-38.html
      script_set_attribute(
        attribute:"see_also",
        value:"https://www.mozilla.org/en-US/security/advisories/mfsa2013-38/"
      );
      # http://www.mozilla.org/security/announce/2013/mfsa2013-39.html
      script_set_attribute(
        attribute:"see_also",
        value:"https://www.mozilla.org/en-US/security/advisories/mfsa2013-39/"
      );
      # http://www.mozilla.org/security/announce/2013/mfsa2013-40.html
      script_set_attribute(
        attribute:"see_also",
        value:"https://www.mozilla.org/en-US/security/advisories/mfsa2013-40/"
      );
      # http://www.mozilla.org/security/known-vulnerabilities/
      script_set_attribute(
        attribute:"see_also",
        value:"https://www.mozilla.org/en-US/security/known-vulnerabilities/"
      );
      # https://vuxml.freebsd.org/freebsd/94976433-9c74-11e2-a9fc-d43d7e0c7c02.html
      script_set_attribute(
        attribute:"see_also",
        value:"http://www.nessus.org/u?131425f2"
      );
      script_set_attribute(attribute:"solution", value:"Update the affected packages.");
      script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:C/I:C/A:C");
    
      script_set_attribute(attribute:"plugin_type", value:"local");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:freebsd:freebsd:firefox");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:freebsd:freebsd:linux-firefox");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:freebsd:freebsd:linux-seamonkey");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:freebsd:freebsd:linux-thunderbird");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:freebsd:freebsd:seamonkey");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:freebsd:freebsd:thunderbird");
      script_set_attribute(attribute:"cpe", value:"cpe:/o:freebsd:freebsd");
    
      script_set_attribute(attribute:"vuln_publication_date", value:"2013/04/02");
      script_set_attribute(attribute:"patch_publication_date", value:"2013/04/03");
      script_set_attribute(attribute:"plugin_publication_date", value:"2013/04/08");
      script_end_attributes();
    
      script_category(ACT_GATHER_INFO);
      script_copyright(english:"This script is Copyright (C) 2013-2018 and is owned by Tenable, Inc. or an Affiliate thereof.");
      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:"firefox>18.0,1<20.0,1")) flag++;
    if (pkg_test(save_report:TRUE, pkg:"firefox<17.0.5,1")) flag++;
    if (pkg_test(save_report:TRUE, pkg:"linux-firefox<17.0.5,1")) flag++;
    if (pkg_test(save_report:TRUE, pkg:"linux-seamonkey<2.17")) flag++;
    if (pkg_test(save_report:TRUE, pkg:"linux-thunderbird<17.0.5")) flag++;
    if (pkg_test(save_report:TRUE, pkg:"seamonkey<2.17")) flag++;
    if (pkg_test(save_report:TRUE, pkg:"thunderbird>11.0<17.0.5")) 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");