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

exploitDog

suse-cvrf логотип

SUSE-SU-2022:3668-1

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

Описание

Security update for go1.18

This update for go1.18 fixes the following issues:

Updated to version 1.18.7 (bsc#1193742):

  • CVE-2022-41715: Fixed memory exhaustion in regexp/syntax (bsc#1204023).
  • CVE-2022-2879: Fixed unbounded memory consumption when reading headers in archive/tar (bsc#1204024).
  • CVE-2022-2880: Fixed ReverseProxy forwarding unparseable query parameters (bsc#1204025).

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

Container bci/golang:1.18
go1.18-1.18.7-150000.1.34.1
SUSE Linux Enterprise Module for Development Tools 15 SP3
go1.18-1.18.7-150000.1.34.1
go1.18-doc-1.18.7-150000.1.34.1
go1.18-race-1.18.7-150000.1.34.1
SUSE Linux Enterprise Module for Development Tools 15 SP4
go1.18-1.18.7-150000.1.34.1
go1.18-doc-1.18.7-150000.1.34.1
go1.18-race-1.18.7-150000.1.34.1
openSUSE Leap 15.3
go1.18-1.18.7-150000.1.34.1
go1.18-doc-1.18.7-150000.1.34.1
go1.18-race-1.18.7-150000.1.34.1
openSUSE Leap 15.4
go1.18-1.18.7-150000.1.34.1
go1.18-doc-1.18.7-150000.1.34.1
go1.18-race-1.18.7-150000.1.34.1

Описание

Reader.Read does not set a limit on the maximum size of file headers. A maliciously crafted archive could cause Read to allocate unbounded amounts of memory, potentially causing resource exhaustion or panics. After fix, Reader.Read limits the maximum size of header blocks to 1 MiB.


Затронутые продукты
Container bci/golang:1.18:go1.18-1.18.7-150000.1.34.1
SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.7-150000.1.34.1
SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.7-150000.1.34.1
SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.7-150000.1.34.1

Ссылки

Описание

Requests forwarded by ReverseProxy include the raw query parameters from the inbound request, including unparsable parameters rejected by net/http. This could permit query parameter smuggling when a Go proxy forwards a parameter with an unparsable value. After fix, ReverseProxy sanitizes the query parameters in the forwarded query when the outbound request's Form field is set after the ReverseProxy. Director function returns, indicating that the proxy has parsed the query parameters. Proxies which do not parse query parameters continue to forward the original query parameters unchanged.


Затронутые продукты
Container bci/golang:1.18:go1.18-1.18.7-150000.1.34.1
SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.7-150000.1.34.1
SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.7-150000.1.34.1
SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.7-150000.1.34.1

Ссылки

Описание

Programs which compile regular expressions from untrusted sources may be vulnerable to memory exhaustion or denial of service. The parsed regexp representation is linear in the size of the input, but in some cases the constant factor can be as high as 40,000, making relatively small regexps consume much larger amounts of memory. After fix, each regexp being parsed is limited to a 256 MB memory footprint. Regular expressions whose representation would use more space than that are rejected. Normal use of regular expressions is unaffected.


Затронутые продукты
Container bci/golang:1.18:go1.18-1.18.7-150000.1.34.1
SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.7-150000.1.34.1
SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.7-150000.1.34.1
SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.7-150000.1.34.1

Ссылки