<div class="container">
<h1>Security update for eclipse-jgit, jsch</h1>
<table class="table table-striped table-bordered">
<tbody>
<tr>
<th>Announcement ID:</th>
<td>SUSE-SU-2024:0057-1</td>
</tr>
<tr>
<th>Rating:</th>
<td>important</td>
</tr>
<tr>
<th>References:</th>
<td>
<ul>
<li style="display: inline;">
<a href="https://bugzilla.suse.com/show_bug.cgi?id=1209646">bsc#1209646</a>
</li>
<li style="display: inline;">
<a href="https://bugzilla.suse.com/show_bug.cgi?id=1211955">bsc#1211955</a>
</li>
<li style="display: inline;">
<a href="https://bugzilla.suse.com/show_bug.cgi?id=1215298">bsc#1215298</a>
</li>
<li style="display: inline;">
<a href="https://jira.suse.com/browse/PED-6376">jsc#PED-6376</a>
</li>
<li style="display: inline;">
<a href="https://jira.suse.com/browse/PED-6377">jsc#PED-6377</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-4759.html">CVE-2023-4759</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-4759</span>
<span class="cvss-source">
(
SUSE
):
</span>
<span class="cvss-score">7.5</span>
<span class="cvss-vector">CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H</span>
</li>
<li class="list-group-item">
<span class="cvss-reference">CVE-2023-4759</span>
<span class="cvss-source">
(
NVD
):
</span>
<span class="cvss-score">8.8</span>
<span class="cvss-vector">CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H</span>
</li>
</ul>
</td>
</tr>
<tr>
<th>Affected Products:</th>
<td>
<ul class="list-group">
<li class="list-group-item">Development Tools Module 15-SP4</li>
<li class="list-group-item">Development Tools Module 15-SP5</li>
<li class="list-group-item">openSUSE Leap 15.4</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</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 SP3</li>
<li class="list-group-item">SUSE Linux Enterprise High Performance Computing LTSS 15 SP3</li>
<li class="list-group-item">SUSE Linux Enterprise Real Time 15 SP4</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 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 Manager Proxy 4.3</li>
<li class="list-group-item">SUSE Manager Retail Branch Server 4.3</li>
<li class="list-group-item">SUSE Manager Server 4.3</li>
<li class="list-group-item">SUSE Manager Server 4.3 Module 4.3</li>
</ul>
</td>
</tr>
</tbody>
</table>
<p>An update that solves one vulnerability, contains two features and has two security fixes can now be installed.</p>
<h2>Description:</h2>
<p>This update for eclipse-jgit, jsch fixes the following issues:</p>
<p>Security fix:
- CVE-2023-4759: Fixed an arbitrary file overwrite which might have occurred with a specially crafted git repository and a case-insensitive filesystem. (bsc#1215298)</p>
<p>Other fixes:
jsch was updated to version 0.2.9:
- Added support for various algorithms
- Migrated from <code>com.jcraft:jsch</code> to <code>com.github.mwiede:jsch</code> fork (bsc#1211955):
* Alias to the old artifact since the new one is drop-in
replacement
* Keep the old OSGi bundle symbolic name to avoid extensive
patching of eclipse stack
- Updated to version 0.2.9:
* For the full list of changes please consult the upstream changelogs below for each version updated:
+ https://github.com/mwiede/jsch/releases/tag/jsch-0.2.9
+ https://github.com/mwiede/jsch/releases/tag/jsch-0.2.8
+ https://github.com/mwiede/jsch/releases/tag/jsch-0.2.7
+ https://github.com/mwiede/jsch/releases/tag/jsch-0.2.6
+ https://github.com/mwiede/jsch/releases/tag/jsch-0.2.5
+ https://github.com/mwiede/jsch/releases/tag/jsch-0.2.4
+ https://github.com/mwiede/jsch/releases/tag/jsch-0.2.3
+ https://github.com/mwiede/jsch/releases/tag/jsch-0.2.2
+ https://github.com/mwiede/jsch/releases/tag/jsch-0.2.1
+ https://github.com/mwiede/jsch/releases/tag/jsch-0.2.0
+ https://github.com/mwiede/jsch/releases/tag/jsch-0.1.71
+ https://github.com/mwiede/jsch/releases/tag/jsch-0.1.70
+ https://github.com/mwiede/jsch/releases/tag/jsch-0.1.69
+ https://github.com/mwiede/jsch/releases/tag/jsch-0.1.68
+ https://github.com/mwiede/jsch/releases/tag/jsch-0.1.67
+ https://github.com/mwiede/jsch/releases/tag/jsch-0.1.66
+ https://github.com/mwiede/jsch/releases/tag/jsch-0.1.65
+ https://github.com/mwiede/jsch/releases/tag/jsch-0.1.64
+ https://github.com/mwiede/jsch/releases/tag/jsch-0.1.63
+ https://github.com/mwiede/jsch/releases/tag/jsch-0.1.62
+ https://github.com/mwiede/jsch/releases/tag/jsch-0.1.61
+ https://github.com/mwiede/jsch/releases/tag/jsch-0.1.60
+ https://github.com/mwiede/jsch/releases/tag/jsch-0.1.59
+ https://github.com/mwiede/jsch/releases/tag/jsch-0.1.58
+ https://github.com/mwiede/jsch/releases/tag/jsch-0.1.57
+ https://github.com/mwiede/jsch/releases/tag/jsch-0.1.56</p>
<p>eclipse-jgit:</p>
<ul>
<li>Craft the jgit script from the real Main class of the jar file instead of using a jar launcher (bsc#1209646)</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">
openSUSE Leap 15.4
<br/>
<code>zypper in -t patch openSUSE-SLE-15.4-2024-57=1</code>
</li>
<li class="list-group-item">
openSUSE Leap 15.5
<br/>
<code>zypper in -t patch openSUSE-SLE-15.5-2024-57=1</code>
</li>
<li class="list-group-item">
Development Tools Module 15-SP4
<br/>
<code>zypper in -t patch SUSE-SLE-Module-Development-Tools-15-SP4-2024-57=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-57=1</code>
</li>
<li class="list-group-item">
SUSE Manager Server 4.3 Module 4.3
<br/>
<code>zypper in -t patch SUSE-SLE-Module-SUSE-Manager-Server-4.3-2024-57=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-57=1</code>
</li>
<li class="list-group-item">
SUSE Linux Enterprise High Performance Computing ESPOS 15 SP3
<br/>
<code>zypper in -t patch SUSE-SLE-Product-HPC-15-SP3-ESPOS-2024-57=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-57=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-57=1</code>
</li>
<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-57=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-57=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-57=1</code>
</li>
<li class="list-group-item">
SUSE Enterprise Storage 7.1
<br/>
<code>zypper in -t patch SUSE-Storage-7.1-2024-57=1</code>
</li>
</ul>
<h2>Package List:</h2>
<ul>
<li>
openSUSE Leap 15.4 (noarch)
<ul>
<li>jsch-demo-0.2.9-150200.11.10.1</li>
<li>jsch-javadoc-0.2.9-150200.11.10.1</li>
<li>jgit-javadoc-5.11.0-150200.3.15.2</li>
<li>eclipse-jgit-5.11.0-150200.3.15.2</li>
<li>jgit-5.11.0-150200.3.15.2</li>
<li>jsch-0.2.9-150200.11.10.1</li>
</ul>
</li>
<li>
openSUSE Leap 15.5 (noarch)
<ul>
<li>eclipse-jgit-5.11.0-150200.3.15.2</li>
<li>jsch-demo-0.2.9-150200.11.10.1</li>
<li>jsch-javadoc-0.2.9-150200.11.10.1</li>
<li>jsch-0.2.9-150200.11.10.1</li>
</ul>
</li>
<li>
Development Tools Module 15-SP4 (noarch)
<ul>
<li>jsch-0.2.9-150200.11.10.1</li>
</ul>
</li>
<li>
Development Tools Module 15-SP5 (noarch)
<ul>
<li>jsch-0.2.9-150200.11.10.1</li>
</ul>
</li>
<li>
SUSE Manager Server 4.3 Module 4.3 (noarch)
<ul>
<li>jsch-0.2.9-150200.11.10.1</li>
</ul>
</li>
<li>
SUSE Linux Enterprise High Performance Computing 15 SP2 LTSS 15-SP2 (noarch)
<ul>
<li>jsch-0.2.9-150200.11.10.1</li>
</ul>
</li>
<li>
SUSE Linux Enterprise High Performance Computing ESPOS 15 SP3 (noarch)
<ul>
<li>jsch-0.2.9-150200.11.10.1</li>
</ul>
</li>
<li>
SUSE Linux Enterprise High Performance Computing LTSS 15 SP3 (noarch)
<ul>
<li>jsch-0.2.9-150200.11.10.1</li>
</ul>
</li>
<li>
SUSE Linux Enterprise Server 15 SP2 LTSS 15-SP2 (noarch)
<ul>
<li>jsch-0.2.9-150200.11.10.1</li>
</ul>
</li>
<li>
SUSE Linux Enterprise Server 15 SP3 LTSS 15-SP3 (noarch)
<ul>
<li>jsch-0.2.9-150200.11.10.1</li>
</ul>
</li>
<li>
SUSE Linux Enterprise Server for SAP Applications 15 SP2 (noarch)
<ul>
<li>jsch-0.2.9-150200.11.10.1</li>
</ul>
</li>
<li>
SUSE Linux Enterprise Server for SAP Applications 15 SP3 (noarch)
<ul>
<li>jsch-0.2.9-150200.11.10.1</li>
</ul>
</li>
<li>
SUSE Enterprise Storage 7.1 (noarch)
<ul>
<li>jsch-0.2.9-150200.11.10.1</li>
</ul>
</li>
</ul>
<h2>References:</h2>
<ul>
<li>
<a href="https://www.suse.com/security/cve/CVE-2023-4759.html">https://www.suse.com/security/cve/CVE-2023-4759.html</a>
</li>
<li>
<a href="https://bugzilla.suse.com/show_bug.cgi?id=1209646">https://bugzilla.suse.com/show_bug.cgi?id=1209646</a>
</li>
<li>
<a href="https://bugzilla.suse.com/show_bug.cgi?id=1211955">https://bugzilla.suse.com/show_bug.cgi?id=1211955</a>
</li>
<li>
<a href="https://bugzilla.suse.com/show_bug.cgi?id=1215298">https://bugzilla.suse.com/show_bug.cgi?id=1215298</a>
</li>
<li>
<a href="https://jira.suse.com/browse/PED-6376">https://jira.suse.com/browse/PED-6376</a>
</li>
<li>
<a href="https://jira.suse.com/browse/PED-6377">https://jira.suse.com/browse/PED-6377</a>
</li>
</ul>
</div>