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

exploitDog

suse-cvrf логотип

SUSE-SU-2026:2817-1

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

Описание

Security update for go1.25

This update for go1.25 fixes the following issues

  • Update to version go1.25.12 (bsc#1244485).
  • CVE-2026-25679: net/url: reject IPv6 literal not at start of host (bsc#1259264).
  • CVE-2026-27139: os: FileInfo can escape from a Root (bsc#1259268).
  • CVE-2026-27142: html/template: URLs in meta content attribute actions are not escaped (bsc#1259265).
  • CVE-2026-39822: os: Root escape via symlink plus trailing slash (bsc#1271014).
  • CVE-2026-42505: crypto/tls: omit PSK in ECH outer client hello (bsc#1271015).

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

Container bci/golang:1.25
go1.25-1.25.12-150000.1.44.1
go1.25-doc-1.25.12-150000.1.44.1
go1.25-race-1.25.12-150000.1.44.1
SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS
go1.25-1.25.12-150000.1.44.1
go1.25-doc-1.25.12-150000.1.44.1
go1.25-race-1.25.12-150000.1.44.1
SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS
go1.25-1.25.12-150000.1.44.1
go1.25-doc-1.25.12-150000.1.44.1
go1.25-race-1.25.12-150000.1.44.1
SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS
go1.25-1.25.12-150000.1.44.1
go1.25-doc-1.25.12-150000.1.44.1
go1.25-race-1.25.12-150000.1.44.1
SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS
go1.25-1.25.12-150000.1.44.1
go1.25-doc-1.25.12-150000.1.44.1
go1.25-race-1.25.12-150000.1.44.1
SUSE Linux Enterprise Module for Development Tools 15 SP7
go1.25-1.25.12-150000.1.44.1
go1.25-doc-1.25.12-150000.1.44.1
go1.25-race-1.25.12-150000.1.44.1
SUSE Linux Enterprise Server 15 SP4-LTSS
go1.25-1.25.12-150000.1.44.1
go1.25-doc-1.25.12-150000.1.44.1
go1.25-race-1.25.12-150000.1.44.1
SUSE Linux Enterprise Server 15 SP5-LTSS
go1.25-1.25.12-150000.1.44.1
go1.25-doc-1.25.12-150000.1.44.1
go1.25-race-1.25.12-150000.1.44.1
SUSE Linux Enterprise Server 15 SP6-LTSS
go1.25-1.25.12-150000.1.44.1
go1.25-doc-1.25.12-150000.1.44.1
go1.25-race-1.25.12-150000.1.44.1
SUSE Linux Enterprise Server for SAP Applications 15 SP4
go1.25-1.25.12-150000.1.44.1
go1.25-doc-1.25.12-150000.1.44.1
go1.25-race-1.25.12-150000.1.44.1
SUSE Linux Enterprise Server for SAP Applications 15 SP5
go1.25-1.25.12-150000.1.44.1
go1.25-doc-1.25.12-150000.1.44.1
go1.25-race-1.25.12-150000.1.44.1
SUSE Linux Enterprise Server for SAP Applications 15 SP6
go1.25-1.25.12-150000.1.44.1
go1.25-doc-1.25.12-150000.1.44.1
go1.25-race-1.25.12-150000.1.44.1

Описание

url.Parse insufficiently validated the host/authority component and accepted some invalid URLs.


Затронутые продукты
Container bci/golang:1.25:go1.25-1.25.12-150000.1.44.1
Container bci/golang:1.25:go1.25-doc-1.25.12-150000.1.44.1
Container bci/golang:1.25:go1.25-race-1.25.12-150000.1.44.1
SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-1.25.12-150000.1.44.1

Ссылки

Описание

On Unix platforms, when listing the contents of a directory using File.ReadDir or File.Readdir the returned FileInfo could reference a file outside of the Root in which the File was opened. The impact of this escape is limited to reading metadata provided by lstat from arbitrary locations on the filesystem without permitting reading or writing files outside the root.


Затронутые продукты
Container bci/golang:1.25:go1.25-1.25.12-150000.1.44.1
Container bci/golang:1.25:go1.25-doc-1.25.12-150000.1.44.1
Container bci/golang:1.25:go1.25-race-1.25.12-150000.1.44.1
SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-1.25.12-150000.1.44.1

Ссылки

Описание

Actions which insert URLs into the content attribute of HTML meta tags are not escaped. This can allow XSS if the meta tag also has an http-equiv attribute with the value "refresh". A new GODEBUG setting has been added, htmlmetacontenturlescape, which can be used to disable escaping URLs in actions in the meta content attribute which follow "url=" by setting htmlmetacontenturlescape=0.


Затронутые продукты
Container bci/golang:1.25:go1.25-1.25.12-150000.1.44.1
Container bci/golang:1.25:go1.25-doc-1.25.12-150000.1.44.1
Container bci/golang:1.25:go1.25-race-1.25.12-150000.1.44.1
SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-1.25.12-150000.1.44.1

Ссылки

Описание

On Unix systems, opening a file in an os.Root improperly follows symlinks to locations outside of the Root when the final path component of the a path is a symbolic link and the path ends in /. For example, 'root.Open("symlink/")' will open "symlink" even when "symlink" is a symbolic link pointing outside of the root.


Затронутые продукты
Container bci/golang:1.25:go1.25-1.25.12-150000.1.44.1
Container bci/golang:1.25:go1.25-doc-1.25.12-150000.1.44.1
Container bci/golang:1.25:go1.25-race-1.25.12-150000.1.44.1
SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-1.25.12-150000.1.44.1

Ссылки

Описание

Handshakes which used Encrypted Client Hello could be de-anonymized by a passive network observer due to a disclosure of pre-shared key identities in the unencrypted client hello.


Затронутые продукты
Container bci/golang:1.25:go1.25-1.25.12-150000.1.44.1
Container bci/golang:1.25:go1.25-doc-1.25.12-150000.1.44.1
Container bci/golang:1.25:go1.25-race-1.25.12-150000.1.44.1
SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-1.25.12-150000.1.44.1

Ссылки
Уязвимость SUSE-SU-2026:2817-1