Описание
Security update for amazon-ecs-init
This update for amazon-ecs-init fixes the following issues
Update to version 1.103.2:
- CVE-2026-33814: golang.org/x/net/http2: infinite loop in HTTP/2 transport when given bad SETTINGS_MAX_FRAME_SIZE (bsc#1265843).
- 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).
Changes:
- Enhancement - Bump github.com/aws/aws-sdk-go-v2/service/fsx from 1.53.1 to 1.65.10 in /agent (#4966)
- Enhancement - Add semgrep security scan for command injection (#4959)
- 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)
- Enhancement - Add integration test for credential refresher (#4961)
- Enhancement - Bump golang.org/x/tools from 0.42.0 to 0.45.0 in /agent (#4873)
- Enhancement - Update Go version to 1.25.10 (#4960)
- Enhancement - Bump go.etcd.io/bbolt from 1.3.9 to 1.4.3 in /ecs-agent (#4872)
- Enhancement - update credentials-fetcher retry comments/tests (#4954)
- Enhancement - Enhancement - Add retry mechanism to credentialsfetcher (#4948)
- Enhancement - Add IMDS credential refresher (#4953)
- Bugfix - fix flaky tests depending on timers (#4955)
- Feature - Implement IMDS scanner for task credential retrieval, in the shared library (#4945)
- Feature - Add config/capability for IMDS-based task credential retrieval (disabled for now) (#4938)
- Feature - Add IMDS credential scanner interface and capability constant for IMDS-based task credential retrieval (#4937)
- Enhancement - Bump github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs from 1.47.3 to 1.65.0 in /agent (#4921)
- 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)
- Enhancement - Bump go.opentelemetry.io/otel/exporters/otlp/ otlptrace/ otlptracehttp from 1.32.0 to 1.43.0 in /agent (#4926)
- Enhancement - Truncate log values to make agent logs less verbose (#4940)
- Enhancement - Golang bump: 1.25.9 (#4935)
- Enhancement - Use env variable to read user input when mounting FSx volumes (#4934)
- Enhancement - Enhancement - Replace SSM Dualstack endpoint resolution logic with UseDualStackEndpoint (#4931)
- Enhancement - Emit duration metrics for TACS connect/disconnect (#4928)
- 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)
- Enhancement - Track and emit metric for disconnect time from ACS (#4920)
- Enhancement - engine: skip execution role checks when task desired status is stopped (#4918)
- Enhancement - Add NeuronDevices type and sysfs-based device discovery (#4919)
- Bugfix - Fix release workflow branch handling and add GitHub App token (#4929)
- Bugfix - fix(netlib): Conditionally add IPv6 subnet to IPAM config when IPv6 (#4916)
- Enhancement - Update SSM exec agent version to 3.3.4108.0 (#4912)
- Enhancement - Update Go version to 1.25.8 (#4894)
- Enhancement - Apply skip-gpg-check to both ecs-init and ssm agent (#4901)
- Enhancement - Bump google.golang.org/grpc from 1.78.0 to 1.79.3 (#4906)
Список пакетов
openSUSE Leap 16.0
Ссылки
- SUSE Security Ratings
- SUSE Bug 1265843
- SUSE Bug 1266652
- SUSE CVE CVE-2026-33814 page
- SUSE CVE CVE-2026-39821 page
Описание
When processing HTTP/2 SETTINGS frames, transport will enter an infinite loop of writing CONTINUATION frames if it receives a SETTINGS_MAX_FRAME_SIZE with a value of 0.
Затронутые продукты
Ссылки
- CVE-2026-33814
- SUSE Bug 1264506
- SUSE Bug 1268758
Описание
The ToASCII and ToUnicode functions incorrectly accept Punycode-encoded labels that decode to an ASCII-only label. For example, ToUnicode("xn--example-.com") incorrectly returns the name "example.com" rather than an error. This behavior can lead to privilege escalation in programs using the idna package. For example, a program which performs privilege checks on the ASCII hostname may reject "example.com" but permit "xn--example-.com". If that program subsequently converts the ASCII hostname to Unicode, it will inadvertently permits access to the Unicode name "example.com".
Затронутые продукты
Ссылки
- CVE-2026-39821
- SUSE Bug 1266474