<div class="container">
<h1>Security update for eclipse, maven-surefire, tycho</h1>
<table class="table table-striped table-bordered">
<tbody>
<tr>
<th>Announcement ID:</th>
<td>SUSE-SU-2024:1304-1</td>
</tr>
<tr>
<th>Rating:</th>
<td>moderate</td>
</tr>
<tr>
<th>References:</th>
<td>
<ul>
<li style="display: inline;">
<a href="https://bugzilla.suse.com/show_bug.cgi?id=1216992">bsc#1216992</a>
</li>
</ul>
</td>
</tr>
<tr>
<th>
Cross-References:
</th>
<td>
<ul>
<li style="display: inline;">
<a href="https://www.suse.com/security/cve/CVE-2023-4218.html">CVE-2023-4218</a>
</li>
</ul>
</td>
</tr>
<tr>
<th>CVSS scores:</th>
<td>
<ul class="list-group">
<li class="list-group-item">
<span class="cvss-reference">CVE-2023-4218</span>
<span class="cvss-source">
(
SUSE
):
</span>
<span class="cvss-score">5.0</span>
<span class="cvss-vector">CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:N/A:N</span>
</li>
<li class="list-group-item">
<span class="cvss-reference">CVE-2023-4218</span>
<span class="cvss-source">
(
NVD
):
</span>
<span class="cvss-score">5.0</span>
<span class="cvss-vector">CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:N/A:N</span>
</li>
</ul>
</td>
</tr>
<tr>
<th>Affected Products:</th>
<td>
<ul class="list-group">
<li class="list-group-item">Development Tools Module 15-SP5</li>
<li class="list-group-item">openSUSE Leap 15.5</li>
<li class="list-group-item">SUSE Enterprise Storage 7.1</li>
<li class="list-group-item">SUSE Linux Enterprise Desktop 15 SP4 LTSS 15-SP4</li>
<li class="list-group-item">SUSE Linux Enterprise Desktop 15 SP5</li>
<li class="list-group-item">SUSE Linux Enterprise High Performance Computing 15 SP2</li>
<li class="list-group-item">SUSE Linux Enterprise High Performance Computing 15 SP2 LTSS 15-SP2</li>
<li class="list-group-item">SUSE Linux Enterprise High Performance Computing 15 SP3</li>
<li class="list-group-item">SUSE Linux Enterprise High Performance Computing 15 SP4</li>
<li class="list-group-item">SUSE Linux Enterprise High Performance Computing 15 SP5</li>
<li class="list-group-item">SUSE Linux Enterprise High Performance Computing ESPOS 15 SP4</li>
<li class="list-group-item">SUSE Linux Enterprise High Performance Computing LTSS 15 SP3</li>
<li class="list-group-item">SUSE Linux Enterprise High Performance Computing LTSS 15 SP4</li>
<li class="list-group-item">SUSE Linux Enterprise Micro 5.5</li>
<li class="list-group-item">SUSE Linux Enterprise Real Time 15 SP5</li>
<li class="list-group-item">SUSE Linux Enterprise Server 15 SP2</li>
<li class="list-group-item">SUSE Linux Enterprise Server 15 SP2 LTSS 15-SP2</li>
<li class="list-group-item">SUSE Linux Enterprise Server 15 SP3</li>
<li class="list-group-item">SUSE Linux Enterprise Server 15 SP3 LTSS 15-SP3</li>
<li class="list-group-item">SUSE Linux Enterprise Server 15 SP4</li>
<li class="list-group-item">SUSE Linux Enterprise Server 15 SP4 LTSS 15-SP4</li>
<li class="list-group-item">SUSE Linux Enterprise Server 15 SP5</li>
<li class="list-group-item">SUSE Linux Enterprise Server for SAP Applications 15 SP2</li>
<li class="list-group-item">SUSE Linux Enterprise Server for SAP Applications 15 SP3</li>
<li class="list-group-item">SUSE Linux Enterprise Server for SAP Applications 15 SP4</li>
<li class="list-group-item">SUSE Linux Enterprise Server for SAP Applications 15 SP5</li>
<li class="list-group-item">SUSE Package Hub 15 15-SP5</li>
</ul>
</td>
</tr>
</tbody>
</table>
<p>An update that solves one vulnerability can now be installed.</p>
<h2>Description:</h2>
<p>This update for eclipse, maven-surefire, tycho fixes the following issues:</p>
<p>eclipse received the following security fix:</p>
<ul>
<li>CVE-2023-4218: Fixed a bug where parsing files with xml content laeds to XXE attacks. (bsc#1216992)</li>
</ul>
<p>maven-sunfire was updated from version 2.22.0 to 2.22.2:</p>
<ul>
<li>
<p>Changes in version 2.22.2:</p>
</li>
<li>
<p>Bugs fixed:</p>
<ul>
<li>Fixed JUnit Runner that writes to System.out corrupts Surefire’s STDOUT when using JUnit’s Vintage
Engine</li>
</ul>
</li>
<li>
<p>Changes in version 2.22.1:</p>
</li>
<li>
<p>Bugs fixed:</p>
<ul>
<li>Fixed Surefire unable to run testng suites in parallel</li>
<li>Fixed Git wrongly considering PNG files as changed when there is no change</li>
<li>Fixed the surefire XSD published on maven site lacking of some rerun element</li>
<li>Fixed XML Report elements rerunError, rerunFailure, flakyFailure, flakyError</li>
<li>Fixed overriding platform version through project/plugin dependencies</li>
<li>Fixed mixed up characters in standard output</li>
<li>Logs in Parallel Tests are mixed up when <code>forkMode=never</code> or <code>forkCount=0</code></li>
<li>MIME type for javascript is now officially application/javascript</li>
</ul>
</li>
<li>
<p>Improvements:</p>
<ul>
<li>Elapsed time in XML Report should satisfy pattern in XSD.</li>
<li>Fix old test resources TEST-*.xml in favor of continuing with SUREFIRE-1550</li>
<li>Nil element “failureMessage” in failsafe-summary.xml should have self closed tag</li>
<li>Removed obsolete module <code>surefire-setup-integration-tests</code></li>
<li>Support Java 11</li>
<li>Surefire should support parameterized reportsDirectory</li>
</ul>
</li>
<li>
<p>Dependency upgrades:</p>
<ul>
<li>Upgraded maven-plugins parent to version 32</li>
<li>Upgraded maven-plugins parent to version 33</li>
</ul>
</li>
</ul>
<p>tycho received the following bug fixes:</p>
<ul>
<li>Fixed build against maven-surefire 2.22.1 and newer</li>
<li>Fixed build against newer plexus-compiler</li>
<li>Fixed issues with plexus-archiver 4.4.0 and newer</li>
<li>Require explicitely artifacts that will not be required automatically any more</li>
</ul>
<h2>Patch Instructions:</h2>
<p>
To install this SUSE update use the SUSE recommended
installation methods like YaST online_update or "zypper patch".<br/>
Alternatively you can run the command listed for your product:
</p>
<ul class="list-group">
<li class="list-group-item">
SUSE Linux Enterprise Server 15 SP3 LTSS 15-SP3
<br/>
<code>zypper in -t patch SUSE-SLE-Product-SLES-15-SP3-LTSS-2024-1304=1</code>
</li>
<li class="list-group-item">
SUSE Linux Enterprise Server 15 SP4 LTSS 15-SP4
<br/>
<code>zypper in -t patch SUSE-SLE-Product-SLES-15-SP4-LTSS-2024-1304=1</code>
</li>
<li class="list-group-item">
SUSE Linux Enterprise Server for SAP Applications 15 SP2
<br/>
<code>zypper in -t patch SUSE-SLE-Product-SLES_SAP-15-SP2-2024-1304=1</code>
</li>
<li class="list-group-item">
SUSE Linux Enterprise Server for SAP Applications 15 SP3
<br/>
<code>zypper in -t patch SUSE-SLE-Product-SLES_SAP-15-SP3-2024-1304=1</code>
</li>
<li class="list-group-item">
SUSE Linux Enterprise Server for SAP Applications 15 SP4
<br/>
<code>zypper in -t patch SUSE-SLE-Product-SLES_SAP-15-SP4-2024-1304=1</code>
</li>
<li class="list-group-item">
SUSE Enterprise Storage 7.1
<br/>
<code>zypper in -t patch SUSE-Storage-7.1-2024-1304=1</code>
</li>
<li class="list-group-item">
openSUSE Leap 15.5
<br/>
<code>zypper in -t patch openSUSE-SLE-15.5-2024-1304=1</code>
</li>
<li class="list-group-item">
Development Tools Module 15-SP5
<br/>
<code>zypper in -t patch SUSE-SLE-Module-Development-Tools-15-SP5-2024-1304=1</code>
</li>
<li class="list-group-item">
SUSE Package Hub 15 15-SP5
<br/>
<code>zypper in -t patch SUSE-SLE-Module-Packagehub-Subpackages-15-SP5-2024-1304=1</code>
</li>
<li class="list-group-item">
SUSE Linux Enterprise High Performance Computing 15 SP2 LTSS 15-SP2
<br/>
<code>zypper in -t patch SUSE-SLE-Product-HPC-15-SP2-LTSS-2024-1304=1</code>
</li>
<li class="list-group-item">
SUSE Linux Enterprise High Performance Computing LTSS 15 SP3
<br/>
<code>zypper in -t patch SUSE-SLE-Product-HPC-15-SP3-LTSS-2024-1304=1</code>
</li>
<li class="list-group-item">
SUSE Linux Enterprise High Performance Computing ESPOS 15 SP4
<br/>
<code>zypper in -t patch SUSE-SLE-Product-HPC-15-SP4-ESPOS-2024-1304=1</code>
</li>
<li class="list-group-item">
SUSE Linux Enterprise High Performance Computing LTSS 15 SP4
<br/>
<code>zypper in -t patch SUSE-SLE-Product-HPC-15-SP4-LTSS-2024-1304=1</code>
</li>
<li class="list-group-item">
SUSE Linux Enterprise Desktop 15 SP4 LTSS 15-SP4
<br/>
<code>zypper in -t patch SUSE-SLE-Product-SLED-15-SP4-LTSS-2024-1304=1</code>
</li>
<li class="list-group-item">
SUSE Linux Enterprise Server 15 SP2 LTSS 15-SP2
<br/>
<code>zypper in -t patch SUSE-SLE-Product-SLES-15-SP2-LTSS-2024-1304=1</code>
</li>
</ul>
<h2>Package List:</h2>
<ul>
<li>
SUSE Linux Enterprise Server 15 SP3 LTSS 15-SP3 (noarch)
<ul>
<li>maven-surefire-2.22.2-150200.3.9.9.1</li>
<li>maven-surefire-plugin-2.22.2-150200.3.9.9.1</li>
<li>maven-surefire-provider-junit-2.22.2-150200.3.9.9.1</li>
<li>maven-surefire-provider-testng-2.22.2-150200.3.9.9.1</li>
</ul>
</li>
<li>
SUSE Linux Enterprise Server 15 SP4 LTSS 15-SP4 (noarch)
<ul>
<li>maven-surefire-2.22.2-150200.3.9.9.1</li>
<li>maven-surefire-plugin-2.22.2-150200.3.9.9.1</li>
<li>maven-surefire-provider-junit-2.22.2-150200.3.9.9.1</li>
<li>maven-surefire-provider-testng-2.22.2-150200.3.9.9.1</li>
</ul>
</li>
<li>
SUSE Linux Enterprise Server for SAP Applications 15 SP2 (noarch)
<ul>
<li>maven-surefire-2.22.2-150200.3.9.9.1</li>
<li>maven-surefire-plugin-2.22.2-150200.3.9.9.1</li>
<li>maven-surefire-provider-junit-2.22.2-150200.3.9.9.1</li>
<li>maven-surefire-provider-testng-2.22.2-150200.3.9.9.1</li>
</ul>
</li>
<li>
SUSE Linux Enterprise Server for SAP Applications 15 SP3 (noarch)
<ul>
<li>maven-surefire-2.22.2-150200.3.9.9.1</li>
<li>maven-surefire-plugin-2.22.2-150200.3.9.9.1</li>
<li>maven-surefire-provider-junit-2.22.2-150200.3.9.9.1</li>
<li>maven-surefire-provider-testng-2.22.2-150200.3.9.9.1</li>
</ul>
</li>
<li>
SUSE Linux Enterprise Server for SAP Applications 15 SP4 (noarch)
<ul>
<li>maven-surefire-2.22.2-150200.3.9.9.1</li>
<li>maven-surefire-plugin-2.22.2-150200.3.9.9.1</li>
<li>maven-surefire-provider-junit-2.22.2-150200.3.9.9.1</li>
<li>maven-surefire-provider-testng-2.22.2-150200.3.9.9.1</li>
</ul>
</li>
<li>
SUSE Enterprise Storage 7.1 (noarch)
<ul>
<li>maven-surefire-2.22.2-150200.3.9.9.1</li>
<li>maven-surefire-plugin-2.22.2-150200.3.9.9.1</li>
<li>maven-surefire-provider-junit-2.22.2-150200.3.9.9.1</li>
<li>maven-surefire-provider-testng-2.22.2-150200.3.9.9.1</li>
</ul>
</li>
<li>
openSUSE Leap 15.5 (aarch64 ppc64le s390x x86_64)
<ul>
<li>eclipse-platform-debuginfo-4.15-150200.4.16.4</li>
<li>eclipse-swt-debuginfo-4.15-150200.4.16.4</li>
<li>eclipse-swt-4.15-150200.4.16.4</li>
<li>eclipse-swt-bootstrap-4.15-150200.4.16.5</li>
<li>eclipse-platform-4.15-150200.4.16.4</li>
<li>eclipse-bootstrap-debuginfo-4.15-150200.4.16.5</li>
<li>eclipse-emf-core-2.22.0-150200.4.9.3</li>
<li>eclipse-emf-core-bootstrap-2.22.0-150200.4.9.3</li>
<li>eclipse-equinox-osgi-4.15-150200.4.16.4</li>
<li>eclipse-swt-bootstrap-debuginfo-4.15-150200.4.16.5</li>
<li>eclipse-pde-bootstrap-4.15-150200.4.16.5</li>
<li>eclipse-contributor-tools-4.15-150200.4.16.4</li>
<li>eclipse-platform-bootstrap-4.15-150200.4.16.5</li>
<li>eclipse-platform-bootstrap-debuginfo-4.15-150200.4.16.5</li>
<li>eclipse-debuginfo-4.15-150200.4.16.4</li>
<li>eclipse-bootstrap-debugsource-4.15-150200.4.16.5</li>
<li>eclipse-pde-4.15-150200.4.16.4</li>
<li>eclipse-equinox-osgi-bootstrap-4.15-150200.4.16.5</li>
<li>eclipse-debugsource-4.15-150200.4.16.4</li>
</ul>
</li>
<li>
openSUSE Leap 15.5 (noarch)
<ul>
<li>eclipse-emf-xsd-2.22.0-150200.4.9.3</li>
<li>eclipse-p2-discovery-4.15-150200.4.16.4</li>
<li>maven-failsafe-plugin-bootstrap-2.22.2-150200.3.9.9.1</li>
<li>maven-surefire-report-parser-2.22.2-150200.3.9.9.1</li>
<li>tycho-javadoc-1.6.0-150200.4.9.5</li>
<li>tycho-1.6.0-150200.4.9.5</li>
<li>maven-surefire-plugin-bootstrap-2.22.2-150200.3.9.9.1</li>
<li>maven-surefire-provider-testng-2.22.2-150200.3.9.9.1</li>
<li>eclipse-emf-sdk-2.22.0-150200.4.9.3</li>
<li>maven-surefire-javadoc-2.22.2-150200.3.9.9.1</li>
<li>eclipse-p2-discovery-bootstrap-4.15-150200.4.16.5</li>
<li>eclipse-jdt-bootstrap-4.15-150200.4.16.5</li>
<li>maven-surefire-report-plugin-bootstrap-2.22.2-150200.3.9.9.1</li>
<li>maven-surefire-plugin-2.22.2-150200.3.9.9.1</li>
<li>maven-surefire-plugins-javadoc-2.22.2-150200.3.9.9.1</li>
<li>eclipse-emf-runtime-2.22.0-150200.4.9.3</li>
<li>maven-surefire-provider-junit5-javadoc-2.22.2-150200.3.9.9.1</li>
<li>eclipse-jdt-4.15-150200.4.16.4</li>
<li>tycho-bootstrap-1.6.0-150200.4.9.2</li>
<li>maven-surefire-report-plugin-2.22.2-150200.3.9.9.1</li>
<li>maven-surefire-provider-junit-2.22.2-150200.3.9.9.1</li>
<li>maven-surefire-provider-junit5-2.22.2-150200.3.9.9.1</li>
<li>maven-surefire-2.22.2-150200.3.9.9.1</li>
<li>maven-failsafe-plugin-2.22.2-150200.3.9.9.1</li>
</ul>
</li>
<li>
Development Tools Module 15-SP5 (noarch)
<ul>
<li>maven-surefire-2.22.2-150200.3.9.9.1</li>
<li>maven-surefire-plugin-2.22.2-150200.3.9.9.1</li>
<li>maven-surefire-provider-junit-2.22.2-150200.3.9.9.1</li>
<li>maven-surefire-provider-testng-2.22.2-150200.3.9.9.1</li>
</ul>
</li>
<li>
SUSE Package Hub 15 15-SP5 (aarch64 ppc64le s390x x86_64)
<ul>
<li>eclipse-platform-debuginfo-4.15-150200.4.16.4</li>
<li>eclipse-swt-debuginfo-4.15-150200.4.16.4</li>
<li>eclipse-swt-4.15-150200.4.16.4</li>
<li>eclipse-swt-bootstrap-4.15-150200.4.16.5</li>
<li>eclipse-platform-4.15-150200.4.16.4</li>
<li>eclipse-bootstrap-debuginfo-4.15-150200.4.16.5</li>
<li>eclipse-emf-core-2.22.0-150200.4.9.3</li>
<li>eclipse-emf-core-bootstrap-2.22.0-150200.4.9.3</li>
<li>eclipse-equinox-osgi-4.15-150200.4.16.4</li>
<li>eclipse-swt-bootstrap-debuginfo-4.15-150200.4.16.5</li>
<li>eclipse-pde-bootstrap-4.15-150200.4.16.5</li>
<li>eclipse-contributor-tools-4.15-150200.4.16.4</li>
<li>eclipse-platform-bootstrap-4.15-150200.4.16.5</li>
<li>eclipse-platform-bootstrap-debuginfo-4.15-150200.4.16.5</li>
<li>eclipse-debuginfo-4.15-150200.4.16.4</li>
<li>eclipse-bootstrap-debugsource-4.15-150200.4.16.5</li>
<li>eclipse-pde-4.15-150200.4.16.4</li>
<li>eclipse-equinox-osgi-bootstrap-4.15-150200.4.16.5</li>
<li>eclipse-debugsource-4.15-150200.4.16.4</li>
</ul>
</li>
<li>
SUSE Linux Enterprise High Performance Computing 15 SP2 LTSS 15-SP2 (noarch)
<ul>
<li>maven-surefire-2.22.2-150200.3.9.9.1</li>
<li>maven-surefire-plugin-2.22.2-150200.3.9.9.1</li>
<li>maven-surefire-provider-junit-2.22.2-150200.3.9.9.1</li>
<li>maven-surefire-provider-testng-2.22.2-150200.3.9.9.1</li>
</ul>
</li>
<li>
SUSE Linux Enterprise High Performance Computing LTSS 15 SP3 (noarch)
<ul>
<li>maven-surefire-2.22.2-150200.3.9.9.1</li>
<li>maven-surefire-plugin-2.22.2-150200.3.9.9.1</li>
<li>maven-surefire-provider-junit-2.22.2-150200.3.9.9.1</li>
<li>maven-surefire-provider-testng-2.22.2-150200.3.9.9.1</li>
</ul>
</li>
<li>
SUSE Linux Enterprise High Performance Computing ESPOS 15 SP4 (noarch)
<ul>
<li>maven-surefire-2.22.2-150200.3.9.9.1</li>
<li>maven-surefire-plugin-2.22.2-150200.3.9.9.1</li>
<li>maven-surefire-provider-junit-2.22.2-150200.3.9.9.1</li>
<li>maven-surefire-provider-testng-2.22.2-150200.3.9.9.1</li>
</ul>
</li>
<li>
SUSE Linux Enterprise High Performance Computing LTSS 15 SP4 (noarch)
<ul>
<li>maven-surefire-2.22.2-150200.3.9.9.1</li>
<li>maven-surefire-plugin-2.22.2-150200.3.9.9.1</li>
<li>maven-surefire-provider-junit-2.22.2-150200.3.9.9.1</li>
<li>maven-surefire-provider-testng-2.22.2-150200.3.9.9.1</li>
</ul>
</li>
<li>
SUSE Linux Enterprise Desktop 15 SP4 LTSS 15-SP4 (noarch)
<ul>
<li>maven-surefire-2.22.2-150200.3.9.9.1</li>
<li>maven-surefire-plugin-2.22.2-150200.3.9.9.1</li>
<li>maven-surefire-provider-junit-2.22.2-150200.3.9.9.1</li>
<li>maven-surefire-provider-testng-2.22.2-150200.3.9.9.1</li>
</ul>
</li>
<li>
SUSE Linux Enterprise Server 15 SP2 LTSS 15-SP2 (noarch)
<ul>
<li>maven-surefire-2.22.2-150200.3.9.9.1</li>
<li>maven-surefire-plugin-2.22.2-150200.3.9.9.1</li>
<li>maven-surefire-provider-junit-2.22.2-150200.3.9.9.1</li>
<li>maven-surefire-provider-testng-2.22.2-150200.3.9.9.1</li>
</ul>
</li>
</ul>
<h2>References:</h2>
<ul>
<li>
<a href="https://www.suse.com/security/cve/CVE-2023-4218.html">https://www.suse.com/security/cve/CVE-2023-4218.html</a>
</li>
<li>
<a href="https://bugzilla.suse.com/show_bug.cgi?id=1216992">https://bugzilla.suse.com/show_bug.cgi?id=1216992</a>
</li>
</ul>
</div>