Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

suse-cvrf логотип

openSUSE-SU-2026:20214-1

Опубликовано: 13 фев. 2026
Источник: suse-cvrf

Описание

Security update for go1.25

This update for go1.25 fixes the following issues:

Update to version 1.25.7.

Security issues fixed:

  • CVE-2025-61732: cmd/go: discrepancy between Go and C/C++ comment parsing allows for C code smuggling (bsc#1257692).
  • CVE-2025-68121: crypto/tls: Config.Clone copies automatically generated session ticket keys, session resumption does not account for the expiration of full certificate chain (bsc#1256818).

Other updates and bugfixes:

  • version update to 1.25.7:

    • go#75844 cmd/compile: OOM killed on linux/arm64
    • go#77323 crypto/x509: single-label excluded DNS name constraints incorrectly match all wildcard SANs
    • go#77425 crypto/tls: CL 737700 broke session resumption on macOS

Список пакетов

openSUSE Leap 16.0
go1.25-1.25.7-160000.1.1
go1.25-doc-1.25.7-160000.1.1
go1.25-libstd-1.25.7-160000.1.1
go1.25-race-1.25.7-160000.1.1

Описание

A discrepancy between how Go and C/C++ comments were parsed allowed for code smuggling into the resulting cgo binary.


Затронутые продукты
openSUSE Leap 16.0:go1.25-1.25.7-160000.1.1
openSUSE Leap 16.0:go1.25-doc-1.25.7-160000.1.1
openSUSE Leap 16.0:go1.25-libstd-1.25.7-160000.1.1
openSUSE Leap 16.0:go1.25-race-1.25.7-160000.1.1

Ссылки

Описание

During session resumption in crypto/tls, if the underlying Config has its ClientCAs or RootCAs fields mutated between the initial handshake and the resumed handshake, the resumed handshake may succeed when it should have failed. This may happen when a user calls Config.Clone and mutates the returned Config, or uses Config.GetConfigForClient. This can cause a client to resume a session with a server that it would not have resumed with during the initial handshake, or cause a server to resume a session with a client that it would not have resumed with during the initial handshake.


Затронутые продукты
openSUSE Leap 16.0:go1.25-1.25.7-160000.1.1
openSUSE Leap 16.0:go1.25-doc-1.25.7-160000.1.1
openSUSE Leap 16.0:go1.25-libstd-1.25.7-160000.1.1
openSUSE Leap 16.0:go1.25-race-1.25.7-160000.1.1

Ссылки