Описание
Security update for azure-storage-azcopy
This update for azure-storage-azcopy fixes the following issues:
Update to 10.32.6.
Security issues fixed:
- CVE-2026-39821: golang.org/x/net/idna: failure to reject ASCII-only Punycode-encoded labels allows for validation bypass and privilege escalation (bsc#1266657).
- CVE-2026-56852: golang.org/x/text/unicode/norm: improper handling of truncated/invalid UTF-8 input can lead to infinite loop (bsc#1272123).
Other updates and bugfixes:
- Version 10.32.6:
- Run go mod tidy
- Merge tag 'v10.32.4' into release/fips
- Merge remote-tracking branch 'origin/wendi/10.32.5' into release/fips
- Merge branch 'main' into wendi/10.32.5
- TASK 38260338: Updated the release pipeline to produce Linux builds capable of complying with the FIPS 140-3 standard. (#3488)
- Bump Go toolchain and security-relevant dependencies (#3486)
- stylistic changes from copilot :)
- Update golang.org/x/text to v0.40.0
- Update golang.org/x/net to v0.57.0
- Version 10.32.5:
- Create new patch release
- Merge branch 'main' into seanmcc/bump-deps-2026-06
- Ensure get/set ACLs are on URLs with paths (#3453)
- Print out help command on just
azcopy(#3485) - Bump Go toolchain and security-relevant dependencies
- Centralize HTTP client into a shared global instance (#3436)
- Remove 0-padding in mode with SetUID (#3467)
- Updated trivy dependency to known safe version (#3421)
Список пакетов
SUSE Linux Enterprise Module for Public Cloud 15 SP4
SUSE Linux Enterprise Module for Public Cloud 15 SP5
SUSE Linux Enterprise Module for Public Cloud 15 SP6
SUSE Linux Enterprise Module for Public Cloud 15 SP7
Ссылки
- Link for SUSE-SU-2026:3528-1
- E-Mail link for SUSE-SU-2026:3528-1
- SUSE Security Ratings
- SUSE Bug 1266657
- SUSE Bug 1272123
- SUSE CVE CVE-2026-39821 page
- SUSE CVE CVE-2026-56852 page
Описание
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
Описание
A norm.Iter can enter an infinite loop when handling input containing invalid UTF-8 bytes.
Затронутые продукты
Ссылки
- CVE-2026-56852
- SUSE Bug 1271661