<div class="container">
<h1>Security update for amazon-ecs-init</h1>
<table class="table table-striped table-bordered">
<tbody>
<tr>
<th>Announcement ID:</th>
<td>SUSE-SU-2026:22320-1</td>
</tr>
<tr>
<th>Release Date:</th>
<td>2026-06-22T14:30:37Z</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=1265843">bsc#1265843</a>
</li>
<li style="display: inline;">
<a href="https://bugzilla.suse.com/show_bug.cgi?id=1266652">bsc#1266652</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-2026-33814.html">CVE-2026-33814</a>
</li>
<li style="display: inline;">
<a href="https://www.suse.com/security/cve/CVE-2026-39821.html">CVE-2026-39821</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-2026-33814</span>
<span class="cvss-source">
(
SUSE
):
</span>
<span class="cvss-score">7.5</span>
<span class="cvss-vector">CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H</span>
</li>
<li class="list-group-item">
<span class="cvss-reference">CVE-2026-33814</span>
<span class="cvss-source">
(
NVD
):
</span>
<span class="cvss-score">7.5</span>
<span class="cvss-vector">CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H</span>
</li>
<li class="list-group-item">
<span class="cvss-reference">CVE-2026-33814</span>
<span class="cvss-source">
(
NVD
):
</span>
<span class="cvss-score">7.5</span>
<span class="cvss-vector">CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H</span>
</li>
<li class="list-group-item">
<span class="cvss-reference">CVE-2026-33814</span>
<span class="cvss-source">
(
NVD
):
</span>
<span class="cvss-score">7.5</span>
<span class="cvss-vector">CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H</span>
</li>
<li class="list-group-item">
<span class="cvss-reference">CVE-2026-39821</span>
<span class="cvss-source">
(
SUSE
):
</span>
<span class="cvss-score">9.1</span>
<span class="cvss-vector">CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N</span>
</li>
<li class="list-group-item">
<span class="cvss-reference">CVE-2026-39821</span>
<span class="cvss-source">
(
SUSE
):
</span>
<span class="cvss-score">7.4</span>
<span class="cvss-vector">CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N</span>
</li>
<li class="list-group-item">
<span class="cvss-reference">CVE-2026-39821</span>
<span class="cvss-source">
(
NVD
):
</span>
<span class="cvss-score">8.2</span>
<span class="cvss-vector">CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:N</span>
</li>
<li class="list-group-item">
<span class="cvss-reference">CVE-2026-39821</span>
<span class="cvss-source">
(
NVD
):
</span>
<span class="cvss-score">9.6</span>
<span class="cvss-vector">CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:N</span>
</li>
</ul>
</td>
</tr>
<tr>
<th>Affected Products:</th>
<td>
<ul class="list-group">
<li class="list-group-item">SUSE Linux Enterprise Server 16.0</li>
<li class="list-group-item">SUSE Linux Enterprise Server for SAP applications 16.0</li>
</ul>
</td>
</tr>
</tbody>
</table>
<p>An update that solves two vulnerabilities can now be installed.</p>
<h2>Description:</h2>
<p>This update for amazon-ecs-init fixes the following issues</p>
<p>Update to version 1.103.2:</p>
<ul>
<li>CVE-2026-33814: golang.org/x/net/http2: infinite loop in HTTP/2 transport when given bad SETTINGS_MAX_FRAME_SIZE
(bsc#1265843).</li>
<li>CVE-2026-39821: golang.org/x/net/idna: failure to reject ASCII-only Punycode-encoded labels allows for validation
bypass and privilege escalation (bsc#1266652).</li>
</ul>
<p>Changes:</p>
<ul>
<li>Enhancement - Bump github.com/aws/aws-sdk-go-v2/service/fsx from
1.53.1 to 1.65.10 in /agent (#4966)</li>
<li>Enhancement - Add semgrep security scan for command injection (#4959)</li>
<li>Enhancement - Bump golang.org/x/tools from 0.39.0 to 0.45.0 in
/ecs-agent (#4965), also updates x/net to 0.54.0 (bsc#1266652, CVE-2026-39821)</li>
<li>Enhancement - Add integration test for credential refresher (#4961)</li>
<li>Enhancement - Bump golang.org/x/tools from 0.42.0 to 0.45.0 in /agent (#4873)</li>
<li>Enhancement - Update Go version to 1.25.10 (#4960)</li>
<li>Enhancement - Bump go.etcd.io/bbolt from 1.3.9 to 1.4.3 in /ecs-agent (#4872)</li>
<li>Enhancement - update credentials-fetcher retry comments/tests (#4954)</li>
<li>Enhancement - Enhancement - Add retry mechanism to credentialsfetcher (#4948)</li>
<li>Enhancement - Add IMDS credential refresher (#4953)</li>
<li>Bugfix - fix flaky tests depending on timers (#4955)</li>
<li>Feature - Implement IMDS scanner for task credential retrieval,
in the shared library (#4945)</li>
<li>Feature - Add config/capability for IMDS-based task credential retrieval
(disabled for now) (#4938)</li>
<li>Feature - Add IMDS credential scanner interface and capability constant
for IMDS-based task credential retrieval (#4937)</li>
<li>Enhancement - Bump github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs
from 1.47.3 to 1.65.0 in /agent (#4921)</li>
<li>Enhancement - Bump github.com/aws/aws-sdk-go-v2/service/s3
from 1.63.1 to 1.97.3 in /ecs-init (#4923)
from 1.79.2 to 1.97.3 in /agent (#4924)</li>
<li>Enhancement - Bump go.opentelemetry.io/otel/exporters/otlp/
otlptrace/ otlptracehttp from 1.32.0 to 1.43.0 in /agent (#4926)</li>
<li>Enhancement - Truncate log values to make agent logs less verbose (#4940)</li>
<li>Enhancement - Golang bump: 1.25.9 (#4935)</li>
<li>Enhancement - Use env variable to read user input when
mounting FSx volumes (#4934)</li>
<li>Enhancement - Enhancement - Replace SSM Dualstack endpoint
resolution logic with UseDualStackEndpoint (#4931)</li>
<li>Enhancement - Emit duration metrics for TACS connect/disconnect (#4928)</li>
<li>Enhancement - Bump github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream
from 1.6.10 to 1.7.8 in /agent (#4922)
from 1.6.5 to 1.7.8 in /ecs-init (#4925)</li>
<li>Enhancement - Track and emit metric for disconnect time from ACS (#4920)</li>
<li>Enhancement - engine: skip execution role checks when task desired status
is stopped (#4918)</li>
<li>Enhancement - Add NeuronDevices type and sysfs-based device discovery (#4919)</li>
<li>Bugfix - Fix release workflow branch handling and add GitHub App token (#4929)</li>
<li>Bugfix - fix(netlib): Conditionally add IPv6 subnet to IPAM config when IPv6 (#4916)</li>
<li>Enhancement - Update SSM exec agent version to 3.3.4108.0 (#4912)</li>
<li>Enhancement - Update Go version to 1.25.8 (#4894)</li>
<li>Enhancement - Apply skip-gpg-check to both ecs-init and ssm agent (#4901)</li>
<li>Enhancement - Bump google.golang.org/grpc from 1.78.0 to 1.79.3 (#4906)</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 16.0
<br/>
<code>zypper in -t patch SUSE-SLES-16.0-1025=1</code>
</li>
<li class="list-group-item">
SUSE Linux Enterprise Server for SAP applications 16.0
<br/>
<code>zypper in -t patch SUSE-SLES-16.0-1025=1</code>
</li>
</ul>
<h2>Package List:</h2>
<ul>
<li>
SUSE Linux Enterprise Server 16.0 (aarch64 x86_64)
<ul>
<li>amazon-ecs-init-1.103.2-160000.1.1</li>
</ul>
</li>
<li>
SUSE Linux Enterprise Server for SAP applications 16.0 (x86_64)
<ul>
<li>amazon-ecs-init-1.103.2-160000.1.1</li>
</ul>
</li>
</ul>
<h2>References:</h2>
<ul>
<li>
<a href="https://www.suse.com/security/cve/CVE-2026-33814.html">https://www.suse.com/security/cve/CVE-2026-33814.html</a>
</li>
<li>
<a href="https://www.suse.com/security/cve/CVE-2026-39821.html">https://www.suse.com/security/cve/CVE-2026-39821.html</a>
</li>
<li>
<a href="https://bugzilla.suse.com/show_bug.cgi?id=1265843">https://bugzilla.suse.com/show_bug.cgi?id=1265843</a>
</li>
<li>
<a href="https://bugzilla.suse.com/show_bug.cgi?id=1266652">https://bugzilla.suse.com/show_bug.cgi?id=1266652</a>
</li>
</ul>
</div>