Executive Summary
Summary | |
---|---|
Title | eclipse security, bug fix, and enhancement update |
Informations | |||
---|---|---|---|
Name | RHSA-2011:0568 | First vendor Publication | 2011-05-19 |
Vendor | RedHat | Last vendor Modification | 2011-05-19 |
Severity (Vendor) | Low | Revision | 01 |
Security-Database Scoring CVSS v3
Cvss vector : N/A | |||
---|---|---|---|
Overall CVSS Score | NA | ||
Base Score | NA | Environmental Score | NA |
impact SubScore | NA | Temporal Score | NA |
Exploitabality Sub Score | NA | ||
Calculate full CVSS 3.0 Vectors scores |
Security-Database Scoring CVSS v2
Cvss vector : (AV:N/AC:M/Au:N/C:N/I:P/A:N) | |||
---|---|---|---|
Cvss Base Score | 4.3 | Attack Range | Network |
Cvss Impact Score | 2.9 | Attack Complexity | Medium |
Cvss Expoit Score | 8.6 | Authentication | None Required |
Calculate full CVSS 2.0 Vectors scores |
Detail
Problem Description: 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. 2. Relevant releases/architectures: Red Hat Enterprise Linux Server (v. 6) - i386, noarch, x86_64 Red Hat Enterprise Linux Server Optional (v. 6) - i386, noarch, x86_64 Red Hat Enterprise Linux Workstation (v. 6) - i386, noarch, x86_64 Red Hat Enterprise Linux Workstation Optional (v. 6) - i386, noarch, x86_64 3. Description: 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. 4. Solution: Before applying this update, make sure all previously-released errata relevant to your system have been applied. This update is available via the Red Hat Network. Details on how to use the Red Hat Network to apply this update are available at https://access.redhat.com/kb/docs/DOC-11259 5. Bugs fixed (http://bugzilla.redhat.com/): 622713 - Help Contents: Wrong URIs to GNU Tools 622867 - Profiling of binaries does not work if Eclipse project is NOT in Eclipse workspace 656329 - [eclipse] Re-base to Helios SR1 656333 - [eclipse-cdt] Re-base to Helios SR1(7.0.1) 656337 - [eclipse-mylyn] Re-base to Helios SR1(3.4.0) 656338 - [eclipse-rse] Re-base to Helios SR1(3.2.0) 656342 - Re-base icu4j to 4.2.1 656344 - [eclipse-emf] Re-base to Helios SR1(2.6.0) 656347 - [eclipse-gef] Re-base to Helios SR1(3.6.0) 656391 - Re-base eclipse-birt to Helios SR1(2.6.0) 656397 - [eclipse-dtp] Re-base to Helios SR1(1.8.0) 661842 - Re-base to sat4j 2.2.0 661845 - Re-base to jetty-eclipse 6.1.24 661901 - CVE-2010-4647 eclipse: Help Content web application vulnerable to multiple XSS 664019 - Re-base to objectweb-asm 3.2 668890 - Debug core logs spawner IO exception when running C/C++ executable 669460 - [eclipse-valgrind] Update to work with updated eclipse-birt 669461 - [eclipse-linuxprofilingframework] new version to allow updated eclipse-valgrind 669462 - [eclipse-callgraph] Updates to callgraph to work with newer GEF 669499 - [eclipse-changelog] Update eclipse-changelog plug-in 669819 - Update eclipse-mylyn qualifier to 20100916-0100-e3x 670228 - [eclipse-oprofile] Re-base to upstream 0.6.1 release 673174 - error: unpacking of archive failed: cpio: lstat failed - Resource temporarily unavailable 678364 - eclipse-cdt build touching local filesystem |
Original Source
Url : https://rhn.redhat.com/errata/RHSA-2011-0568.html |
CWE : Common Weakness Enumeration
% | Id | Name |
---|---|---|
100 % | CWE-79 | Failure to Preserve Web Page Structure ('Cross-site Scripting') (CWE/SANS Top 25) |
OVAL Definitions
CPE : Common Platform Enumeration
OpenVAS Exploits
Date | Description |
---|---|
2012-06-06 | Name : RedHat Update for eclipse RHSA-2011:0568-01 File : nvt/gb_RHSA-2011_0568-01_eclipse.nasl |
2011-02-22 | Name : Mandriva Update for eclipse MDVSA-2011:032 (eclipse) File : nvt/gb_mandriva_MDVSA_2011_032.nasl |
2011-02-17 | Name : Eclipse IDE Multiple Cross-site Scripting Vulnerabilities File : nvt/gb_eclipse_ide_mult_xss_vuln.nasl |
Open Source Vulnerability Database (OSVDB)
Id | Description |
---|---|
69267 | Eclipse Help Server help/advanced/content.jsp URI XSS Eclipse Help Server contains a flaw that allows a remote cross site scripting (XSS) attack. This flaw exists because the application does not validate input passed via the URL upon submission to the help/advanced/content.jsp script. This may allow a user to create a specially crafted URL that would execute arbitrary script code in a user's browser within the trust relationship between their browser and the server. |
69266 | Eclipse Help Server help/index.jsp URI XSS Eclipse Help Server contains a flaw that allows a remote cross site scripting (XSS) attack. This flaw exists because the application does not validate input from the URL upon submission to the help/index.jsp script. This may allow a user to create a specially crafted URL that would execute arbitrary script code in a user's browser within the trust relationship between their browser and the server. |
Nessus® Vulnerability Scanner
Date | Description |
---|---|
2012-08-01 | Name : The remote Scientific Linux host is missing one or more security updates. File : sl_20110519_eclipse_on_SL6_x.nasl - Type : ACT_GATHER_INFO |
2011-05-20 | Name : The remote Red Hat host is missing one or more security updates. File : redhat-RHSA-2011-0568.nasl - Type : ACT_GATHER_INFO |
2011-02-21 | Name : The remote Mandriva Linux host is missing one or more security updates. File : mandriva_MDVSA-2011-032.nasl - Type : ACT_GATHER_INFO |
2010-12-26 | Name : The remote Fedora host is missing a security update. File : fedora_2010-18990.nasl - Type : ACT_GATHER_INFO |
2010-12-26 | Name : The remote Fedora host is missing a security update. File : fedora_2010-19006.nasl - Type : ACT_GATHER_INFO |
Alert History
Date | Informations |
---|---|
2014-02-17 11:54:42 |
|