Vulnerabilities > CVE-2010-4647 - Cross-site Scripting vulnerability in Eclipse IDE

047910
CVSS 0.0 - NONE
Attack vector
UNKNOWN
Attack complexity
UNKNOWN
Privileges required
UNKNOWN
Confidentiality impact
UNKNOWN
Integrity impact
UNKNOWN
Availability impact
UNKNOWN
eclipse
CWE-79
nessus
exploit available

Summary

Multiple cross-site scripting (XSS) vulnerabilities in the Help Contents web application (aka the Help Server) in Eclipse IDE before 3.6.2 allow remote attackers to inject arbitrary web script or HTML via the query string to (1) help/index.jsp or (2) help/advanced/content.jsp.

Common Attack Pattern Enumeration and Classification (CAPEC)

  • Cross Site Scripting through Log Files
    An attacker may leverage a system weakness where logs are susceptible to log injection to insert scripts into the system's logs. If these logs are later viewed by an administrator through a thin administrative interface and the log data is not properly HTML encoded before being written to the page, the attackers' scripts stored in the log will be executed in the administrative interface with potentially serious consequences. This attack pattern is really a combination of two other attack patterns: log injection and stored cross site scripting.
  • Embedding Scripts in Non-Script Elements
    This attack is a form of Cross-Site Scripting (XSS) where malicious scripts are embedded in elements that are not expected to host scripts such as image tags (<img>), comments in XML documents (< !-CDATA->), etc. These tags may not be subject to the same input validation, output validation, and other content filtering and checking routines, so this can create an opportunity for an attacker to tunnel through the application's elements and launch a XSS attack through other elements. As with all remote attacks, it is important to differentiate the ability to launch an attack (such as probing an internal network for unpatched servers) and the ability of the remote attacker to collect and interpret the output of said attack.
  • Embedding Scripts within Scripts
    An attack of this type exploits a programs' vulnerabilities that are brought on by allowing remote hosts to execute scripts. The attacker leverages this capability to execute scripts to execute his/her own script by embedding it within other scripts that the target software is likely to execute. The attacker must have the ability to inject script into script that is likely to be executed. If this is done, then the attacker can potentially launch a variety of probes and attacks against the web server's local environment, in many cases the so-called DMZ, back end resources the web server can communicate with, and other hosts. With the proliferation of intermediaries, such as Web App Firewalls, network devices, and even printers having JVMs and Web servers, there are many locales where an attacker can inject malicious scripts. Since this attack pattern defines scripts within scripts, there are likely privileges to execute said attack on the host. Of course, these attacks are not solely limited to the server side, client side scripts like Ajax and client side JavaScript can contain malicious scripts as well. In general all that is required is for there to be sufficient privileges to execute a script, but not protected against writing.
  • Cross-Site Scripting in Error Pages
    An attacker distributes a link (or possibly some other query structure) with a request to a third party web server that is malformed and also contains a block of exploit code in order to have the exploit become live code in the resulting error page. When the third party web server receives the crafted request and notes the error it then creates an error message that echoes the malformed message, including the exploit. Doing this converts the exploit portion of the message into to valid language elements that are executed by the viewing browser. When a victim executes the query provided by the attacker the infected error message error message is returned including the exploit code which then runs in the victim's browser. XSS can result in execution of code as well as data leakage (e.g. session cookies can be sent to the attacker). This type of attack is especially dangerous since the exploit appears to come from the third party web server, who the victim may trust and hence be more vulnerable to deception.
  • Cross-Site Scripting Using Alternate Syntax
    The attacker uses alternate forms of keywords or commands that result in the same action as the primary form but which may not be caught by filters. For example, many keywords are processed in a case insensitive manner. If the site's web filtering algorithm does not convert all tags into a consistent case before the comparison with forbidden keywords it is possible to bypass filters (e.g., incomplete black lists) by using an alternate case structure. For example, the "script" tag using the alternate forms of "Script" or "ScRiPt" may bypass filters where "script" is the only form tested. Other variants using different syntax representations are also possible as well as using pollution meta-characters or entities that are eventually ignored by the rendering engine. The attack can result in the execution of otherwise prohibited functionality.

Exploit-Db

  • descriptionEclipse 3.6.1 Help Server help/advanced/content.jsp URI XSS. CVE-2010-4647. Remote exploit for linux platform
    idEDB-ID:34999
    last seen2016-02-04
    modified2010-11-16
    published2010-11-16
    reporterAung Khant
    sourcehttps://www.exploit-db.com/download/34999/
    titleEclipse <= 3.6.1 Help Server help/advanced/content.jsp URI XSS
  • descriptionEclipse 3.6.1 Help Server help/index.jsp URI XSS. CVE-2010-4647. Remote exploit for linux platform
    idEDB-ID:34998
    last seen2016-02-04
    modified2010-11-16
    published2010-11-16
    reporterAung Khant
    sourcehttps://www.exploit-db.com/download/34998/
    titleEclipse <= 3.6.1 Help Server help/index.jsp URI XSS

Nessus

  • NASL familyScientific Linux Local Security Checks
    NASL idSL_20110519_ECLIPSE_ON_SL6_X.NASL
    descriptionThe Eclipse software development environment provides a set of tools for C/C++ and Java development. A cross-site scripting (XSS) flaw was found in the Eclipse Help Contents web application. An attacker could use this flaw to perform a cross-site scripting attack against victims by tricking them into visiting a specially crafted Eclipse Help URL. (CVE-2010-4647) The following Eclipse packages have been upgraded to the versions found in the official upstream Eclipse Helios SR1 release, providing a number of bug fixes and enhancements over the previous versions : - eclipse to 3.6.1. - eclipse-cdt to 7.0.1. - eclipse-birt to 2.6.0. - eclipse-emf to 2.6.0. - eclipse-gef to 3.6.1. - eclipse-mylyn to 3.4.2. - eclipse-rse to 3.2. - eclipse-dtp to 1.8.1. - eclipse-changelog to 2.7.0. - eclipse-valgrind to 0.6.1. - eclipse-callgraph to 0.6.1. - eclipse-oprofile to 0.6.1. - eclipse-linuxprofilingframework to 0.6.1. In addition, the following updates were made to the dependencies of the Eclipse packages above : - icu4j to 4.2.1. - sat4j to 2.2.0. - objectweb-asm to 3.2. - jetty-eclipse to 6.1.24. This update includes numerous upstream bug fixes and enhancements, such as : - The Eclipse IDE and Java Development Tools (JDT) : - projects and folders can filter out resources in the workspace. - new virtual folder and linked files support. - the full set of UNIX file permissions is now supported. - addition of the stop button to cancel long-running wizard tasks. - Java editor now shows multiple quick-fixes via problem hover. - new support for running JUnit version 4 tests. - over 200 upstream bug fixes. - The Eclipse C/C++ Development Tooling (CDT) : - new Codan framework has been added for static code analysis. - refactoring improvements such as stored refactoring history. - compile and build errors now highlighted in the build console. - switch to the new DSF debugger framework. - new template view support. - over 600 upstream bug fixes. This update also fixes the following bugs : - Incorrect URIs for GNU Tools in the
    last seen2020-06-01
    modified2020-06-02
    plugin id61040
    published2012-08-01
    reporterThis script is Copyright (C) 2012-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/61040
    titleScientific Linux Security Update : eclipse on SL6.x i386/x86_64
    code
    #%NASL_MIN_LEVEL 80502
    #
    # (C) Tenable Network Security, Inc.
    #
    # The descriptive text is (C) Scientific Linux.
    #
    
    include("compat.inc");
    
    if (description)
    {
      script_id(61040);
      script_version("1.6");
      script_cvs_date("Date: 2019/10/25 13:36:19");
    
      script_cve_id("CVE-2010-4647");
    
      script_name(english:"Scientific Linux Security Update : eclipse on SL6.x i386/x86_64");
      script_summary(english:"Checks rpm output for the updated packages");
    
      script_set_attribute(
        attribute:"synopsis", 
        value:
    "The remote Scientific Linux host is missing one or more security
    updates."
      );
      script_set_attribute(
        attribute:"description", 
        value:
    "The Eclipse software development environment provides a set of tools
    for C/C++ and Java development.
    
    A cross-site scripting (XSS) flaw was found in the Eclipse Help
    Contents web application. An attacker could use this flaw to perform a
    cross-site scripting attack against victims by tricking them into
    visiting a specially crafted Eclipse Help URL. (CVE-2010-4647)
    
    The following Eclipse packages have been upgraded to the versions
    found in the official upstream Eclipse Helios SR1 release, providing a
    number of bug fixes and enhancements over the previous versions :
    
      - eclipse to 3.6.1.
    
      - eclipse-cdt to 7.0.1.
    
      - eclipse-birt to 2.6.0.
    
      - eclipse-emf to 2.6.0.
    
      - eclipse-gef to 3.6.1.
    
      - eclipse-mylyn to 3.4.2.
    
      - eclipse-rse to 3.2.
    
      - eclipse-dtp to 1.8.1.
    
      - eclipse-changelog to 2.7.0.
    
      - eclipse-valgrind to 0.6.1.
    
      - eclipse-callgraph to 0.6.1.
    
      - eclipse-oprofile to 0.6.1.
    
      - eclipse-linuxprofilingframework to 0.6.1.
    
    In addition, the following updates were made to the dependencies of
    the Eclipse packages above :
    
      - icu4j to 4.2.1.
    
      - sat4j to 2.2.0.
    
      - objectweb-asm to 3.2.
    
      - jetty-eclipse to 6.1.24.
    
    This update includes numerous upstream bug fixes and enhancements,
    such as :
    
      - The Eclipse IDE and Java Development Tools (JDT) :
    
        - projects and folders can filter out resources in the
          workspace.
    
        - new virtual folder and linked files support.
    
        - the full set of UNIX file permissions is now
          supported.
    
        - addition of the stop button to cancel long-running
          wizard tasks.
    
        - Java editor now shows multiple quick-fixes via problem
          hover.
    
        - new support for running JUnit version 4 tests.
    
        - over 200 upstream bug fixes.
    
      - The Eclipse C/C++ Development Tooling (CDT) :
    
        - new Codan framework has been added for static code
          analysis.
    
        - refactoring improvements such as stored refactoring
          history.
    
        - compile and build errors now highlighted in the build
          console.
    
        - switch to the new DSF debugger framework.
    
        - new template view support.
    
        - over 600 upstream bug fixes.
    
    This update also fixes the following bugs :
    
      - Incorrect URIs for GNU Tools in the 'Help Contents'
        window have been fixed.
    
      - The profiling of binaries did not work if an Eclipse
        project was not in an Eclipse workspace. This update
        adds an automated test for external project profiling,
        which corrects this issue.
    
      - Running a C/C++ application in Eclipse successfully
        terminated, but returned an I/O exception not related to
        the application itself in the Error Log window. With
        this update, the exception is no longer returned.
    
      - The eclipse-mylyn package showed a '20100916-0100-e3x'
        qualifier. The qualifier has been modified to
        'v20100902-0100-e3x' to match the upstream version of
        eclipse-mylyn.
    
      - Installing the eclipse-mylyn package failed and returned
        a 'Resource temporarily unavailable' error message due
        to a bug in the packaging. This update fixes this bug
        and installation now works as expected.
    
      - Building the eclipse-cdt package could fail due to an
        incorrect interaction with the local file system.
        Interaction with the local file system is now prevented
        and the build no longer fails.
    
      - The libhover plug-in, provided by the eclipse-cdt
        package, used binary data to search for hover topics.
        The data location was specified externally as a URL
        which could cause an exception to occur on a system with
        no Internet access. This update modifies the plug-in so
        that it pulls the needed data from a local location.
    
    Users of eclipse should upgrade to these updated packages, which
    correct these issues and add these enhancements."
      );
      # https://listserv.fnal.gov/scripts/wa.exe?A2=ind1106&L=scientific-linux-errata&T=0&P=2485
      script_set_attribute(
        attribute:"see_also",
        value:"http://www.nessus.org/u?cdbb320e"
      );
      script_set_attribute(attribute:"solution", value:"Update the affected packages.");
      script_set_cvss_base_vector("CVSS2#AV:N/AC:M/Au:N/C:N/I:P/A:N");
    
      script_set_attribute(attribute:"plugin_type", value:"local");
      script_set_attribute(attribute:"cpe", value:"x-cpe:/o:fermilab:scientific_linux");
    
      script_set_attribute(attribute:"vuln_publication_date", value:"2011/01/13");
      script_set_attribute(attribute:"patch_publication_date", value:"2011/05/19");
      script_set_attribute(attribute:"plugin_publication_date", value:"2012/08/01");
      script_set_attribute(attribute:"generated_plugin", value:"current");
      script_end_attributes();
    
      script_category(ACT_GATHER_INFO);
      script_copyright(english:"This script is Copyright (C) 2012-2019 and is owned by Tenable, Inc. or an Affiliate thereof.");
      script_family(english:"Scientific Linux Local Security Checks");
    
      script_dependencies("ssh_get_info.nasl");
      script_require_keys("Host/local_checks_enabled", "Host/cpu", "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) || "Scientific Linux " >!< release) audit(AUDIT_HOST_NOT, "running Scientific Linux");
    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 (cpu >!< "x86_64" && cpu !~ "^i[3-6]86$") audit(AUDIT_LOCAL_CHECKS_NOT_IMPLEMENTED, "Scientific Linux", cpu);
    
    
    flag = 0;
    if (rpm_check(release:"SL6", reference:"eclipse-birt-2.6.0-1.1.el6")) flag++;
    if (rpm_check(release:"SL6", reference:"eclipse-callgraph-0.6.1-1.el6")) flag++;
    if (rpm_check(release:"SL6", reference:"eclipse-cdt-7.0.1-4.el6")) flag++;
    if (rpm_check(release:"SL6", reference:"eclipse-cdt-parsers-7.0.1-4.el6")) flag++;
    if (rpm_check(release:"SL6", reference:"eclipse-cdt-sdk-7.0.1-4.el6")) flag++;
    if (rpm_check(release:"SL6", reference:"eclipse-changelog-2.7.0-1.el6")) flag++;
    if (rpm_check(release:"SL6", reference:"eclipse-debuginfo-3.6.1-6.13.el6")) flag++;
    if (rpm_check(release:"SL6", reference:"eclipse-dtp-1.8.1-1.1.el6")) flag++;
    if (rpm_check(release:"SL6", reference:"eclipse-emf-2.6.0-1.el6")) flag++;
    if (rpm_check(release:"SL6", reference:"eclipse-emf-examples-2.6.0-1.el6")) flag++;
    if (rpm_check(release:"SL6", reference:"eclipse-emf-sdk-2.6.0-1.el6")) flag++;
    if (rpm_check(release:"SL6", reference:"eclipse-emf-xsd-2.6.0-1.el6")) flag++;
    if (rpm_check(release:"SL6", reference:"eclipse-emf-xsd-sdk-2.6.0-1.el6")) flag++;
    if (rpm_check(release:"SL6", reference:"eclipse-gef-3.6.1-3.el6")) flag++;
    if (rpm_check(release:"SL6", reference:"eclipse-gef-examples-3.6.1-3.el6")) flag++;
    if (rpm_check(release:"SL6", reference:"eclipse-gef-sdk-3.6.1-3.el6")) flag++;
    if (rpm_check(release:"SL6", reference:"eclipse-jdt-3.6.1-6.13.el6")) flag++;
    if (rpm_check(release:"SL6", reference:"eclipse-linuxprofilingframework-0.6.1-1.el6")) flag++;
    if (rpm_check(release:"SL6", reference:"eclipse-mylyn-3.4.2-9.el6")) flag++;
    if (rpm_check(release:"SL6", reference:"eclipse-mylyn-cdt-3.4.2-9.el6")) flag++;
    if (rpm_check(release:"SL6", reference:"eclipse-mylyn-java-3.4.2-9.el6")) flag++;
    if (rpm_check(release:"SL6", reference:"eclipse-mylyn-pde-3.4.2-9.el6")) flag++;
    if (rpm_check(release:"SL6", reference:"eclipse-mylyn-trac-3.4.2-9.el6")) flag++;
    if (rpm_check(release:"SL6", reference:"eclipse-mylyn-webtasks-3.4.2-9.el6")) flag++;
    if (rpm_check(release:"SL6", reference:"eclipse-mylyn-wikitext-3.4.2-9.el6")) flag++;
    if (rpm_check(release:"SL6", reference:"eclipse-oprofile-0.6.1-1.el6")) flag++;
    if (rpm_check(release:"SL6", reference:"eclipse-oprofile-debuginfo-0.6.1-1.el6")) flag++;
    if (rpm_check(release:"SL6", reference:"eclipse-pde-3.6.1-6.13.el6")) flag++;
    if (rpm_check(release:"SL6", reference:"eclipse-platform-3.6.1-6.13.el6")) flag++;
    if (rpm_check(release:"SL6", reference:"eclipse-rcp-3.6.1-6.13.el6")) flag++;
    if (rpm_check(release:"SL6", reference:"eclipse-rse-3.2-1.el6")) flag++;
    if (rpm_check(release:"SL6", reference:"eclipse-swt-3.6.1-6.13.el6")) flag++;
    if (rpm_check(release:"SL6", reference:"eclipse-valgrind-0.6.1-1.el6")) flag++;
    if (rpm_check(release:"SL6", reference:"icu4j-4.2.1-5.el6")) flag++;
    if (rpm_check(release:"SL6", reference:"icu4j-eclipse-4.2.1-5.el6")) flag++;
    if (rpm_check(release:"SL6", reference:"icu4j-javadoc-4.2.1-5.el6")) flag++;
    if (rpm_check(release:"SL6", reference:"jetty-eclipse-6.1.24-2.el6")) flag++;
    if (rpm_check(release:"SL6", reference:"objectweb-asm-3.2-2.1.el6")) flag++;
    if (rpm_check(release:"SL6", reference:"sat4j-2.2.0-4.0.el6")) flag++;
    
    
    if (flag)
    {
      if (report_verbosity > 0) security_warning(port:0, extra:rpm_report_get());
      else security_warning(0);
      exit(0);
    }
    else audit(AUDIT_HOST_NOT, "affected");
    
  • NASL familyRed Hat Local Security Checks
    NASL idREDHAT-RHSA-2011-0568.NASL
    descriptionUpdated eclipse packages that fix one security issue, several bugs, and add various enhancements are now available for Red Hat Enterprise Linux 6. The Red Hat Security Response Team has rated this update as having low security impact. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available from the CVE link in the References section. The Eclipse software development environment provides a set of tools for C/C++ and Java development. A cross-site scripting (XSS) flaw was found in the Eclipse Help Contents web application. An attacker could use this flaw to perform a cross-site scripting attack against victims by tricking them into visiting a specially crafted Eclipse Help URL. (CVE-2010-4647) The following Eclipse packages have been upgraded to the versions found in the official upstream Eclipse Helios SR1 release, providing a number of bug fixes and enhancements over the previous versions : * eclipse to 3.6.1. (BZ#656329) * eclipse-cdt to 7.0.1. (BZ#656333) * eclipse-birt to 2.6.0. (BZ#656391) * eclipse-emf to 2.6.0. (BZ#656344) * eclipse-gef to 3.6.1. (BZ#656347) * eclipse-mylyn to 3.4.2. (BZ#656337) * eclipse-rse to 3.2. (BZ#656338) * eclipse-dtp to 1.8.1. (BZ#656397) * eclipse-changelog to 2.7.0. (BZ#669499) * eclipse-valgrind to 0.6.1. (BZ#669460) * eclipse-callgraph to 0.6.1. (BZ#669462) * eclipse-oprofile to 0.6.1. (BZ#670228) * eclipse-linuxprofilingframework to 0.6.1. (BZ#669461) In addition, the following updates were made to the dependencies of the Eclipse packages above : * icu4j to 4.2.1. (BZ#656342) * sat4j to 2.2.0. (BZ#661842) * objectweb-asm to 3.2. (BZ#664019) * jetty-eclipse to 6.1.24. (BZ#661845) This update includes numerous upstream bug fixes and enhancements, such as : * The Eclipse IDE and Java Development Tools (JDT) : - projects and folders can filter out resources in the workspace. - new virtual folder and linked files support. - the full set of UNIX file permissions is now supported. - addition of the stop button to cancel long-running wizard tasks. - Java editor now shows multiple quick-fixes via problem hover. - new support for running JUnit version 4 tests. - over 200 upstream bug fixes. * The Eclipse C/C++ Development Tooling (CDT) : - new Codan framework has been added for static code analysis. - refactoring improvements such as stored refactoring history. - compile and build errors now highlighted in the build console. - switch to the new DSF debugger framework. - new template view support. - over 600 upstream bug fixes. This update also fixes the following bugs : * Incorrect URIs for GNU Tools in the
    last seen2020-06-01
    modified2020-06-02
    plugin id54595
    published2011-05-20
    reporterThis script is Copyright (C) 2011-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/54595
    titleRHEL 6 : eclipse (RHSA-2011:0568)
    code
    #%NASL_MIN_LEVEL 80502
    #
    # (C) Tenable Network Security, Inc.
    #
    # The descriptive text and package checks in this plugin were  
    # extracted from Red Hat Security Advisory RHSA-2011:0568. The text 
    # itself is copyright (C) Red Hat, Inc.
    #
    
    include("compat.inc");
    
    if (description)
    {
      script_id(54595);
      script_version ("1.18");
      script_cvs_date("Date: 2019/10/25 13:36:16");
    
      script_cve_id("CVE-2010-4647");
      script_bugtraq_id(44883);
      script_xref(name:"RHSA", value:"2011:0568");
    
      script_name(english:"RHEL 6 : eclipse (RHSA-2011:0568)");
      script_summary(english:"Checks the rpm output for the updated packages");
    
      script_set_attribute(
        attribute:"synopsis", 
        value:"The remote Red Hat host is missing one or more security updates."
      );
      script_set_attribute(
        attribute:"description", 
        value:
    "Updated eclipse packages that fix one security issue, several bugs,
    and add various enhancements are now available for Red Hat Enterprise
    Linux 6.
    
    The Red Hat Security Response Team has rated this update as having low
    security impact. A Common Vulnerability Scoring System (CVSS) base
    score, which gives a detailed severity rating, is available from the
    CVE link in the References section.
    
    The Eclipse software development environment provides a set of tools
    for C/C++ and Java development.
    
    A cross-site scripting (XSS) flaw was found in the Eclipse Help
    Contents web application. An attacker could use this flaw to perform a
    cross-site scripting attack against victims by tricking them into
    visiting a specially crafted Eclipse Help URL. (CVE-2010-4647)
    
    The following Eclipse packages have been upgraded to the versions
    found in the official upstream Eclipse Helios SR1 release, providing a
    number of bug fixes and enhancements over the previous versions :
    
    * eclipse to 3.6.1. (BZ#656329) * eclipse-cdt to 7.0.1. (BZ#656333) *
    eclipse-birt to 2.6.0. (BZ#656391) * eclipse-emf to 2.6.0. (BZ#656344)
    * eclipse-gef to 3.6.1. (BZ#656347) * eclipse-mylyn to 3.4.2.
    (BZ#656337) * eclipse-rse to 3.2. (BZ#656338) * eclipse-dtp to 1.8.1.
    (BZ#656397) * eclipse-changelog to 2.7.0. (BZ#669499) *
    eclipse-valgrind to 0.6.1. (BZ#669460) * eclipse-callgraph to 0.6.1.
    (BZ#669462) * eclipse-oprofile to 0.6.1. (BZ#670228) *
    eclipse-linuxprofilingframework to 0.6.1. (BZ#669461)
    
    In addition, the following updates were made to the dependencies of
    the Eclipse packages above :
    
    * icu4j to 4.2.1. (BZ#656342) * sat4j to 2.2.0. (BZ#661842) *
    objectweb-asm to 3.2. (BZ#664019) * jetty-eclipse to 6.1.24.
    (BZ#661845)
    
    This update includes numerous upstream bug fixes and enhancements,
    such as :
    
    * The Eclipse IDE and Java Development Tools (JDT) :
    
      - projects and folders can filter out resources in the
        workspace. - new virtual folder and linked files
        support. - the full set of UNIX file permissions is now
        supported. - addition of the stop button to cancel
        long-running wizard tasks. - Java editor now shows
        multiple quick-fixes via problem hover. - new support
        for running JUnit version 4 tests. - over 200 upstream
        bug fixes.
    
    * The Eclipse C/C++ Development Tooling (CDT) :
    
      - new Codan framework has been added for static code
        analysis. - refactoring improvements such as stored
        refactoring history. - compile and build errors now
        highlighted in the build console. - switch to the new
        DSF debugger framework. - new template view support. -
        over 600 upstream bug fixes.
    
    This update also fixes the following bugs :
    
    * Incorrect URIs for GNU Tools in the 'Help Contents' window have been
    fixed. (BZ#622713)
    
    * The profiling of binaries did not work if an Eclipse project was not
    in an Eclipse workspace. This update adds an automated test for
    external project profiling, which corrects this issue. (BZ#622867)
    
    * Running a C/C++ application in Eclipse successfully terminated, but
    returned an I/O exception not related to the application itself in the
    Error Log window. With this update, the exception is no longer
    returned. (BZ#668890)
    
    * The eclipse-mylyn package showed a '20100916-0100-e3x' qualifier.
    The qualifier has been modified to 'v20100902-0100-e3x' to match the
    upstream version of eclipse-mylyn. (BZ#669819)
    
    * Installing the eclipse-mylyn package failed and returned a 'Resource
    temporarily unavailable' error message due to a bug in the packaging.
    This update fixes this bug and installation now works as expected.
    (BZ#673174)
    
    * Building the eclipse-cdt package could fail due to an incorrect
    interaction with the local file system. Interaction with the local
    file system is now prevented and the build no longer fails.
    (BZ#678364)
    
    * The libhover plug-in, provided by the eclipse-cdt package, used
    binary data to search for hover topics. The data location was
    specified externally as a URL which could cause an exception to occur
    on a system with no Internet access. This update modifies the plug-in
    so that it pulls the needed data from a local location. (BZ#679543)
    
    Users of eclipse should upgrade to these updated packages, which
    correct these issues and add these enhancements."
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://access.redhat.com/security/cve/cve-2010-4647"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://access.redhat.com/errata/RHSA-2011:0568"
      );
      script_set_attribute(attribute:"solution", value:"Update the affected packages.");
      script_set_cvss_base_vector("CVSS2#AV:N/AC:M/Au:N/C:N/I:P/A:N");
      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_set_attribute(attribute:"plugin_type", value:"local");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:eclipse-birt");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:eclipse-callgraph");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:eclipse-cdt");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:eclipse-cdt-parsers");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:eclipse-cdt-sdk");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:eclipse-changelog");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:eclipse-debuginfo");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:eclipse-dtp");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:eclipse-emf");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:eclipse-emf-examples");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:eclipse-emf-sdk");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:eclipse-emf-xsd");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:eclipse-emf-xsd-sdk");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:eclipse-gef");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:eclipse-gef-examples");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:eclipse-gef-sdk");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:eclipse-jdt");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:eclipse-linuxprofilingframework");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:eclipse-mylyn");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:eclipse-mylyn-cdt");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:eclipse-mylyn-java");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:eclipse-mylyn-pde");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:eclipse-mylyn-trac");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:eclipse-mylyn-webtasks");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:eclipse-mylyn-wikitext");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:eclipse-oprofile");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:eclipse-oprofile-debuginfo");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:eclipse-pde");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:eclipse-platform");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:eclipse-rcp");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:eclipse-rse");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:eclipse-swt");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:eclipse-valgrind");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:icu4j");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:icu4j-eclipse");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:icu4j-javadoc");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:jetty-eclipse");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:objectweb-asm");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:objectweb-asm-javadoc");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:sat4j");
      script_set_attribute(attribute:"cpe", value:"cpe:/o:redhat:enterprise_linux:6");
    
      script_set_attribute(attribute:"vuln_publication_date", value:"2011/01/13");
      script_set_attribute(attribute:"patch_publication_date", value:"2011/05/19");
      script_set_attribute(attribute:"plugin_publication_date", value:"2011/05/20");
      script_set_attribute(attribute:"generated_plugin", value:"current");
      script_end_attributes();
    
      script_category(ACT_GATHER_INFO);
      script_copyright(english:"This script is Copyright (C) 2011-2019 and is owned by Tenable, Inc. or an Affiliate thereof.");
      script_family(english:"Red Hat Local Security Checks");
    
      script_dependencies("ssh_get_info.nasl");
      script_require_keys("Host/local_checks_enabled", "Host/RedHat/release", "Host/RedHat/rpm-list", "Host/cpu");
    
      exit(0);
    }
    
    
    include("audit.inc");
    include("global_settings.inc");
    include("misc_func.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) || "Red Hat" >!< release) audit(AUDIT_OS_NOT, "Red Hat");
    os_ver = pregmatch(pattern: "Red Hat Enterprise Linux.*release ([0-9]+(\.[0-9]+)?)", string:release);
    if (isnull(os_ver)) audit(AUDIT_UNKNOWN_APP_VER, "Red Hat");
    os_ver = os_ver[1];
    if (! preg(pattern:"^6([^0-9]|$)", string:os_ver)) audit(AUDIT_OS_NOT, "Red Hat 6.x", "Red Hat " + 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$" && "s390" >!< cpu) audit(AUDIT_LOCAL_CHECKS_NOT_IMPLEMENTED, "Red Hat", cpu);
    
    yum_updateinfo = get_kb_item("Host/RedHat/yum-updateinfo");
    if (!empty_or_null(yum_updateinfo)) 
    {
      rhsa = "RHSA-2011:0568";
      yum_report = redhat_generate_yum_updateinfo_report(rhsa:rhsa);
      if (!empty_or_null(yum_report))
      {
        security_report_v4(
          port       : 0,
          severity   : SECURITY_WARNING,
          extra      : yum_report 
        );
        exit(0);
      }
      else
      {
        audit_message = "affected by Red Hat security advisory " + rhsa;
        audit(AUDIT_OS_NOT, audit_message);
      }
    }
    else
    {
      flag = 0;
      if (rpm_check(release:"RHEL6", cpu:"i686", reference:"eclipse-birt-2.6.0-1.1.el6")) flag++;
      if (rpm_check(release:"RHEL6", cpu:"x86_64", reference:"eclipse-birt-2.6.0-1.1.el6")) flag++;
      if (rpm_check(release:"RHEL6", cpu:"i686", reference:"eclipse-callgraph-0.6.1-1.el6")) flag++;
      if (rpm_check(release:"RHEL6", cpu:"x86_64", reference:"eclipse-callgraph-0.6.1-1.el6")) flag++;
      if (rpm_check(release:"RHEL6", cpu:"i686", reference:"eclipse-cdt-7.0.1-4.el6")) flag++;
      if (rpm_check(release:"RHEL6", cpu:"x86_64", reference:"eclipse-cdt-7.0.1-4.el6")) flag++;
      if (rpm_check(release:"RHEL6", cpu:"i686", reference:"eclipse-cdt-parsers-7.0.1-4.el6")) flag++;
      if (rpm_check(release:"RHEL6", cpu:"x86_64", reference:"eclipse-cdt-parsers-7.0.1-4.el6")) flag++;
      if (rpm_check(release:"RHEL6", cpu:"i686", reference:"eclipse-cdt-sdk-7.0.1-4.el6")) flag++;
      if (rpm_check(release:"RHEL6", cpu:"x86_64", reference:"eclipse-cdt-sdk-7.0.1-4.el6")) flag++;
      if (rpm_check(release:"RHEL6", cpu:"i686", reference:"eclipse-changelog-2.7.0-1.el6")) flag++;
      if (rpm_check(release:"RHEL6", cpu:"x86_64", reference:"eclipse-changelog-2.7.0-1.el6")) flag++;
      if (rpm_check(release:"RHEL6", cpu:"i686", reference:"eclipse-debuginfo-3.6.1-6.13.el6")) flag++;
      if (rpm_check(release:"RHEL6", cpu:"x86_64", reference:"eclipse-debuginfo-3.6.1-6.13.el6")) flag++;
      if (rpm_check(release:"RHEL6", cpu:"i686", reference:"eclipse-dtp-1.8.1-1.1.el6")) flag++;
      if (rpm_check(release:"RHEL6", cpu:"x86_64", reference:"eclipse-dtp-1.8.1-1.1.el6")) flag++;
      if (rpm_check(release:"RHEL6", cpu:"i686", reference:"eclipse-emf-2.6.0-1.el6")) flag++;
      if (rpm_check(release:"RHEL6", cpu:"x86_64", reference:"eclipse-emf-2.6.0-1.el6")) flag++;
      if (rpm_check(release:"RHEL6", cpu:"i686", reference:"eclipse-emf-examples-2.6.0-1.el6")) flag++;
      if (rpm_check(release:"RHEL6", cpu:"x86_64", reference:"eclipse-emf-examples-2.6.0-1.el6")) flag++;
      if (rpm_check(release:"RHEL6", cpu:"i686", reference:"eclipse-emf-sdk-2.6.0-1.el6")) flag++;
      if (rpm_check(release:"RHEL6", cpu:"x86_64", reference:"eclipse-emf-sdk-2.6.0-1.el6")) flag++;
      if (rpm_check(release:"RHEL6", cpu:"i686", reference:"eclipse-emf-xsd-2.6.0-1.el6")) flag++;
      if (rpm_check(release:"RHEL6", cpu:"x86_64", reference:"eclipse-emf-xsd-2.6.0-1.el6")) flag++;
      if (rpm_check(release:"RHEL6", cpu:"i686", reference:"eclipse-emf-xsd-sdk-2.6.0-1.el6")) flag++;
      if (rpm_check(release:"RHEL6", cpu:"x86_64", reference:"eclipse-emf-xsd-sdk-2.6.0-1.el6")) flag++;
      if (rpm_check(release:"RHEL6", cpu:"i686", reference:"eclipse-gef-3.6.1-3.el6")) flag++;
      if (rpm_check(release:"RHEL6", cpu:"x86_64", reference:"eclipse-gef-3.6.1-3.el6")) flag++;
      if (rpm_check(release:"RHEL6", cpu:"i686", reference:"eclipse-gef-examples-3.6.1-3.el6")) flag++;
      if (rpm_check(release:"RHEL6", cpu:"x86_64", reference:"eclipse-gef-examples-3.6.1-3.el6")) flag++;
      if (rpm_check(release:"RHEL6", cpu:"i686", reference:"eclipse-gef-sdk-3.6.1-3.el6")) flag++;
      if (rpm_check(release:"RHEL6", cpu:"x86_64", reference:"eclipse-gef-sdk-3.6.1-3.el6")) flag++;
      if (rpm_check(release:"RHEL6", cpu:"i686", reference:"eclipse-jdt-3.6.1-6.13.el6")) flag++;
      if (rpm_check(release:"RHEL6", cpu:"x86_64", reference:"eclipse-jdt-3.6.1-6.13.el6")) flag++;
      if (rpm_check(release:"RHEL6", cpu:"i686", reference:"eclipse-linuxprofilingframework-0.6.1-1.el6")) flag++;
      if (rpm_check(release:"RHEL6", cpu:"x86_64", reference:"eclipse-linuxprofilingframework-0.6.1-1.el6")) flag++;
      if (rpm_check(release:"RHEL6", cpu:"i686", reference:"eclipse-mylyn-3.4.2-9.el6")) flag++;
      if (rpm_check(release:"RHEL6", cpu:"x86_64", reference:"eclipse-mylyn-3.4.2-9.el6")) flag++;
      if (rpm_check(release:"RHEL6", cpu:"i686", reference:"eclipse-mylyn-cdt-3.4.2-9.el6")) flag++;
      if (rpm_check(release:"RHEL6", cpu:"x86_64", reference:"eclipse-mylyn-cdt-3.4.2-9.el6")) flag++;
      if (rpm_check(release:"RHEL6", cpu:"i686", reference:"eclipse-mylyn-java-3.4.2-9.el6")) flag++;
      if (rpm_check(release:"RHEL6", cpu:"x86_64", reference:"eclipse-mylyn-java-3.4.2-9.el6")) flag++;
      if (rpm_check(release:"RHEL6", cpu:"i686", reference:"eclipse-mylyn-pde-3.4.2-9.el6")) flag++;
      if (rpm_check(release:"RHEL6", cpu:"x86_64", reference:"eclipse-mylyn-pde-3.4.2-9.el6")) flag++;
      if (rpm_check(release:"RHEL6", cpu:"i686", reference:"eclipse-mylyn-trac-3.4.2-9.el6")) flag++;
      if (rpm_check(release:"RHEL6", cpu:"x86_64", reference:"eclipse-mylyn-trac-3.4.2-9.el6")) flag++;
      if (rpm_check(release:"RHEL6", cpu:"i686", reference:"eclipse-mylyn-webtasks-3.4.2-9.el6")) flag++;
      if (rpm_check(release:"RHEL6", cpu:"x86_64", reference:"eclipse-mylyn-webtasks-3.4.2-9.el6")) flag++;
      if (rpm_check(release:"RHEL6", cpu:"i686", reference:"eclipse-mylyn-wikitext-3.4.2-9.el6")) flag++;
      if (rpm_check(release:"RHEL6", cpu:"x86_64", reference:"eclipse-mylyn-wikitext-3.4.2-9.el6")) flag++;
      if (rpm_check(release:"RHEL6", cpu:"i686", reference:"eclipse-oprofile-0.6.1-1.el6")) flag++;
      if (rpm_check(release:"RHEL6", cpu:"x86_64", reference:"eclipse-oprofile-0.6.1-1.el6")) flag++;
      if (rpm_check(release:"RHEL6", cpu:"i686", reference:"eclipse-oprofile-debuginfo-0.6.1-1.el6")) flag++;
      if (rpm_check(release:"RHEL6", cpu:"x86_64", reference:"eclipse-oprofile-debuginfo-0.6.1-1.el6")) flag++;
      if (rpm_check(release:"RHEL6", cpu:"i686", reference:"eclipse-pde-3.6.1-6.13.el6")) flag++;
      if (rpm_check(release:"RHEL6", cpu:"x86_64", reference:"eclipse-pde-3.6.1-6.13.el6")) flag++;
      if (rpm_check(release:"RHEL6", cpu:"i686", reference:"eclipse-platform-3.6.1-6.13.el6")) flag++;
      if (rpm_check(release:"RHEL6", cpu:"x86_64", reference:"eclipse-platform-3.6.1-6.13.el6")) flag++;
      if (rpm_check(release:"RHEL6", cpu:"i686", reference:"eclipse-rcp-3.6.1-6.13.el6")) flag++;
      if (rpm_check(release:"RHEL6", cpu:"x86_64", reference:"eclipse-rcp-3.6.1-6.13.el6")) flag++;
      if (rpm_check(release:"RHEL6", cpu:"i686", reference:"eclipse-rse-3.2-1.el6")) flag++;
      if (rpm_check(release:"RHEL6", cpu:"x86_64", reference:"eclipse-rse-3.2-1.el6")) flag++;
      if (rpm_check(release:"RHEL6", cpu:"i686", reference:"eclipse-swt-3.6.1-6.13.el6")) flag++;
      if (rpm_check(release:"RHEL6", cpu:"x86_64", reference:"eclipse-swt-3.6.1-6.13.el6")) flag++;
      if (rpm_check(release:"RHEL6", cpu:"i686", reference:"eclipse-valgrind-0.6.1-1.el6")) flag++;
      if (rpm_check(release:"RHEL6", cpu:"x86_64", reference:"eclipse-valgrind-0.6.1-1.el6")) flag++;
      if (rpm_check(release:"RHEL6", cpu:"i686", reference:"icu4j-4.2.1-5.el6")) flag++;
      if (rpm_check(release:"RHEL6", cpu:"x86_64", reference:"icu4j-4.2.1-5.el6")) flag++;
      if (rpm_check(release:"RHEL6", cpu:"i686", reference:"icu4j-eclipse-4.2.1-5.el6")) flag++;
      if (rpm_check(release:"RHEL6", cpu:"x86_64", reference:"icu4j-eclipse-4.2.1-5.el6")) flag++;
      if (rpm_check(release:"RHEL6", cpu:"i686", reference:"icu4j-javadoc-4.2.1-5.el6")) flag++;
      if (rpm_check(release:"RHEL6", cpu:"x86_64", reference:"icu4j-javadoc-4.2.1-5.el6")) flag++;
      if (rpm_check(release:"RHEL6", reference:"jetty-eclipse-6.1.24-2.el6")) flag++;
      if (rpm_check(release:"RHEL6", reference:"objectweb-asm-3.2-2.1.el6")) flag++;
      if (rpm_check(release:"RHEL6", reference:"objectweb-asm-javadoc-3.2-2.1.el6")) flag++;
      if (rpm_check(release:"RHEL6", reference:"sat4j-2.2.0-4.0.el6")) flag++;
    
      if (flag)
      {
        security_report_v4(
          port       : 0,
          severity   : SECURITY_WARNING,
          extra      : rpm_report_get() + redhat_report_package_caveat()
        );
        exit(0);
      }
      else
      {
        tested = pkg_tests_get();
        if (tested) audit(AUDIT_PACKAGE_NOT_AFFECTED, tested);
        else audit(AUDIT_PACKAGE_NOT_INSTALLED, "eclipse-birt / eclipse-callgraph / eclipse-cdt / etc");
      }
    }
    
  • NASL familyFedora Local Security Checks
    NASL idFEDORA_2010-19006.NASL
    descriptionEclipse help webapp XSS vulnerability fix. See Redhat Bugzilla #661901 and Eclipse Bugzilla #329582. 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.
    last seen2020-06-01
    modified2020-06-02
    plugin id51376
    published2010-12-26
    reporterThis script is Copyright (C) 2010-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/51376
    titleFedora 14 : eclipse-3.6.1-6.1.fc14 (2010-19006)
    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 2010-19006.
    #
    
    include("compat.inc");
    
    if (description)
    {
      script_id(51376);
      script_version("1.12");
      script_cvs_date("Date: 2019/08/02 13:32:32");
    
      script_cve_id("CVE-2010-4647");
      script_bugtraq_id(44883);
      script_xref(name:"FEDORA", value:"2010-19006");
    
      script_name(english:"Fedora 14 : eclipse-3.6.1-6.1.fc14 (2010-19006)");
      script_summary(english:"Checks rpm output for the updated package.");
    
      script_set_attribute(
        attribute:"synopsis", 
        value:"The remote Fedora host is missing a security update."
      );
      script_set_attribute(
        attribute:"description", 
        value:
    "Eclipse help webapp XSS vulnerability fix. See Redhat Bugzilla #661901
    and Eclipse Bugzilla #329582.
    
    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."
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://bugzilla.redhat.com/show_bug.cgi?id=661901"
      );
      # https://lists.fedoraproject.org/pipermail/package-announce/2010-December/052554.html
      script_set_attribute(
        attribute:"see_also",
        value:"http://www.nessus.org/u?50316c58"
      );
      script_set_attribute(
        attribute:"solution", 
        value:"Update the affected eclipse package."
      );
      script_set_cvss_base_vector("CVSS2#AV:N/AC:M/Au:N/C:N/I:P/A:N");
      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_set_attribute(attribute:"plugin_type", value:"local");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:fedoraproject:fedora:eclipse");
      script_set_attribute(attribute:"cpe", value:"cpe:/o:fedoraproject:fedora:14");
    
      script_set_attribute(attribute:"patch_publication_date", value:"2010/12/17");
      script_set_attribute(attribute:"plugin_publication_date", value:"2010/12/26");
      script_end_attributes();
    
      script_category(ACT_GATHER_INFO);
      script_copyright(english:"This script is Copyright (C) 2010-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:"^14([^0-9]|$)", string:os_ver)) audit(AUDIT_OS_NOT, "Fedora 14.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:"FC14", reference:"eclipse-3.6.1-6.1.fc14")) flag++;
    
    
    if (flag)
    {
      if (report_verbosity > 0) security_warning(port:0, extra:rpm_report_get());
      else security_warning(0);
      exit(0);
    }
    else
    {
      tested = pkg_tests_get();
      if (tested) audit(AUDIT_PACKAGE_NOT_AFFECTED, tested);
      else audit(AUDIT_PACKAGE_NOT_INSTALLED, "eclipse");
    }
    
  • NASL familyMandriva Local Security Checks
    NASL idMANDRIVA_MDVSA-2011-032.NASL
    descriptionA vulnerability has been found and corrected in eclipse : Multiple cross-site scripting (XSS) vulnerabilities in the Help Contents web application (aka the Help Server) in Eclipse IDE before 3.6.2 allow remote attackers to inject arbitrary web script or HTML via the query string to (1) help/index.jsp or (2) help/advanced/content.jsp (CVE-2010-4647). Packages for 2009.0 are provided as of the Extended Maintenance Program. Please visit this link to learn more: http://store.mandriva.com/product_info.php?cPath=149 products_id=490 The updated packages have been patched to correct this issue.
    last seen2020-06-01
    modified2020-06-02
    plugin id52041
    published2011-02-21
    reporterThis script is Copyright (C) 2011-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/52041
    titleMandriva Linux Security Advisory : eclipse (MDVSA-2011:032)
    code
    #%NASL_MIN_LEVEL 80502
    
    #
    # (C) Tenable Network Security, Inc.
    #
    # The descriptive text and package checks in this plugin were  
    # extracted from Mandriva Linux Security Advisory MDVSA-2011:032. 
    # The text itself is copyright (C) Mandriva S.A.
    #
    
    include("compat.inc");
    
    if (description)
    {
      script_id(52041);
      script_version("1.12");
      script_cvs_date("Date: 2019/08/02 13:32:53");
    
      script_cve_id("CVE-2010-4647");
      script_bugtraq_id(44883);
      script_xref(name:"MDVSA", value:"2011:032");
    
      script_name(english:"Mandriva Linux Security Advisory : eclipse (MDVSA-2011:032)");
      script_summary(english:"Checks rpm output for the updated packages");
    
      script_set_attribute(
        attribute:"synopsis", 
        value:
    "The remote Mandriva Linux host is missing one or more security
    updates."
      );
      script_set_attribute(
        attribute:"description", 
        value:
    "A vulnerability has been found and corrected in eclipse :
    
    Multiple cross-site scripting (XSS) vulnerabilities in the Help
    Contents web application (aka the Help Server) in Eclipse IDE before
    3.6.2 allow remote attackers to inject arbitrary web script or HTML
    via the query string to (1) help/index.jsp or (2)
    help/advanced/content.jsp (CVE-2010-4647).
    
    Packages for 2009.0 are provided as of the Extended Maintenance
    Program. Please visit this link to learn more:
    http://store.mandriva.com/product_info.php?cPath=149 products_id=490
    
    The updated packages have been patched to correct this issue."
      );
      script_set_attribute(attribute:"solution", value:"Update the affected packages.");
      script_set_cvss_base_vector("CVSS2#AV:N/AC:M/Au:N/C:N/I:P/A:N");
      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_set_attribute(attribute:"plugin_type", value:"local");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:mandriva:linux:eclipse-ecj");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:mandriva:linux:eclipse-jdt");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:mandriva:linux:eclipse-pde");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:mandriva:linux:eclipse-platform");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:mandriva:linux:eclipse-rcp");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:mandriva:linux:eclipse-swt");
      script_set_attribute(attribute:"cpe", value:"cpe:/o:mandriva:linux:2009.0");
      script_set_attribute(attribute:"cpe", value:"cpe:/o:mandriva:linux:2010.0");
      script_set_attribute(attribute:"cpe", value:"cpe:/o:mandriva:linux:2010.1");
    
      script_set_attribute(attribute:"patch_publication_date", value:"2011/02/20");
      script_set_attribute(attribute:"plugin_publication_date", value:"2011/02/21");
      script_end_attributes();
    
      script_category(ACT_GATHER_INFO);
      script_copyright(english:"This script is Copyright (C) 2011-2019 and is owned by Tenable, Inc. or an Affiliate thereof.");
      script_family(english:"Mandriva Local Security Checks");
    
      script_dependencies("ssh_get_info.nasl");
      script_require_keys("Host/local_checks_enabled", "Host/cpu", "Host/Mandrake/release", "Host/Mandrake/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);
    if (!get_kb_item("Host/Mandrake/release")) audit(AUDIT_OS_NOT, "Mandriva / Mandake Linux");
    if (!get_kb_item("Host/Mandrake/rpm-list")) audit(AUDIT_PACKAGE_LIST_MISSING);
    
    cpu = get_kb_item("Host/cpu");
    if (isnull(cpu)) audit(AUDIT_UNKNOWN_ARCH);
    if (cpu !~ "^(amd64|i[3-6]86|x86_64)$") audit(AUDIT_LOCAL_CHECKS_NOT_IMPLEMENTED, "Mandriva / Mandrake Linux", cpu);
    
    
    flag = 0;
    if (rpm_check(release:"MDK2009.0", reference:"eclipse-ecj-3.4.0-0.22.3.1mdv2009.0", yank:"mdv")) flag++;
    if (rpm_check(release:"MDK2009.0", reference:"eclipse-jdt-3.4.0-0.22.3.1mdv2009.0", yank:"mdv")) flag++;
    if (rpm_check(release:"MDK2009.0", reference:"eclipse-pde-3.4.0-0.22.3.1mdv2009.0", yank:"mdv")) flag++;
    if (rpm_check(release:"MDK2009.0", reference:"eclipse-platform-3.4.0-0.22.3.1mdv2009.0", yank:"mdv")) flag++;
    if (rpm_check(release:"MDK2009.0", reference:"eclipse-rcp-3.4.0-0.22.3.1mdv2009.0", yank:"mdv")) flag++;
    if (rpm_check(release:"MDK2009.0", reference:"eclipse-swt-3.4.0-0.22.3.1mdv2009.0", yank:"mdv")) flag++;
    
    if (rpm_check(release:"MDK2010.0", reference:"eclipse-ecj-3.4.2-0.2.3.1mdv2010.0", yank:"mdv")) flag++;
    if (rpm_check(release:"MDK2010.0", reference:"eclipse-jdt-3.4.2-0.2.3.1mdv2010.0", yank:"mdv")) flag++;
    if (rpm_check(release:"MDK2010.0", reference:"eclipse-pde-3.4.2-0.2.3.1mdv2010.0", yank:"mdv")) flag++;
    if (rpm_check(release:"MDK2010.0", reference:"eclipse-platform-3.4.2-0.2.3.1mdv2010.0", yank:"mdv")) flag++;
    if (rpm_check(release:"MDK2010.0", reference:"eclipse-rcp-3.4.2-0.2.3.1mdv2010.0", yank:"mdv")) flag++;
    if (rpm_check(release:"MDK2010.0", reference:"eclipse-swt-3.4.2-0.2.3.1mdv2010.0", yank:"mdv")) flag++;
    
    if (rpm_check(release:"MDK2010.1", reference:"eclipse-ecj-3.4.2-0.2.3.1mdv2010.2", yank:"mdv")) flag++;
    if (rpm_check(release:"MDK2010.1", reference:"eclipse-jdt-3.4.2-0.2.3.1mdv2010.2", yank:"mdv")) flag++;
    if (rpm_check(release:"MDK2010.1", reference:"eclipse-pde-3.4.2-0.2.3.1mdv2010.2", yank:"mdv")) flag++;
    if (rpm_check(release:"MDK2010.1", reference:"eclipse-platform-3.4.2-0.2.3.1mdv2010.2", yank:"mdv")) flag++;
    if (rpm_check(release:"MDK2010.1", reference:"eclipse-rcp-3.4.2-0.2.3.1mdv2010.2", yank:"mdv")) flag++;
    if (rpm_check(release:"MDK2010.1", reference:"eclipse-swt-3.4.2-0.2.3.1mdv2010.2", yank:"mdv")) flag++;
    
    
    if (flag)
    {
      if (report_verbosity > 0) security_warning(port:0, extra:rpm_report_get());
      else security_warning(0);
      exit(0);
    }
    else audit(AUDIT_HOST_NOT, "affected");
    
  • NASL familyFedora Local Security Checks
    NASL idFEDORA_2010-18990.NASL
    descriptionFix junit runner problem Eclipse help webapp XSS vulnerability fix. See Redhat Bugzilla #661901 and Eclipse Bugzilla #329582. 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.
    last seen2020-06-01
    modified2020-06-02
    plugin id51375
    published2010-12-26
    reporterThis script is Copyright (C) 2010-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/51375
    titleFedora 13 : eclipse-3.5.2-4.fc13 (2010-18990)

Redhat

advisories
bugzilla
id678364
titleeclipse-cdt build touching local filesystem
oval
OR
  • commentRed Hat Enterprise Linux must be installed
    ovaloval:com.redhat.rhba:tst:20070304026
  • AND
    • commentRed Hat Enterprise Linux 6 is installed
      ovaloval:com.redhat.rhba:tst:20111656003
    • OR
      • AND
        • commentjetty-eclipse is earlier than 0:6.1.24-2.el6
          ovaloval:com.redhat.rhsa:tst:20110568001
        • commentjetty-eclipse is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhsa:tst:20110568002
      • AND
        • commenteclipse-rse is earlier than 0:3.2-1.el6
          ovaloval:com.redhat.rhsa:tst:20110568003
        • commenteclipse-rse is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhsa:tst:20110568004
      • AND
        • commentsat4j is earlier than 0:2.2.0-4.0.el6
          ovaloval:com.redhat.rhsa:tst:20110568005
        • commentsat4j is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhsa:tst:20110568006
      • AND
        • commentobjectweb-asm is earlier than 0:3.2-2.1.el6
          ovaloval:com.redhat.rhsa:tst:20110568007
        • commentobjectweb-asm is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhsa:tst:20110568008
      • AND
        • commentobjectweb-asm-javadoc is earlier than 0:3.2-2.1.el6
          ovaloval:com.redhat.rhsa:tst:20110568009
        • commentobjectweb-asm-javadoc is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhsa:tst:20110568010
      • AND
        • commenteclipse-emf is earlier than 0:2.6.0-1.el6
          ovaloval:com.redhat.rhsa:tst:20110568011
        • commenteclipse-emf is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhsa:tst:20110568012
      • AND
        • commenteclipse-emf-xsd-sdk is earlier than 0:2.6.0-1.el6
          ovaloval:com.redhat.rhsa:tst:20110568013
        • commenteclipse-emf-xsd-sdk is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhsa:tst:20110568014
      • AND
        • commenteclipse-emf-examples is earlier than 0:2.6.0-1.el6
          ovaloval:com.redhat.rhsa:tst:20110568015
        • commenteclipse-emf-examples is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhsa:tst:20110568016
      • AND
        • commenteclipse-emf-sdk is earlier than 0:2.6.0-1.el6
          ovaloval:com.redhat.rhsa:tst:20110568017
        • commenteclipse-emf-sdk is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhsa:tst:20110568018
      • AND
        • commenteclipse-emf-xsd is earlier than 0:2.6.0-1.el6
          ovaloval:com.redhat.rhsa:tst:20110568019
        • commenteclipse-emf-xsd is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhsa:tst:20110568020
      • AND
        • commenteclipse-dtp is earlier than 0:1.8.1-1.1.el6
          ovaloval:com.redhat.rhsa:tst:20110568021
        • commenteclipse-dtp is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhsa:tst:20110568022
      • AND
        • commenteclipse-birt is earlier than 0:2.6.0-1.1.el6
          ovaloval:com.redhat.rhsa:tst:20110568023
        • commenteclipse-birt is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhsa:tst:20110568024
      • AND
        • commenteclipse-linuxprofilingframework is earlier than 0:0.6.1-1.el6
          ovaloval:com.redhat.rhsa:tst:20110568025
        • commenteclipse-linuxprofilingframework is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhsa:tst:20110568026
      • AND
        • commenteclipse-callgraph is earlier than 0:0.6.1-1.el6
          ovaloval:com.redhat.rhsa:tst:20110568027
        • commenteclipse-callgraph is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhsa:tst:20110568028
      • AND
        • commenteclipse-changelog is earlier than 1:2.7.0-1.el6
          ovaloval:com.redhat.rhsa:tst:20110568029
        • commenteclipse-changelog is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhsa:tst:20110568030
      • AND
        • commenteclipse-valgrind is earlier than 0:0.6.1-1.el6
          ovaloval:com.redhat.rhsa:tst:20110568031
        • commenteclipse-valgrind is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhsa:tst:20110568032
      • AND
        • commenteclipse-oprofile is earlier than 0:0.6.1-1.el6
          ovaloval:com.redhat.rhsa:tst:20110568033
        • commenteclipse-oprofile is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhsa:tst:20110568034
      • AND
        • commenticu4j-eclipse is earlier than 1:4.2.1-5.el6
          ovaloval:com.redhat.rhsa:tst:20110568035
        • commenticu4j-eclipse is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhsa:tst:20110568036
      • AND
        • commenticu4j-javadoc is earlier than 1:4.2.1-5.el6
          ovaloval:com.redhat.rhsa:tst:20110568037
        • commenticu4j-javadoc is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhsa:tst:20110568038
      • AND
        • commenticu4j is earlier than 1:4.2.1-5.el6
          ovaloval:com.redhat.rhsa:tst:20110568039
        • commenticu4j is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhsa:tst:20110568040
      • AND
        • commenteclipse-gef is earlier than 0:3.6.1-3.el6
          ovaloval:com.redhat.rhsa:tst:20110568041
        • commenteclipse-gef is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhsa:tst:20110568042
      • AND
        • commenteclipse-gef-sdk is earlier than 0:3.6.1-3.el6
          ovaloval:com.redhat.rhsa:tst:20110568043
        • commenteclipse-gef-sdk is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhsa:tst:20110568044
      • AND
        • commenteclipse-gef-examples is earlier than 0:3.6.1-3.el6
          ovaloval:com.redhat.rhsa:tst:20110568045
        • commenteclipse-gef-examples is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhsa:tst:20110568046
      • AND
        • commenteclipse-rcp is earlier than 1:3.6.1-6.13.el6
          ovaloval:com.redhat.rhsa:tst:20110568047
        • commenteclipse-rcp is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhsa:tst:20110568048
      • AND
        • commenteclipse-swt is earlier than 1:3.6.1-6.13.el6
          ovaloval:com.redhat.rhsa:tst:20110568049
        • commenteclipse-swt is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhsa:tst:20110568050
      • AND
        • commenteclipse-pde is earlier than 1:3.6.1-6.13.el6
          ovaloval:com.redhat.rhsa:tst:20110568051
        • commenteclipse-pde is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhsa:tst:20110568052
      • AND
        • commenteclipse-jdt is earlier than 1:3.6.1-6.13.el6
          ovaloval:com.redhat.rhsa:tst:20110568053
        • commenteclipse-jdt is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhsa:tst:20110568054
      • AND
        • commenteclipse-platform is earlier than 1:3.6.1-6.13.el6
          ovaloval:com.redhat.rhsa:tst:20110568055
        • commenteclipse-platform is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhsa:tst:20110568056
      • AND
        • commenteclipse-mylyn-trac is earlier than 0:3.4.2-9.el6
          ovaloval:com.redhat.rhsa:tst:20110568057
        • commenteclipse-mylyn-trac is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhsa:tst:20110568058
      • AND
        • commenteclipse-mylyn-cdt is earlier than 0:3.4.2-9.el6
          ovaloval:com.redhat.rhsa:tst:20110568059
        • commenteclipse-mylyn-cdt is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhsa:tst:20110568060
      • AND
        • commenteclipse-mylyn-wikitext is earlier than 0:3.4.2-9.el6
          ovaloval:com.redhat.rhsa:tst:20110568061
        • commenteclipse-mylyn-wikitext is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhsa:tst:20110568062
      • AND
        • commenteclipse-mylyn-pde is earlier than 0:3.4.2-9.el6
          ovaloval:com.redhat.rhsa:tst:20110568063
        • commenteclipse-mylyn-pde is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhsa:tst:20110568064
      • AND
        • commenteclipse-mylyn-webtasks is earlier than 0:3.4.2-9.el6
          ovaloval:com.redhat.rhsa:tst:20110568065
        • commenteclipse-mylyn-webtasks is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhsa:tst:20110568066
      • AND
        • commenteclipse-mylyn is earlier than 0:3.4.2-9.el6
          ovaloval:com.redhat.rhsa:tst:20110568067
        • commenteclipse-mylyn is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhsa:tst:20110568068
      • AND
        • commenteclipse-mylyn-java is earlier than 0:3.4.2-9.el6
          ovaloval:com.redhat.rhsa:tst:20110568069
        • commenteclipse-mylyn-java is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhsa:tst:20110568070
      • AND
        • commenteclipse-cdt is earlier than 1:7.0.1-4.el6
          ovaloval:com.redhat.rhsa:tst:20110568071
        • commenteclipse-cdt is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhsa:tst:20110568072
      • AND
        • commenteclipse-cdt-sdk is earlier than 1:7.0.1-4.el6
          ovaloval:com.redhat.rhsa:tst:20110568073
        • commenteclipse-cdt-sdk is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhsa:tst:20110568074
      • AND
        • commenteclipse-cdt-parsers is earlier than 1:7.0.1-4.el6
          ovaloval:com.redhat.rhsa:tst:20110568075
        • commenteclipse-cdt-parsers is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhsa:tst:20110568076
rhsa
idRHSA-2011:0568
released2011-05-19
severityLow
titleRHSA-2011:0568: eclipse security, bug fix, and enhancement update (Low)
rpms
  • eclipse-birt-0:2.6.0-1.1.el6
  • eclipse-callgraph-0:0.6.1-1.el6
  • eclipse-cdt-1:7.0.1-4.el6
  • eclipse-cdt-parsers-1:7.0.1-4.el6
  • eclipse-cdt-sdk-1:7.0.1-4.el6
  • eclipse-changelog-1:2.7.0-1.el6
  • eclipse-debuginfo-1:3.6.1-6.13.el6
  • eclipse-dtp-0:1.8.1-1.1.el6
  • eclipse-emf-0:2.6.0-1.el6
  • eclipse-emf-examples-0:2.6.0-1.el6
  • eclipse-emf-sdk-0:2.6.0-1.el6
  • eclipse-emf-xsd-0:2.6.0-1.el6
  • eclipse-emf-xsd-sdk-0:2.6.0-1.el6
  • eclipse-gef-0:3.6.1-3.el6
  • eclipse-gef-examples-0:3.6.1-3.el6
  • eclipse-gef-sdk-0:3.6.1-3.el6
  • eclipse-jdt-1:3.6.1-6.13.el6
  • eclipse-linuxprofilingframework-0:0.6.1-1.el6
  • eclipse-mylyn-0:3.4.2-9.el6
  • eclipse-mylyn-cdt-0:3.4.2-9.el6
  • eclipse-mylyn-java-0:3.4.2-9.el6
  • eclipse-mylyn-pde-0:3.4.2-9.el6
  • eclipse-mylyn-trac-0:3.4.2-9.el6
  • eclipse-mylyn-webtasks-0:3.4.2-9.el6
  • eclipse-mylyn-wikitext-0:3.4.2-9.el6
  • eclipse-oprofile-0:0.6.1-1.el6
  • eclipse-oprofile-debuginfo-0:0.6.1-1.el6
  • eclipse-pde-1:3.6.1-6.13.el6
  • eclipse-platform-1:3.6.1-6.13.el6
  • eclipse-rcp-1:3.6.1-6.13.el6
  • eclipse-rse-0:3.2-1.el6
  • eclipse-swt-1:3.6.1-6.13.el6
  • eclipse-valgrind-0:0.6.1-1.el6
  • icu4j-1:4.2.1-5.el6
  • icu4j-eclipse-1:4.2.1-5.el6
  • icu4j-javadoc-1:4.2.1-5.el6
  • jetty-eclipse-0:6.1.24-2.el6
  • objectweb-asm-0:3.2-2.1.el6
  • objectweb-asm-javadoc-0:3.2-2.1.el6
  • sat4j-0:2.2.0-4.0.el6