ALAS2023-2026-2114


Amazon Linux 2023 Security Advisory: ALAS2023-2026-2114
Advisory Released Date: 2026-08-31
Advisory Updated Date: 2026-08-31
Severity: Important

Issue Overview:

Enforce a recursion limit in Unmarshal to prevent stack exhaustion when parsing deeply-nested, recursive structures. (CVE-2026-33818)

When a server is configured to support unencrypted HTTP/2, it reads a few bytes from each new connection to see if they contain the HTTP/2 client preface. ReadHeaderTimeout is unexpectedly not being applied when doing this. (CVE-2026-56853)

Previously, pathological inputs could close an unescaped '/' early, allowing for attack-controlled data to inject arbitrary content, potentially leading to XSS. (CVE-2026-56858)

Previously, DecodeElement would reset the depth counter causing it to never fire; this could lead to stack exhaustion. (CVE-2026-56859)

Previously, resolving relative paths containing parent directory ('..') segments performed string conversions and buffer rewrites on each step, resulting in quadratic time complexity and high memory allocation overhead. Now, path resolution operates on a byte buffer using index-based backtracking for '..' segments, eliminating the quadratic time complexity and significantly reducing memory allocations. (CVE-2026-56860)

Handshake messages, such as KeyUpdate, are always considered as state-advancing, regardless of whether a handshake has been completed or not. As a result, a malicious client can keep sending KeyUpdate messages to force the server to keep performing key derivation operations indefinitely. (CVE-2026-56862)

A malicious GOSUMDB was capable of serving arbitrary module content not contained within the transparency log. This attack allows for a coordinating GOPROXY and GOSUMDB to serve a client malicious module content that cannot be detected by evaluating the transparency log. In order to determine if you have been affected: rm -r go.sum go.work.sum vendor/ && go mod tidy (CVE-2026-56864)

A malicious GOPROXY was previously capable of forging up to two sumdb tiles that allow for a requested module to bypass the GOSUMDB check and persist attacker-controlled module content to a local Go module cache. This attack allows for a malicious GOPROXY to serve malicious module content that cannot be detected by evaluating the transparency log. All tiles are now correctly verified against their parents. In order to determine if you have been affected: rm -r go.sum go.work.sum vendor/ && go mod tidy (CVE-2026-56865)


Affected Packages:

golang


Issue Correction:
Run dnf update golang --releasever 2023.12.20260831 or dnf update --advisory ALAS2023-2026-2114 --releasever 2023.12.20260831 to update your system.
More information on how to update your system can be found on this page: Amazon Linux 2023 documentation

New Packages:
aarch64:
    golang-bin-1.26.7-1.amzn2023.0.1.aarch64
    golang-shared-1.26.7-1.amzn2023.0.1.aarch64
    golang-1.26.7-1.amzn2023.0.1.aarch64

noarch:
    golang-misc-1.26.7-1.amzn2023.0.1.noarch
    golang-docs-1.26.7-1.amzn2023.0.1.noarch
    golang-src-1.26.7-1.amzn2023.0.1.noarch
    golang-tests-1.26.7-1.amzn2023.0.1.noarch

src:
    golang-1.26.7-1.amzn2023.0.1.src

x86_64:
    golang-bin-1.26.7-1.amzn2023.0.1.x86_64
    golang-1.26.7-1.amzn2023.0.1.x86_64
    golang-shared-1.26.7-1.amzn2023.0.1.x86_64