Vulnerabilities > CVE-2008-4582 - Permissions, Privileges, and Access Controls vulnerability in multiple products

047910
CVSS 4.3 - MEDIUM
Attack vector
NETWORK
Attack complexity
MEDIUM
Privileges required
NONE
Confidentiality impact
PARTIAL
Integrity impact
NONE
Availability impact
NONE
network
debian
mozilla
microsoft
canonical
CWE-264
nessus
exploit available

Summary

Mozilla Firefox 3.0.1 through 3.0.3, Firefox 2.x before 2.0.0.18, and SeaMonkey 1.x before 1.1.13, when running on Windows, do not properly identify the context of Windows .url shortcut files, which allows user-assisted remote attackers to bypass the Same Origin Policy and obtain sensitive information via an HTML document that is directly accessible through a filesystem, as demonstrated by documents in (1) local folders, (2) Windows share folders, and (3) RAR archives, and as demonstrated by IFRAMEs referencing shortcuts that point to (a) about:cache?device=memory and (b) about:cache?device=disk, a variant of CVE-2008-2810.

Common Attack Pattern Enumeration and Classification (CAPEC)

  • Accessing, Modifying or Executing Executable Files
    An attack of this type exploits a system's configuration that allows an attacker to either directly access an executable file, for example through shell access; or in a possible worst case allows an attacker to upload a file and then execute it. Web servers, ftp servers, and message oriented middleware systems which have many integration points are particularly vulnerable, because both the programmers and the administrators must be in synch regarding the interfaces and the correct privileges for each interface.
  • Leverage Executable Code in Non-Executable Files
    An attack of this type exploits a system's trust in configuration and resource files, when the executable loads the resource (such as an image file or configuration file) the attacker has modified the file to either execute malicious code directly or manipulate the target process (e.g. application server) to execute based on the malicious configuration parameters. Since systems are increasingly interrelated mashing up resources from local and remote sources the possibility of this attack occurring is high. The attack can be directed at a client system, such as causing buffer overrun through loading seemingly benign image files, as in Microsoft Security Bulletin MS04-028 where specially crafted JPEG files could cause a buffer overrun once loaded into the browser. Another example targets clients reading pdf files. In this case the attacker simply appends javascript to the end of a legitimate url for a pdf (http://www.gnucitizen.org/blog/danger-danger-danger/) http://path/to/pdf/file.pdf#whatever_name_you_want=javascript:your_code_here The client assumes that they are reading a pdf, but the attacker has modified the resource and loaded executable javascript into the client's browser process. The attack can also target server processes. The attacker edits the resource or configuration file, for example a web.xml file used to configure security permissions for a J2EE app server, adding role name "public" grants all users with the public role the ability to use the administration functionality. The server trusts its configuration file to be correct, but when they are manipulated, the attacker gains full control.
  • Blue Boxing
    This type of attack against older telephone switches and trunks has been around for decades. A tone is sent by an adversary to impersonate a supervisor signal which has the effect of rerouting or usurping command of the line. While the US infrastructure proper may not contain widespread vulnerabilities to this type of attack, many companies are connected globally through call centers and business process outsourcing. These international systems may be operated in countries which have not upgraded Telco infrastructure and so are vulnerable to Blue boxing. Blue boxing is a result of failure on the part of the system to enforce strong authorization for administrative functions. While the infrastructure is different than standard current applications like web applications, there are historical lessons to be learned to upgrade the access control for administrative functions.
  • Restful Privilege Elevation
    Rest uses standard HTTP (Get, Put, Delete) style permissions methods, but these are not necessarily correlated generally with back end programs. Strict interpretation of HTTP get methods means that these HTTP Get services should not be used to delete information on the server, but there is no access control mechanism to back up this logic. This means that unless the services are properly ACL'd and the application's service implementation are following these guidelines then an HTTP request can easily execute a delete or update on the server side. The attacker identifies a HTTP Get URL such as http://victimsite/updateOrder, which calls out to a program to update orders on a database or other resource. The URL is not idempotent so the request can be submitted multiple times by the attacker, additionally, the attacker may be able to exploit the URL published as a Get method that actually performs updates (instead of merely retrieving data). This may result in malicious or inadvertent altering of data on the server.
  • Target Programs with Elevated Privileges
    This attack targets programs running with elevated privileges. The attacker would try to leverage a bug in the running program and get arbitrary code to execute with elevated privileges. For instance an attacker would look for programs that write to the system directories or registry keys (such as HKLM, which stores a number of critical Windows environment variables). These programs are typically running with elevated privileges and have usually not been designed with security in mind. Such programs are excellent exploit targets because they yield lots of power when they break. The malicious user try to execute its code at the same level as a privileged system call.

Exploit-Db

descriptionMozilla Firefox 3.0.3 Internet Shortcut Same Origin Policy Violation Vulnerability. CVE-2008-4582. Remote exploits for multiple platform
idEDB-ID:32466
last seen2016-02-03
modified2008-10-07
published2008-10-07
reporterLiu Die Yu
sourcehttps://www.exploit-db.com/download/32466/
titleMozilla Firefox <= 3.0.3 Internet Shortcut Same Origin Policy Violation Vulnerability

Nessus

  • NASL familyWindows
    NASL idSEAMONKEY_1113.NASL
    descriptionThe installed version of SeaMonkey is earlier than 1.1.13. Such versions are potentially affected by the following security issues : - Locally saved
    last seen2020-06-01
    modified2020-06-02
    plugin id34768
    published2008-11-13
    reporterThis script is Copyright (C) 2008-2018 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/34768
    titleSeaMonkey < 1.1.13 Multiple Vulnerabilities
    code
    #
    # (C) Tenable Network Security, Inc.
    #
    
    include("compat.inc");
    
    if (description)
    {
      script_id(34768);
      script_version("1.22");
      script_cvs_date("Date: 2018/09/17 21:46:53");
    
      script_cve_id("CVE-2008-0017", "CVE-2008-4582", "CVE-2008-5012", "CVE-2008-5013",
                    "CVE-2008-5014", "CVE-2008-5016", "CVE-2008-5017", "CVE-2008-5018",
                    "CVE-2008-5021", "CVE-2008-5022", "CVE-2008-5023", "CVE-2008-5024",
                    "CVE-2008-5052", "CVE-2008-6961");
      script_bugtraq_id(31747, 32281, 32351, 32363);
      if (NASL_LEVEL >= 3000)
      {
      }
      script_xref(name:"Secunia", value:"32714");
    
      script_name(english:"SeaMonkey < 1.1.13 Multiple Vulnerabilities");
      script_summary(english:"Checks version of SeaMonkey");
    
      script_set_attribute(attribute:"synopsis", value:
    "A web browser on the remote host is affected by multiple
    vulnerabilities." );
      script_set_attribute(attribute:"description", value:
    "The installed version of SeaMonkey is earlier than 1.1.13.  Such
    versions are potentially affected by the following security issues :
    
      - Locally saved '.url' shortcut files can be used to read
        information stored in the local cache. (MFSA 2008-47)
    
      - The canvas element can be used in conjunction with an 
        HTTP redirect to bypass same-origin restrictions and 
        gain access to the content in arbitrary images from 
        other domains. (MFSA 2008-48)
    
      - Arbitrary code execution is possible via Flash Player 
        dynamic module unloading. (MFSA 2008-49)
    
      - By tampering with the window.__proto__.__proto__ object, 
        one can cause the browser to place a lock on a non-
        native object, leading to a crash and possible code
        execution. (MFSA 2008-50)
    
      - There are several stability bugs in the browser engine
        that may lead to crashes with evidence of memory 
        corruption. (MFSA 2008-52)
    
      - There is a buffer overflow that can be triggered by 
        sending a specially crafted 200 header line in the HTTP
        index response. (MFSA 2008-54)
    
      - Crashes and remote code execution in nsFrameManager are
        possible by modifying certain properties of a file 
        input element before it has finished initializing.
        (MFSA 2008-55)
    
      - The same-origin check in 
        'nsXMLHttpRequest::NotifyEventListeners()' can be 
        bypassed. (MFSA 2008-56)
    
      - The '-moz-binding' CSS property can be used to bypass
        security checks which validate codebase principals.
        (MFSA 2008-57)
    
      - There is an error in the method used to parse the 
        default namespace in an E4X document caused by quote 
        characters in the namespace not being properly escaped.
        (MFSA 2008-58)
    
      - Scripts in a malicous mail message can access the 
        .document URI and .textContext. DOM properties.
        (MFSA 2008-59)" );
      script_set_attribute(attribute:"see_also", value:"https://www.mozilla.org/en-US/security/advisories/mfsa2008-47/" );
      script_set_attribute(attribute:"see_also", value:"https://www.mozilla.org/en-US/security/advisories/mfsa2008-48/" );
      script_set_attribute(attribute:"see_also", value:"https://www.mozilla.org/en-US/security/advisories/mfsa2008-49/" );
      script_set_attribute(attribute:"see_also", value:"https://www.mozilla.org/en-US/security/advisories/mfsa2008-50/" );
      script_set_attribute(attribute:"see_also", value:"https://www.mozilla.org/en-US/security/advisories/mfsa2008-52/" );
      script_set_attribute(attribute:"see_also", value:"https://www.mozilla.org/en-US/security/advisories/mfsa2008-54/" );
      script_set_attribute(attribute:"see_also", value:"https://www.mozilla.org/en-US/security/advisories/mfsa2008-55/" );
      script_set_attribute(attribute:"see_also", value:"https://www.mozilla.org/en-US/security/advisories/mfsa2008-56/" );
      script_set_attribute(attribute:"see_also", value:"https://www.mozilla.org/en-US/security/advisories/mfsa2008-57/" );
      script_set_attribute(attribute:"see_also", value:"https://www.mozilla.org/en-US/security/advisories/mfsa2008-58/" );
      script_set_attribute(attribute:"see_also", value:"https://www.mozilla.org/en-US/security/advisories/mfsa2008-59/" );
      script_set_attribute(attribute:"solution", value:
    "Upgrade to SeaMonkey 1.1.13 or later." );
      script_set_cvss_base_vector("CVSS2#AV:N/AC:M/Au:N/C:C/I:C/A:C");
      script_set_cvss_temporal_vector("CVSS2#E:POC/RL:OF/RC:C");
      script_set_attribute(attribute:"exploitability_ease", value:"Exploits are available");
      script_set_attribute(attribute:"exploit_available", value:"true");
      script_cwe_id(20, 94, 119, 189, 200, 264, 287, 399);
      script_set_attribute(attribute:"plugin_publication_date", value: "2008/11/13");
      script_set_attribute(attribute:"plugin_type", value:"local");
      script_set_attribute(attribute:"cpe", value:"cpe:/a:mozilla:seamonkey");
      script_end_attributes();
     
      script_category(ACT_GATHER_INFO);
      script_family(english:"Windows");
      script_copyright(english:"This script is Copyright (C) 2008-2018 Tenable Network Security, Inc.");
      script_dependencies("mozilla_org_installed.nasl");
      script_require_keys("SeaMonkey/Version");
      exit(0);
    }
    
    include("mozilla_version.inc");
    port = get_kb_item("SMB/transport");
    if (!port) port = 445;
    
    installs = get_kb_list("SMB/SeaMonkey/*");
    if (isnull(installs)) audit(AUDIT_NOT_INST, "SeaMonkey");
    
    mozilla_check_version(installs:installs, product:'seamonkey', fix:'1.1.13', severity:SECURITY_HOLE);
  • NASL familyFedora Local Security Checks
    NASL idFEDORA_2008-9667.NASL
    descriptionUpdated firefox and xulrunner packages that fix various security issues are now available for Fedora Core 8. This update has been rated as having critical security impact by the Fedora Security Response Team. Mozilla Firefox is an open source Web browser. Several flaws were found in the processing of malformed web content. A web page containing malicious content could cause Firefox to crash or, potentially, execute arbitrary code as the user running Firefox. (CVE-2008-0017, CVE-2008-5014, CVE-2008-5016, CVE-2008-5017, CVE-2008-5018, CVE-2008-5019, CVE-2008-5021) Several flaws were found in the way malformed content was processed. A website containing specially crafted content could potentially trick a Firefox user into surrendering sensitive information. (CVE-2008-5022, CVE-2008-5023, CVE-2008-5024) A flaw was found in the way Firefox opened
    last seen2020-06-01
    modified2020-06-02
    plugin id34777
    published2008-11-16
    reporterThis script is Copyright (C) 2008-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/34777
    titleFedora 8 : Miro-1.2.7-2.fc8 / blam-1.8.3-19.fc8 / cairo-dock-1.6.3.1-1.fc8.1 / chmsee-1.0.0-5.31.fc8 / etc (2008-9667)
    code
    #%NASL_MIN_LEVEL 80502
    #
    # (C) Tenable Network Security, Inc.
    #
    # The descriptive text and package checks in this plugin were  
    # extracted from Fedora Security Advisory 2008-9667.
    #
    
    include("compat.inc");
    
    if (description)
    {
      script_id(34777);
      script_version ("1.19");
      script_cvs_date("Date: 2019/08/02 13:32:28");
    
      script_cve_id("CVE-2008-0017", "CVE-2008-4582", "CVE-2008-5012", "CVE-2008-5013", "CVE-2008-5014", "CVE-2008-5016", "CVE-2008-5017", "CVE-2008-5018", "CVE-2008-5019", "CVE-2008-5021", "CVE-2008-5022", "CVE-2008-5023", "CVE-2008-5024");
      script_xref(name:"FEDORA", value:"2008-9667");
    
      script_name(english:"Fedora 8 : Miro-1.2.7-2.fc8 / blam-1.8.3-19.fc8 / cairo-dock-1.6.3.1-1.fc8.1 / chmsee-1.0.0-5.31.fc8 / etc (2008-9667)");
      script_summary(english:"Checks rpm output for the updated packages.");
    
      script_set_attribute(
        attribute:"synopsis", 
        value:"The remote Fedora host is missing one or more security updates."
      );
      script_set_attribute(
        attribute:"description", 
        value:
    "Updated firefox and xulrunner packages that fix various security
    issues are now available for Fedora Core 8. This update has been rated
    as having critical security impact by the Fedora Security Response
    Team. Mozilla Firefox is an open source Web browser. Several flaws
    were found in the processing of malformed web content. A web page
    containing malicious content could cause Firefox to crash or,
    potentially, execute arbitrary code as the user running Firefox.
    (CVE-2008-0017, CVE-2008-5014, CVE-2008-5016, CVE-2008-5017,
    CVE-2008-5018, CVE-2008-5019, CVE-2008-5021) Several flaws were found
    in the way malformed content was processed. A website containing
    specially crafted content could potentially trick a Firefox user into
    surrendering sensitive information. (CVE-2008-5022, CVE-2008-5023,
    CVE-2008-5024) A flaw was found in the way Firefox opened 'file:'
    URIs. If a file: URI was loaded in the same tab as a chrome or
    privileged 'about:' page, the file: URI could execute arbitrary code
    with the permissions of the user running Firefox. (CVE-2008-5015) For
    technical details regarding these flaws, please see the Mozilla
    security advisories for Firefox 2.0.0.18[1]. All firefox users and
    users of packages depending on firefox[2] should upgrade to these
    updated packages, which correct these issues. [1]
    http://www.mozilla.org/security/known-
    vulnerabilities/firefox20.html#firefox2.0.0.18 [2] blam cairo-dock
    chmsee devhelp epiphany epiphany-extensions evolution-rss galeon
    gnome-python2-extras gnome-web-photo kazehakase liferea Miro openvrml
    ruby-gnome2 yelp Provides Python bindings for libgdl on PPC64.
    
    Note that Tenable Network Security has extracted the preceding
    description block directly from the Fedora security advisory. Tenable
    has attempted to automatically clean and format it as much as possible
    without introducing additional issues."
      );
      # http://www.mozilla.org/security/known-
      script_set_attribute(
        attribute:"see_also",
        value:"https://www.mozilla.org/en-US/security/known-"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://bugzilla.redhat.com/show_bug.cgi?id=470864"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://bugzilla.redhat.com/show_bug.cgi?id=470867"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://bugzilla.redhat.com/show_bug.cgi?id=470873"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://bugzilla.redhat.com/show_bug.cgi?id=470881"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://bugzilla.redhat.com/show_bug.cgi?id=470883"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://bugzilla.redhat.com/show_bug.cgi?id=470884"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://bugzilla.redhat.com/show_bug.cgi?id=470889"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://bugzilla.redhat.com/show_bug.cgi?id=470892"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://bugzilla.redhat.com/show_bug.cgi?id=470894"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://bugzilla.redhat.com/show_bug.cgi?id=470895"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://bugzilla.redhat.com/show_bug.cgi?id=470898"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://bugzilla.redhat.com/show_bug.cgi?id=470902"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://bugzilla.redhat.com/show_bug.cgi?id=470903"
      );
      # https://lists.fedoraproject.org/pipermail/package-announce/2008-November/016233.html
      script_set_attribute(
        attribute:"see_also",
        value:"http://www.nessus.org/u?b6db5d30"
      );
      # https://lists.fedoraproject.org/pipermail/package-announce/2008-November/016234.html
      script_set_attribute(
        attribute:"see_also",
        value:"http://www.nessus.org/u?600d585c"
      );
      # https://lists.fedoraproject.org/pipermail/package-announce/2008-November/016235.html
      script_set_attribute(
        attribute:"see_also",
        value:"http://www.nessus.org/u?fb0cedcf"
      );
      # https://lists.fedoraproject.org/pipermail/package-announce/2008-November/016236.html
      script_set_attribute(
        attribute:"see_also",
        value:"http://www.nessus.org/u?a3c058f8"
      );
      # https://lists.fedoraproject.org/pipermail/package-announce/2008-November/016237.html
      script_set_attribute(
        attribute:"see_also",
        value:"http://www.nessus.org/u?560b7225"
      );
      # https://lists.fedoraproject.org/pipermail/package-announce/2008-November/016238.html
      script_set_attribute(
        attribute:"see_also",
        value:"http://www.nessus.org/u?fe591968"
      );
      # https://lists.fedoraproject.org/pipermail/package-announce/2008-November/016239.html
      script_set_attribute(
        attribute:"see_also",
        value:"http://www.nessus.org/u?08b920c6"
      );
      # https://lists.fedoraproject.org/pipermail/package-announce/2008-November/016240.html
      script_set_attribute(
        attribute:"see_also",
        value:"http://www.nessus.org/u?99c0fa87"
      );
      # https://lists.fedoraproject.org/pipermail/package-announce/2008-November/016241.html
      script_set_attribute(
        attribute:"see_also",
        value:"http://www.nessus.org/u?397ca14f"
      );
      # https://lists.fedoraproject.org/pipermail/package-announce/2008-November/016242.html
      script_set_attribute(
        attribute:"see_also",
        value:"http://www.nessus.org/u?3b7d4200"
      );
      # https://lists.fedoraproject.org/pipermail/package-announce/2008-November/016243.html
      script_set_attribute(
        attribute:"see_also",
        value:"http://www.nessus.org/u?bdf6f7b1"
      );
      # https://lists.fedoraproject.org/pipermail/package-announce/2008-November/016244.html
      script_set_attribute(
        attribute:"see_also",
        value:"http://www.nessus.org/u?198521cc"
      );
      # https://lists.fedoraproject.org/pipermail/package-announce/2008-November/016245.html
      script_set_attribute(
        attribute:"see_also",
        value:"http://www.nessus.org/u?2c57566b"
      );
      # https://lists.fedoraproject.org/pipermail/package-announce/2008-November/016246.html
      script_set_attribute(
        attribute:"see_also",
        value:"http://www.nessus.org/u?c66e2091"
      );
      # https://lists.fedoraproject.org/pipermail/package-announce/2008-November/016247.html
      script_set_attribute(
        attribute:"see_also",
        value:"http://www.nessus.org/u?17fdc2f6"
      );
      # https://lists.fedoraproject.org/pipermail/package-announce/2008-November/016248.html
      script_set_attribute(
        attribute:"see_also",
        value:"http://www.nessus.org/u?8ff66be1"
      );
      # https://lists.fedoraproject.org/pipermail/package-announce/2008-November/016249.html
      script_set_attribute(
        attribute:"see_also",
        value:"http://www.nessus.org/u?ec2d94d0"
      );
      # https://lists.fedoraproject.org/pipermail/package-announce/2008-November/016250.html
      script_set_attribute(
        attribute:"see_also",
        value:"http://www.nessus.org/u?b2392f2c"
      );
      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_cwe_id(20, 79, 94, 119, 189, 200, 264, 287, 399);
    
      script_set_attribute(attribute:"plugin_type", value:"local");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:fedoraproject:fedora:Miro");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:fedoraproject:fedora:blam");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:fedoraproject:fedora:cairo-dock");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:fedoraproject:fedora:chmsee");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:fedoraproject:fedora:devhelp");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:fedoraproject:fedora:epiphany");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:fedoraproject:fedora:epiphany-extensions");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:fedoraproject:fedora:evolution-rss");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:fedoraproject:fedora:firefox");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:fedoraproject:fedora:galeon");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:fedoraproject:fedora:gnome-python2-extras");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:fedoraproject:fedora:gnome-web-photo");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:fedoraproject:fedora:kazehakase");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:fedoraproject:fedora:liferea");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:fedoraproject:fedora:openvrml");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:fedoraproject:fedora:ruby-gnome2");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:fedoraproject:fedora:seamonkey");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:fedoraproject:fedora:yelp");
      script_set_attribute(attribute:"cpe", value:"cpe:/o:fedoraproject:fedora:8");
    
      script_set_attribute(attribute:"vuln_publication_date", value:"2008/10/15");
      script_set_attribute(attribute:"patch_publication_date", value:"2008/11/14");
      script_set_attribute(attribute:"plugin_publication_date", value:"2008/11/16");
      script_set_attribute(attribute:"generated_plugin", value:"current");
      script_end_attributes();
    
      script_category(ACT_GATHER_INFO);
      script_copyright(english:"This script is Copyright (C) 2008-2019 and is owned by Tenable, Inc. or an Affiliate thereof.");
      script_family(english:"Fedora Local Security Checks");
    
      script_dependencies("ssh_get_info.nasl");
      script_require_keys("Host/local_checks_enabled", "Host/RedHat/release", "Host/RedHat/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/RedHat/release");
    if (isnull(release) || "Fedora" >!< release) audit(AUDIT_OS_NOT, "Fedora");
    os_ver = eregmatch(pattern: "Fedora.*release ([0-9]+)", string:release);
    if (isnull(os_ver)) audit(AUDIT_UNKNOWN_APP_VER, "Fedora");
    os_ver = os_ver[1];
    if (! ereg(pattern:"^8([^0-9]|$)", string:os_ver)) audit(AUDIT_OS_NOT, "Fedora 8.x", "Fedora " + os_ver);
    
    if (!get_kb_item("Host/RedHat/rpm-list")) 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, "Fedora", cpu);
    
    flag = 0;
    if (rpm_check(release:"FC8", reference:"Miro-1.2.7-2.fc8")) flag++;
    if (rpm_check(release:"FC8", reference:"blam-1.8.3-19.fc8")) flag++;
    if (rpm_check(release:"FC8", reference:"cairo-dock-1.6.3.1-1.fc8.1")) flag++;
    if (rpm_check(release:"FC8", reference:"chmsee-1.0.0-5.31.fc8")) flag++;
    if (rpm_check(release:"FC8", reference:"devhelp-0.16.1-11.fc8")) flag++;
    if (rpm_check(release:"FC8", reference:"epiphany-2.20.3-8.fc8")) flag++;
    if (rpm_check(release:"FC8", reference:"epiphany-extensions-2.20.1-11.fc8")) flag++;
    if (rpm_check(release:"FC8", reference:"evolution-rss-0.0.8-13.fc8")) flag++;
    if (rpm_check(release:"FC8", reference:"firefox-2.0.0.18-1.fc8")) flag++;
    if (rpm_check(release:"FC8", reference:"galeon-2.0.4-6.fc8.3")) flag++;
    if (rpm_check(release:"FC8", reference:"gnome-python2-extras-2.19.1-19.fc8")) flag++;
    if (rpm_check(release:"FC8", reference:"gnome-web-photo-0.3-14.fc8")) flag++;
    if (rpm_check(release:"FC8", reference:"kazehakase-0.5.6-1.fc8.1")) flag++;
    if (rpm_check(release:"FC8", reference:"liferea-1.4.15-5.fc8")) flag++;
    if (rpm_check(release:"FC8", reference:"openvrml-0.17.10-2.0.fc8")) flag++;
    if (rpm_check(release:"FC8", reference:"ruby-gnome2-0.17.0-3.fc8")) flag++;
    if (rpm_check(release:"FC8", reference:"seamonkey-1.1.13-1.fc8")) flag++;
    if (rpm_check(release:"FC8", reference:"yelp-2.20.0-14.fc8")) flag++;
    
    
    if (flag)
    {
      if (report_verbosity > 0) security_hole(port:0, extra:rpm_report_get());
      else security_hole(0);
      exit(0);
    }
    else
    {
      tested = pkg_tests_get();
      if (tested) audit(AUDIT_PACKAGE_NOT_AFFECTED, tested);
      else audit(AUDIT_PACKAGE_NOT_INSTALLED, "Miro / blam / cairo-dock / chmsee / devhelp / epiphany / etc");
    }
    
  • NASL familyFreeBSD Local Security Checks
    NASL idFREEBSD_PKG_F29FEA8FB19F11DDA55E00163E000016.NASL
    descriptionThe Mozilla Foundation reports : MFSA 2008-58 Parsing error in E4X default namespace MFSA 2008-57 -moz-binding property bypasses security checks on codebase principals MFSA 2008-56 nsXMLHttpRequest::NotifyEventListeners() same-origin violation MFSA 2008-55 Crash and remote code execution in nsFrameManager MFSA 2008-54 Buffer overflow in http-index-format parser MFSA 2008-53 XSS and JavaScript privilege escalation via session restore MFSA 2008-52 Crashes with evidence of memory corruption (rv:1.9.0.4/1.8.1.18) MFSA 2008-51 file: URIs inherit chrome privileges when opened from chrome MFSA 2008-50 Crash and remote code execution via __proto__ tampering MFSA 2008-49 Arbitrary code execution via Flash Player dynamic module unloading MFSA 2008-48 Image stealing via canvas and HTTP redirect MFSA 2008-47 Information stealing via local shortcut files MFSA 2008-46 Heap overflow when canceling newsgroup message MFSA 2008-44 resource: traversal vulnerabilities MFSA 2008-43 BOM characters stripped from JavaScript before execution MFSA 2008-42 Crashes with evidence of memory corruption (rv:1.9.0.2/1.8.1.17) MFSA 2008-41 Privilege escalation via XPCnativeWrapper pollution MFSA 2008-38 nsXMLDocument::OnChannelRedirect() same-origin violation MFSA 2008-37 UTF-8 URL stack-based buffer overflow
    last seen2020-06-01
    modified2020-06-02
    plugin id34771
    published2008-11-14
    reporterThis script is Copyright (C) 2008-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/34771
    titleFreeBSD : mozilla -- multiple vulnerabilities (f29fea8f-b19f-11dd-a55e-00163e000016)
    code
    #%NASL_MIN_LEVEL 80502
    #
    # (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(34771);
      script_version("1.20");
      script_cvs_date("Date: 2019/08/02 13:32:39");
    
      script_cve_id("CVE-2008-0017", "CVE-2008-4582", "CVE-2008-5012", "CVE-2008-5013", "CVE-2008-5014", "CVE-2008-5015", "CVE-2008-5016", "CVE-2008-5017", "CVE-2008-5018", "CVE-2008-5019", "CVE-2008-5021", "CVE-2008-5022", "CVE-2008-5023", "CVE-2008-5024");
    
      script_name(english:"FreeBSD : mozilla -- multiple vulnerabilities (f29fea8f-b19f-11dd-a55e-00163e000016)");
      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 Foundation reports :
    
    MFSA 2008-58 Parsing error in E4X default namespace
    
    MFSA 2008-57 -moz-binding property bypasses security checks on
    codebase principals
    
    MFSA 2008-56 nsXMLHttpRequest::NotifyEventListeners() same-origin
    violation
    
    MFSA 2008-55 Crash and remote code execution in nsFrameManager
    
    MFSA 2008-54 Buffer overflow in http-index-format parser
    
    MFSA 2008-53 XSS and JavaScript privilege escalation via session
    restore
    
    MFSA 2008-52 Crashes with evidence of memory corruption
    (rv:1.9.0.4/1.8.1.18)
    
    MFSA 2008-51 file: URIs inherit chrome privileges when opened from
    chrome
    
    MFSA 2008-50 Crash and remote code execution via __proto__ tampering
    
    MFSA 2008-49 Arbitrary code execution via Flash Player dynamic module
    unloading
    
    MFSA 2008-48 Image stealing via canvas and HTTP redirect
    
    MFSA 2008-47 Information stealing via local shortcut files
    
    MFSA 2008-46 Heap overflow when canceling newsgroup message
    
    MFSA 2008-44 resource: traversal vulnerabilities
    
    MFSA 2008-43 BOM characters stripped from JavaScript before execution
    
    MFSA 2008-42 Crashes with evidence of memory corruption
    (rv:1.9.0.2/1.8.1.17)
    
    MFSA 2008-41 Privilege escalation via XPCnativeWrapper pollution
    
    MFSA 2008-38 nsXMLDocument::OnChannelRedirect() same-origin violation
    
    MFSA 2008-37 UTF-8 URL stack-based buffer overflow"
      );
      # http://www.mozilla.org/security/announce/2008/mfsa2008-47.html
      script_set_attribute(
        attribute:"see_also",
        value:"https://www.mozilla.org/en-US/security/advisories/mfsa2008-47/"
      );
      # http://www.mozilla.org/security/announce/2008/mfsa2008-48.html
      script_set_attribute(
        attribute:"see_also",
        value:"https://www.mozilla.org/en-US/security/advisories/mfsa2008-48/"
      );
      # http://www.mozilla.org/security/announce/2008/mfsa2008-49.html
      script_set_attribute(
        attribute:"see_also",
        value:"https://www.mozilla.org/en-US/security/advisories/mfsa2008-49/"
      );
      # http://www.mozilla.org/security/announce/2008/mfsa2008-50.html
      script_set_attribute(
        attribute:"see_also",
        value:"https://www.mozilla.org/en-US/security/advisories/mfsa2008-50/"
      );
      # http://www.mozilla.org/security/announce/2008/mfsa2008-51.html
      script_set_attribute(
        attribute:"see_also",
        value:"https://www.mozilla.org/en-US/security/advisories/mfsa2008-51/"
      );
      # http://www.mozilla.org/security/announce/2008/mfsa2008-52.html
      script_set_attribute(
        attribute:"see_also",
        value:"https://www.mozilla.org/en-US/security/advisories/mfsa2008-52/"
      );
      # http://www.mozilla.org/security/announce/2008/mfsa2008-53.html
      script_set_attribute(
        attribute:"see_also",
        value:"https://www.mozilla.org/en-US/security/advisories/mfsa2008-53/"
      );
      # http://www.mozilla.org/security/announce/2008/mfsa2008-54.html
      script_set_attribute(
        attribute:"see_also",
        value:"https://www.mozilla.org/en-US/security/advisories/mfsa2008-54/"
      );
      # http://www.mozilla.org/security/announce/2008/mfsa2008-55.html
      script_set_attribute(
        attribute:"see_also",
        value:"https://www.mozilla.org/en-US/security/advisories/mfsa2008-55/"
      );
      # http://www.mozilla.org/security/announce/2008/mfsa2008-56.html
      script_set_attribute(
        attribute:"see_also",
        value:"https://www.mozilla.org/en-US/security/advisories/mfsa2008-56/"
      );
      # http://www.mozilla.org/security/announce/2008/mfsa2008-57.html
      script_set_attribute(
        attribute:"see_also",
        value:"https://www.mozilla.org/en-US/security/advisories/mfsa2008-57/"
      );
      # http://www.mozilla.org/security/announce/2008/mfsa2008-58.html
      script_set_attribute(
        attribute:"see_also",
        value:"https://www.mozilla.org/en-US/security/advisories/mfsa2008-58/"
      );
      # https://vuxml.freebsd.org/freebsd/f29fea8f-b19f-11dd-a55e-00163e000016.html
      script_set_attribute(
        attribute:"see_also",
        value:"http://www.nessus.org/u?1fc3fd5f"
      );
      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_cwe_id(20, 79, 94, 119, 189, 200, 264, 287, 399);
    
      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:"2008/11/13");
      script_set_attribute(attribute:"patch_publication_date", value:"2008/11/13");
      script_set_attribute(attribute:"plugin_publication_date", value:"2008/11/14");
      script_end_attributes();
    
      script_category(ACT_GATHER_INFO);
      script_copyright(english:"This script is Copyright (C) 2008-2019 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<2.0.0.18,1")) flag++;
    if (pkg_test(save_report:TRUE, pkg:"firefox>3.*,1<3.0.4,1")) flag++;
    if (pkg_test(save_report:TRUE, pkg:"linux-firefox<2.0.0.18")) flag++;
    if (pkg_test(save_report:TRUE, pkg:"seamonkey<1.1.13")) flag++;
    if (pkg_test(save_report:TRUE, pkg:"linux-seamonkey<1.1.13")) flag++;
    if (pkg_test(save_report:TRUE, pkg:"thunderbird<2.0.0.18")) flag++;
    if (pkg_test(save_report:TRUE, pkg:"linux-thunderbird<2.0.0.18")) 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 familyDebian Local Security Checks
    NASL idDEBIAN_DSA-1671.NASL
    descriptionSeveral remote vulnerabilities have been discovered in the Iceweasel webbrowser, an unbranded version of the Firefox browser. The Common Vulnerabilities and Exposures project identifies the following problems : - CVE-2008-0017 Justin Schuh discovered that a buffer overflow in the http-index-format parser could lead to arbitrary code execution. - CVE-2008-4582 Liu Die Yu discovered an information leak through local shortcut files. - CVE-2008-5012 Georgi Guninski, Michal Zalewski and Chris Evan discovered that the canvas element could be used to bypass same-origin restrictions. - CVE-2008-5013 It was discovered that insufficient checks in the Flash plugin glue code could lead to arbitrary code execution. - CVE-2008-5014 Jesse Ruderman discovered that a programming error in the window.__proto__.__proto__ object could lead to arbitrary code execution. - CVE-2008-5017 It was discovered that crashes in the layout engine could lead to arbitrary code execution. - CVE-2008-5018 It was discovered that crashes in the JavaScript engine could lead to arbitrary code execution. - CVE-2008-5021 It was discovered that a crash in the nsFrameManager might lead to the execution of arbitrary code. - CVE-2008-5022
    last seen2020-06-01
    modified2020-06-02
    plugin id34950
    published2008-11-25
    reporterThis script is Copyright (C) 2008-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/34950
    titleDebian DSA-1671-1 : iceweasel - several vulnerabilities
    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-1671. The text 
    # itself is copyright (C) Software in the Public Interest, Inc.
    #
    
    include("compat.inc");
    
    if (description)
    {
      script_id(34950);
      script_version("1.14");
      script_cvs_date("Date: 2019/08/02 13:32:21");
    
      script_cve_id("CVE-2008-0017", "CVE-2008-4582", "CVE-2008-5012", "CVE-2008-5013", "CVE-2008-5014", "CVE-2008-5017", "CVE-2008-5018", "CVE-2008-5021", "CVE-2008-5022", "CVE-2008-5023", "CVE-2008-5024");
      script_xref(name:"DSA", value:"1671");
    
      script_name(english:"Debian DSA-1671-1 : iceweasel - several vulnerabilities");
      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 remote vulnerabilities have been discovered in the Iceweasel
    webbrowser, an unbranded version of the Firefox browser. The Common
    Vulnerabilities and Exposures project identifies the following
    problems :
    
      - CVE-2008-0017
        Justin Schuh discovered that a buffer overflow in the
        http-index-format parser could lead to arbitrary code
        execution.
    
      - CVE-2008-4582
        Liu Die Yu discovered an information leak through local
        shortcut files.
    
      - CVE-2008-5012
        Georgi Guninski, Michal Zalewski and Chris Evan
        discovered that the canvas element could be used to
        bypass same-origin restrictions.
    
      - CVE-2008-5013
        It was discovered that insufficient checks in the Flash
        plugin glue code could lead to arbitrary code execution.
    
      - CVE-2008-5014
        Jesse Ruderman discovered that a programming error in
        the window.__proto__.__proto__ object could lead to
        arbitrary code execution.
    
      - CVE-2008-5017
        It was discovered that crashes in the layout engine
        could lead to arbitrary code execution.
    
      - CVE-2008-5018
        It was discovered that crashes in the JavaScript engine
        could lead to arbitrary code execution.
    
      - CVE-2008-5021
        It was discovered that a crash in the nsFrameManager
        might lead to the execution of arbitrary code.
    
      - CVE-2008-5022
        'moz_bug_r_a4' discovered that the same-origin check in
        nsXMLHttpRequest::NotifyEventListeners() could be
        bypassed.
    
      - CVE-2008-5023
        Collin Jackson discovered that the -moz-binding property
        bypasses security checks on codebase principals.
    
      - CVE-2008-5024
        Chris Evans discovered that quote characters were
        improperly escaped in the default namespace of E4X
        documents."
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://security-tracker.debian.org/tracker/CVE-2008-0017"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://security-tracker.debian.org/tracker/CVE-2008-4582"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://security-tracker.debian.org/tracker/CVE-2008-5012"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://security-tracker.debian.org/tracker/CVE-2008-5013"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://security-tracker.debian.org/tracker/CVE-2008-5014"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://security-tracker.debian.org/tracker/CVE-2008-5017"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://security-tracker.debian.org/tracker/CVE-2008-5018"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://security-tracker.debian.org/tracker/CVE-2008-5021"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://security-tracker.debian.org/tracker/CVE-2008-5022"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://security-tracker.debian.org/tracker/CVE-2008-5023"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://security-tracker.debian.org/tracker/CVE-2008-5024"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://www.debian.org/security/2008/dsa-1671"
      );
      script_set_attribute(
        attribute:"solution", 
        value:
    "Upgrade the iceweasel package.
    
    For the stable distribution (etch), these problems have been fixed in
    version 2.0.0.18-0etch1.
    
    For the upcoming stable distribution (lenny) and the unstable
    distribution (sid), these problems have been fixed in version 3.0.4-1
    of iceweasel and version 1.9.0.4-1 of xulrunner. Packages for arm and
    mips will be provided soon."
      );
      script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:C/I:C/A:C");
      script_cwe_id(20, 94, 119, 189, 200, 264, 287, 399);
    
      script_set_attribute(attribute:"plugin_type", value:"local");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:debian:debian_linux:iceweasel");
      script_set_attribute(attribute:"cpe", value:"cpe:/o:debian:debian_linux:4.0");
    
      script_set_attribute(attribute:"patch_publication_date", value:"2008/11/24");
      script_set_attribute(attribute:"plugin_publication_date", value:"2008/11/25");
      script_end_attributes();
    
      script_category(ACT_GATHER_INFO);
      script_copyright(english:"This script is Copyright (C) 2008-2019 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:"4.0", prefix:"firefox", reference:"2.0.0.18-0etch1")) flag++;
    if (deb_check(release:"4.0", prefix:"firefox-dom-inspector", reference:"2.0.0.18-0etch1")) flag++;
    if (deb_check(release:"4.0", prefix:"firefox-gnome-support", reference:"2.0.0.18-0etch1")) flag++;
    if (deb_check(release:"4.0", prefix:"iceweasel", reference:"2.0.0.18-0etch1")) flag++;
    if (deb_check(release:"4.0", prefix:"iceweasel-dbg", reference:"2.0.0.18-0etch1")) flag++;
    if (deb_check(release:"4.0", prefix:"iceweasel-dom-inspector", reference:"2.0.0.18-0etch1")) flag++;
    if (deb_check(release:"4.0", prefix:"iceweasel-gnome-support", reference:"2.0.0.18-0etch1")) flag++;
    if (deb_check(release:"4.0", prefix:"mozilla-firefox", reference:"2.0.0.18-0etch1")) flag++;
    if (deb_check(release:"4.0", prefix:"mozilla-firefox-dom-inspector", reference:"2.0.0.18-0etch1")) flag++;
    if (deb_check(release:"4.0", prefix:"mozilla-firefox-gnome-support", reference:"2.0.0.18-0etch1")) 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 familyDebian Local Security Checks
    NASL idDEBIAN_DSA-1696.NASL
    descriptionSeveral remote vulnerabilities have been discovered in the Icedove mail client, an unbranded version of the Thunderbird mail client. The Common Vulnerabilities and Exposures project identifies the following problems : - CVE-2008-0016 Justin Schuh, Tom Cross and Peter Williams discovered a buffer overflow in the parser for UTF-8 URLs, which may lead to the execution of arbitrary code. (MFSA 2008-37) - CVE-2008-1380 It was discovered that crashes in the JavaScript engine could potentially lead to the execution of arbitrary code. (MFSA 2008-20) - CVE-2008-3835
    last seen2020-06-01
    modified2020-06-02
    plugin id35313
    published2009-01-08
    reporterThis script is Copyright (C) 2009-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/35313
    titleDebian DSA-1696-1 : icedove - several vulnerabilities
    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-1696. The text 
    # itself is copyright (C) Software in the Public Interest, Inc.
    #
    
    include("compat.inc");
    
    if (description)
    {
      script_id(35313);
      script_version("1.26");
      script_cvs_date("Date: 2019/08/02 13:32:21");
    
      script_cve_id("CVE-2008-0016", "CVE-2008-1380", "CVE-2008-3835", "CVE-2008-4058", "CVE-2008-4059", "CVE-2008-4060", "CVE-2008-4061", "CVE-2008-4062", "CVE-2008-4065", "CVE-2008-4067", "CVE-2008-4068", "CVE-2008-4070", "CVE-2008-4582", "CVE-2008-5012", "CVE-2008-5014", "CVE-2008-5017", "CVE-2008-5018", "CVE-2008-5021", "CVE-2008-5022", "CVE-2008-5024", "CVE-2008-5500", "CVE-2008-5503", "CVE-2008-5506", "CVE-2008-5507", "CVE-2008-5508", "CVE-2008-5511", "CVE-2008-5512");
      script_bugtraq_id(28818, 31346, 31397, 31411, 32281, 32882);
      script_xref(name:"DSA", value:"1696");
    
      script_name(english:"Debian DSA-1696-1 : icedove - several vulnerabilities");
      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 remote vulnerabilities have been discovered in the Icedove
    mail client, an unbranded version of the Thunderbird mail client. The
    Common Vulnerabilities and Exposures project identifies the following
    problems :
    
      - CVE-2008-0016
        Justin Schuh, Tom Cross and Peter Williams discovered a
        buffer overflow in the parser for UTF-8 URLs, which may
        lead to the execution of arbitrary code. (MFSA 2008-37)
    
      - CVE-2008-1380
        It was discovered that crashes in the JavaScript engine
        could potentially lead to the execution of arbitrary
        code. (MFSA 2008-20)
    
      - CVE-2008-3835
        'moz_bug_r_a4' discovered that the same-origin check in
        nsXMLDocument::OnChannelRedirect() could be bypassed.
        (MFSA 2008-38)
    
      - CVE-2008-4058
        'moz_bug_r_a4' discovered a vulnerability which can
        result in Chrome privilege escalation through
        XPCNativeWrappers. (MFSA 2008-41)
    
      - CVE-2008-4059
        'moz_bug_r_a4' discovered a vulnerability which can
        result in Chrome privilege escalation through
        XPCNativeWrappers. (MFSA 2008-41)
    
      - CVE-2008-4060
        Olli Pettay and 'moz_bug_r_a4' discovered a Chrome
        privilege escalation vulnerability in XSLT handling.
        (MFSA 2008-41)
    
      - CVE-2008-4061
        Jesse Ruderman discovered a crash in the layout engine,
        which might allow the execution of arbitrary code. (MFSA
        2008-42)
    
      - CVE-2008-4062
        Igor Bukanov, Philip Taylor, Georgi Guninski and Antoine
        Labour discovered crashes in the JavaScript engine,
        which might allow the execution of arbitrary code. (MFSA
        2008-42)
    
      - CVE-2008-4065
        Dave Reed discovered that some Unicode byte order marks
        are stripped from JavaScript code before execution,
        which can result in code being executed, which were
        otherwise part of a quoted string. (MFSA 2008-43)
    
      - CVE-2008-4067
        It was discovered that a directory traversal allows
        attackers to read arbitrary files via a certain
        character. (MFSA 2008-44)
    
      - CVE-2008-4068
        It was discovered that a directory traversal allows
        attackers to bypass security restrictions and obtain
        sensitive information. (MFSA 2008-44)
    
      - CVE-2008-4070
        It was discovered that a buffer overflow could be
        triggered via a long header in a news article, which
        could lead to arbitrary code execution. (MFSA 2008-46)
    
      - CVE-2008-4582
        Liu Die Yu and Boris Zbarsky discovered an information
        leak through local shortcut files. (MFSA 2008-47, MFSA
        2008-59)
    
      - CVE-2008-5012
        Georgi Guninski, Michal Zalewski and Chris Evan
        discovered that the canvas element could be used to
        bypass same-origin restrictions. (MFSA 2008-48)
    
      - CVE-2008-5014
        Jesse Ruderman discovered that a programming error in
        the window.__proto__.__proto__ object could lead to
        arbitrary code execution. (MFSA 2008-50)
    
      - CVE-2008-5017
        It was discovered that crashes in the layout engine
        could lead to arbitrary code execution. (MFSA 2008-52)
    
      - CVE-2008-5018
        It was discovered that crashes in the JavaScript engine
        could lead to arbitrary code execution. (MFSA 2008-52)
    
      - CVE-2008-5021
        It was discovered that a crash in the nsFrameManager
        might lead to the execution of arbitrary code. (MFSA
        2008-55)
    
      - CVE-2008-5022
        'moz_bug_r_a4' discovered that the same-origin check in
        nsXMLHttpRequest::NotifyEventListeners() could be
        bypassed. (MFSA 2008-56)
    
      - CVE-2008-5024
        Chris Evans discovered that quote characters were
        improperly escaped in the default namespace of E4X
        documents. (MFSA 2008-58)
    
      - CVE-2008-5500
        Jesse Ruderman discovered that the layout engine is
        vulnerable to DoS attacks that might trigger memory
        corruption and an integer overflow. (MFSA 2008-60)
    
      - CVE-2008-5503
        Boris Zbarsky discovered that an information disclosure
        attack could be performed via XBL bindings. (MFSA
        2008-61)
    
      - CVE-2008-5506
        Marius Schilder discovered that it is possible to obtain
        sensible data via a XMLHttpRequest. (MFSA 2008-64)
    
      - CVE-2008-5507
        Chris Evans discovered that it is possible to obtain
        sensible data via a JavaScript URL. (MFSA 2008-65)
    
      - CVE-2008-5508
        Chip Salzenberg discovered possible phishing attacks via
        URLs with leading whitespaces or control characters.
        (MFSA 2008-66)
    
      - CVE-2008-5511
        It was discovered that it is possible to perform
        cross-site scripting attacks via an XBL binding to an
        'unloaded document.' (MFSA 2008-68)
    
      - CVE-2008-5512
        It was discovered that it is possible to run arbitrary
        JavaScript with chrome privileges via unknown vectors.
        (MFSA 2008-68)"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://security-tracker.debian.org/tracker/CVE-2008-0016"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://security-tracker.debian.org/tracker/CVE-2008-1380"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://security-tracker.debian.org/tracker/CVE-2008-3835"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://security-tracker.debian.org/tracker/CVE-2008-4058"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://security-tracker.debian.org/tracker/CVE-2008-4059"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://security-tracker.debian.org/tracker/CVE-2008-4060"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://security-tracker.debian.org/tracker/CVE-2008-4061"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://security-tracker.debian.org/tracker/CVE-2008-4062"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://security-tracker.debian.org/tracker/CVE-2008-4065"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://security-tracker.debian.org/tracker/CVE-2008-4067"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://security-tracker.debian.org/tracker/CVE-2008-4068"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://security-tracker.debian.org/tracker/CVE-2008-4070"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://security-tracker.debian.org/tracker/CVE-2008-4582"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://security-tracker.debian.org/tracker/CVE-2008-5012"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://security-tracker.debian.org/tracker/CVE-2008-5014"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://security-tracker.debian.org/tracker/CVE-2008-5017"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://security-tracker.debian.org/tracker/CVE-2008-5018"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://security-tracker.debian.org/tracker/CVE-2008-5021"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://security-tracker.debian.org/tracker/CVE-2008-5022"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://security-tracker.debian.org/tracker/CVE-2008-5024"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://security-tracker.debian.org/tracker/CVE-2008-5500"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://security-tracker.debian.org/tracker/CVE-2008-5503"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://security-tracker.debian.org/tracker/CVE-2008-5506"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://security-tracker.debian.org/tracker/CVE-2008-5507"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://security-tracker.debian.org/tracker/CVE-2008-5508"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://security-tracker.debian.org/tracker/CVE-2008-5511"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://security-tracker.debian.org/tracker/CVE-2008-5512"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://www.debian.org/security/2009/dsa-1696"
      );
      script_set_attribute(
        attribute:"solution", 
        value:
    "Upgrade the icedove packages.
    
    For the stable distribution (etch) these problems have been fixed in
    version 1.5.0.13+1.5.0.15b.dfsg1+prepatch080614i-0etch1. Packages for
    s390 will be provided later.
    
    For the upcoming stable distribution (lenny) these problems will be
    fixed soon.
    
    For the unstable (sid) distribution these problems have been fixed in
    version 2.0.0.19-1."
      );
      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:F/RL:OF/RC:C");
      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:"exploit_framework_canvas", value:"true");
      script_set_attribute(attribute:"canvas_package", value:'CANVAS');
      script_cwe_id(20, 22, 79, 94, 119, 189, 200, 264, 287, 399);
    
      script_set_attribute(attribute:"plugin_type", value:"local");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:debian:debian_linux:icedove");
      script_set_attribute(attribute:"cpe", value:"cpe:/o:debian:debian_linux:4.0");
    
      script_set_attribute(attribute:"vuln_publication_date", value:"2008/04/17");
      script_set_attribute(attribute:"patch_publication_date", value:"2009/01/07");
      script_set_attribute(attribute:"plugin_publication_date", value:"2009/01/08");
      script_set_attribute(attribute:"generated_plugin", value:"current");
      script_end_attributes();
    
      script_category(ACT_GATHER_INFO);
      script_copyright(english:"This script is Copyright (C) 2009-2019 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:"4.0", prefix:"icedove", reference:"1.5.0.13+1.5.0.15b.dfsg1+prepatch080614i-0etch1")) flag++;
    if (deb_check(release:"4.0", prefix:"icedove-dbg", reference:"1.5.0.13+1.5.0.15b.dfsg1+prepatch080614i-0etch1")) flag++;
    if (deb_check(release:"4.0", prefix:"icedove-dev", reference:"1.5.0.13+1.5.0.15b.dfsg1+prepatch080614i-0etch1")) flag++;
    if (deb_check(release:"4.0", prefix:"icedove-gnome-support", reference:"1.5.0.13+1.5.0.15b.dfsg1+prepatch080614i-0etch1")) flag++;
    if (deb_check(release:"4.0", prefix:"icedove-inspector", reference:"1.5.0.13+1.5.0.15b.dfsg1+prepatch080614i-0etch1")) flag++;
    if (deb_check(release:"4.0", prefix:"icedove-typeaheadfind", reference:"1.5.0.13+1.5.0.15b.dfsg1+prepatch080614i-0etch1")) flag++;
    if (deb_check(release:"4.0", prefix:"mozilla-thunderbird", reference:"1.5.0.13+1.5.0.15b.dfsg1+prepatch080614i-0etch1")) flag++;
    if (deb_check(release:"4.0", prefix:"mozilla-thunderbird-dev", reference:"1.5.0.13+1.5.0.15b.dfsg1+prepatch080614i-0etch1")) flag++;
    if (deb_check(release:"4.0", prefix:"mozilla-thunderbird-inspector", reference:"1.5.0.13+1.5.0.15b.dfsg1+prepatch080614i-0etch1")) flag++;
    if (deb_check(release:"4.0", prefix:"mozilla-thunderbird-typeaheadfind", reference:"1.5.0.13+1.5.0.15b.dfsg1+prepatch080614i-0etch1")) flag++;
    if (deb_check(release:"4.0", prefix:"thunderbird", reference:"1.5.0.13+1.5.0.15b.dfsg1+prepatch080614i-0etch1")) flag++;
    if (deb_check(release:"4.0", prefix:"thunderbird-dbg", reference:"1.5.0.13+1.5.0.15b.dfsg1+prepatch080614i-0etch1")) flag++;
    if (deb_check(release:"4.0", prefix:"thunderbird-dev", reference:"1.5.0.13+1.5.0.15b.dfsg1+prepatch080614i-0etch1")) flag++;
    if (deb_check(release:"4.0", prefix:"thunderbird-gnome-support", reference:"1.5.0.13+1.5.0.15b.dfsg1+prepatch080614i-0etch1")) flag++;
    if (deb_check(release:"4.0", prefix:"thunderbird-inspector", reference:"1.5.0.13+1.5.0.15b.dfsg1+prepatch080614i-0etch1")) flag++;
    if (deb_check(release:"4.0", prefix:"thunderbird-typeaheadfind", reference:"1.5.0.13+1.5.0.15b.dfsg1+prepatch080614i-0etch1")) 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 idMOZILLA_FIREFOX_304.NASL
    descriptionThe installed version of Firefox 3.0 is earlier than 3.0.4. Such versions are potentially affected by the following security issues : - Locally saved
    last seen2020-06-01
    modified2020-06-02
    plugin id34767
    published2008-11-13
    reporterThis script is Copyright (C) 2008-2018 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/34767
    titleFirefox 3.0.x < 3.0.4 Multiple Vulnerabilities
    code
    #
    # (C) Tenable Network Security, Inc.
    #
    
    
    include("compat.inc");
    
    if (description)
    {
      script_id(34767);
      script_version("1.18");
    
      script_cve_id(
        "CVE-2008-0017", 
        "CVE-2008-4582", 
        "CVE-2008-5015", 
        "CVE-2008-5016", 
        "CVE-2008-5017",
        "CVE-2008-5018", 
        "CVE-2008-5019", 
        "CVE-2008-5021", 
        "CVE-2008-5022", 
        "CVE-2008-5023",
        "CVE-2008-5024"
      );
      script_bugtraq_id(31747, 32281);
      script_xref(name:"Secunia", value:"32713");
    
      script_name(english:"Firefox 3.0.x < 3.0.4 Multiple Vulnerabilities");
      script_summary(english:"Checks version of Firefox");
    
     script_set_attribute(attribute:"synopsis", value:
    "The remote Windows host contains a web browser that is affected by
    multiple vulnerabilities." );
     script_set_attribute(attribute:"description", value:
    "The installed version of Firefox 3.0 is earlier than 3.0.4.  Such
    versions are potentially affected by the following security issues :
    
      - Locally saved '.url' shortcut files can be used to read
        information stored in the local cache. (MFSA 2008-47)
    
      - 'file:' URIs are given chrome privileges when opened in
        the same tab as a chrome page or privileged 'about:' 
        page, which could allow an attacker to run arbitrary 
        JavaScript with chrome privileges. (MFSA 2008-51)
    
      - There are several stability bugs in the browser engine
        that could lead to crashes with evidence of memory 
        corruption. (MFSA 2008-52)
    
      - The browser's session restore feature can be used to 
        violate the same-origin policy and run JavaScript in 
        the context of another site. (MFSA 2008-53)
    
      - There is a buffer overflow that can be triggered by 
        sending a specially crafted 200 header line in the HTTP
        index response. (MFSA 2008-54)
    
      - Crashes and remote code execution in nsFrameManager are
        possible by modifying certain properties of a file 
        input element before it has finished initializing.
        (MFSA 2008-55)
    
      - The same-origin check in 
        'nsXMLHttpRequest::NotifyEventListeners()' can be 
        bypassed. (MFSA 2008-56)
    
      - The '-moz-binding' CSS property can be used to bypass
        security checks which validate codebase principals.
        (MFSA 2008-57)
    
      - There is an error in the method used to parse the 
        default namespace in an E4X document caused by quote 
        characters in the namespace not being properly escaped.
        (MFSA 2008-58)" );
     script_set_attribute(attribute:"see_also", value:"https://www.mozilla.org/en-US/security/advisories/mfsa2008-47/" );
     script_set_attribute(attribute:"see_also", value:"https://www.mozilla.org/en-US/security/advisories/mfsa2008-51/" );
     script_set_attribute(attribute:"see_also", value:"https://www.mozilla.org/en-US/security/advisories/mfsa2008-52/" );
     script_set_attribute(attribute:"see_also", value:"https://www.mozilla.org/en-US/security/advisories/mfsa2008-53/" );
     script_set_attribute(attribute:"see_also", value:"https://www.mozilla.org/en-US/security/advisories/mfsa2008-54/" );
     script_set_attribute(attribute:"see_also", value:"https://www.mozilla.org/en-US/security/advisories/mfsa2008-55/" );
     script_set_attribute(attribute:"see_also", value:"https://www.mozilla.org/en-US/security/advisories/mfsa2008-56/" );
     script_set_attribute(attribute:"see_also", value:"https://www.mozilla.org/en-US/security/advisories/mfsa2008-57/" );
     script_set_attribute(attribute:"see_also", value:"https://www.mozilla.org/en-US/security/advisories/mfsa2008-58/" );
     script_set_attribute(attribute:"solution", value:
    "Upgrade to Firefox 3.0.4 or later." );
     script_set_cvss_base_vector("CVSS2#AV:N/AC:M/Au:N/C:C/I:C/A:C");
     script_set_cvss_temporal_vector("CVSS2#E:POC/RL:OF/RC:C");
     script_set_attribute(attribute:"exploitability_ease", value:"Exploits are available");
     script_set_attribute(attribute:"exploit_available", value:"true");
     script_cwe_id(20, 79, 94, 119, 189, 264, 287, 399);
    
     script_set_attribute(attribute:"plugin_publication_date", value: "2008/11/13");
     script_set_attribute(attribute:"patch_publication_date", value: "2008/11/12");
     script_cvs_date("Date: 2018/07/16 14:09:14");
    script_set_attribute(attribute:"plugin_type", value:"local");
    script_set_attribute(attribute:"cpe", value:"cpe:/a:mozilla:firefox");
    script_end_attributes();
    
      script_category(ACT_GATHER_INFO);
      script_family(english:"Windows");
      script_copyright(english:"This script is Copyright (C) 2008-2018 Tenable Network Security, Inc.");
      script_dependencies("mozilla_org_installed.nasl");
      script_require_keys("Mozilla/Firefox/Version");
      exit(0);
    }
    
    
    include("mozilla_version.inc");
    port = get_kb_item_or_exit("SMB/transport"); 
    
    installs = get_kb_list("SMB/Mozilla/Firefox/*");
    if (isnull(installs)) audit(AUDIT_NOT_INST, "Firefox");
    
    mozilla_check_version(installs:installs, product:'firefox', esr:FALSE, fix:'3.0.4', min:'3.0', severity:SECURITY_HOLE);
  • NASL familyDebian Local Security Checks
    NASL idDEBIAN_DSA-1697.NASL
    descriptionSeveral remote vulnerabilities have been discovered in Iceape an unbranded version of the SeaMonkey internet suite. The Common Vulnerabilities and Exposures project identifies the following problems : - CVE-2008-0016 Justin Schuh, Tom Cross and Peter Williams discovered a buffer overflow in the parser for UTF-8 URLs, which may lead to the execution of arbitrary code. (MFSA 2008-37) - CVE-2008-0304 It was discovered that a buffer overflow in MIME decoding can lead to the execution of arbitrary code. (MFSA 2008-26) - CVE-2008-2785 It was discovered that missing boundary checks on a reference counter for CSS objects can lead to the execution of arbitrary code. (MFSA 2008-34) - CVE-2008-2798 Devon Hubbard, Jesse Ruderman and Martijn Wargers discovered crashes in the layout engine, which might allow the execution of arbitrary code. (MFSA 2008-21) - CVE-2008-2799 Igor Bukanov, Jesse Ruderman and Gary Kwong discovered crashes in the JavaScript engine, which might allow the execution of arbitrary code. (MFSA 2008-21) - CVE-2008-2800
    last seen2020-06-01
    modified2020-06-02
    plugin id35314
    published2009-01-08
    reporterThis script is Copyright (C) 2009-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/35314
    titleDebian DSA-1697-1 : iceape - several vulnerabilities
  • NASL familyWindows
    NASL idMOZILLA_FIREFOX_20018.NASL
    descriptionThe installed version of Firefox is earlier than 2.0.0.18. Such versions are potentially affected by the following security issues : - Locally saved
    last seen2020-06-01
    modified2020-06-02
    plugin id34766
    published2008-11-13
    reporterThis script is Copyright (C) 2008-2018 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/34766
    titleFirefox < 2.0.0.18 Multiple Vulnerabilities
  • NASL familyFedora Local Security Checks
    NASL idFEDORA_2008-9669.NASL
    descriptionUpdated firefox and xulrunner packages that fix various security issues are now available for Fedora Core 9. This update has been rated as having critical security impact by the Fedora Security Response Team. Mozilla Firefox is an open source Web browser. Several flaws were found in the processing of malformed web content. A web page containing malicious content could cause Firefox to crash or, potentially, execute arbitrary code as the user running Firefox. (CVE-2008-0017, CVE-2008-5014, CVE-2008-5016, CVE-2008-5017, CVE-2008-5018, CVE-2008-5019, CVE-2008-5021) Several flaws were found in the way malformed content was processed. A website containing specially crafted content could potentially trick a Firefox user into surrendering sensitive information. (CVE-2008-5022, CVE-2008-5023, CVE-2008-5024) A flaw was found in the way Firefox opened
    last seen2020-06-01
    modified2020-06-02
    plugin id34778
    published2008-11-16
    reporterThis script is Copyright (C) 2008-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/34778
    titleFedora 9 : Miro-1.2.7-2.fc9 / cairo-dock-1.6.3.1-1.fc9.1 / chmsee-1.0.1-6.fc9 / devhelp-0.19.1-6.fc9 / etc (2008-9669)
  • NASL familyGentoo Local Security Checks
    NASL idGENTOO_GLSA-201301-01.NASL
    descriptionThe remote host is affected by the vulnerability described in GLSA-201301-01 (Mozilla Products: Multiple vulnerabilities) Multiple vulnerabilities have been discovered in Mozilla Firefox, Thunderbird, SeaMonkey, NSS, GNU IceCat, and XULRunner. Please review the CVE identifiers referenced below for details. Impact : A remote attacker could entice a user to view a specially crafted web page or email, possibly resulting in execution of arbitrary code or a Denial of Service condition. Furthermore, a remote attacker may be able to perform Man-in-the-Middle attacks, obtain sensitive information, bypass restrictions and protection mechanisms, force file downloads, conduct XML injection attacks, conduct XSS attacks, bypass the Same Origin Policy, spoof URL&rsquo;s for phishing attacks, trigger a vertical scroll, spoof the location bar, spoof an SSL indicator, modify the browser&rsquo;s font, conduct clickjacking attacks, or have other unspecified impact. A local attacker could gain escalated privileges, obtain sensitive information, or replace an arbitrary downloaded file. Workaround : There is no known workaround at this time.
    last seen2020-06-01
    modified2020-06-02
    plugin id63402
    published2013-01-08
    reporterThis script is Copyright (C) 2013-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/63402
    titleGLSA-201301-01 : Mozilla Products: Multiple vulnerabilities (BEAST)
  • NASL familyDebian Local Security Checks
    NASL idDEBIAN_DSA-1669.NASL
    descriptionSeveral remote vulnerabilities have been discovered in Xulrunner, a runtime environment for XUL applications. The Common Vulnerabilities and Exposures project identifies the following problems : - CVE-2008-0016 Justin Schuh, Tom Cross and Peter Williams discovered a buffer overflow in the parser for UTF-8 URLs, which may lead to the execution of arbitrary code. - CVE-2008-3835
    last seen2020-06-01
    modified2020-06-02
    plugin id34938
    published2008-11-24
    reporterThis script is Copyright (C) 2008-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/34938
    titleDebian DSA-1669-1 : xulrunner - several vulnerabilities
  • NASL familyUbuntu Local Security Checks
    NASL idUBUNTU_USN-667-1.NASL
    descriptionLiu Die Yu discovered an information disclosure vulnerability in Firefox when using saved .url shortcut files. If a user were tricked into downloading a crafted .url file and a crafted HTML file, an attacker could steal information from the user
    last seen2020-06-01
    modified2020-06-02
    plugin id36711
    published2009-04-23
    reporterUbuntu Security Notice (C) 2008-2019 Canonical, Inc. / NASL script (C) 2009-2018 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/36711
    titleUbuntu 6.06 LTS / 7.10 / 8.04 LTS / 8.10 : firefox, firefox-3.0, xulrunner-1.9 vulnerabilities (USN-667-1)

Seebug

bulletinFamilyexploit
descriptionBUGTRAQ ID: 31611,31747 CVE(CAN) ID: CVE-2008-4582 Firefox是非常流行的开源WEB浏览器。 Firefox在通过HTML单元启动URL快捷方式的时候没有正确地实施同源策略,如果在本地路径或Windows共享(UNC/SMB)路径中打开了网页的话,就可能读取任何位置的内容,包括缓存信息、Cookie、本地文件系统等。 Mozilla Firefox 3.0.3 Mozilla Firefox 3.0.2 Mozilla ------- 目前厂商还没有提供补丁或者升级程序,我们建议使用此软件的用户随时关注厂商的主页以获取最新版本: <a href=http://www.mozilla.org/ target=_blank>http://www.mozilla.org/</a>
idSSV:4453
last seen2017-11-19
modified2008-11-17
published2008-11-17
reporterRoot
sourcehttps://www.seebug.org/vuldb/ssvid-4453
titleMozilla Firefox Internet快捷方式破坏同源策略漏洞

References