moby/vendor/golang.org/x/sys/cpu
Cory Snider 2c22bd5280 vendor: golang.org/x/net v0.17.0
full diff: https://github.com/golang/net/compare/ab34263943818b32f575efc978

This fixes the same CVE as go1.21.3 and go1.20.10;

- net/http: rapid stream resets can cause excessive work

  A malicious HTTP/2 client which rapidly creates requests and
  immediately resets them can cause excessive server resource consumption.
  While the total number of requests is bounded to the
  http2.Server.MaxConcurrentStreams setting, resetting an in-progress
  request allows the attacker to create a new request while the existing
  one is still executing.

  HTTP/2 servers now bound the number of simultaneously executing
  handler goroutines to the stream concurrency limit. New requests
  arriving when at the limit (which can only happen after the client
  has reset an existing, in-flight request) will be queued until a
  handler exits. If the request queue grows too large, the server
  will terminate the connection.

  This issue is also fixed in golang.org/x/net/http2 v0.17.0,
  for users manually configuring HTTP/2.

  The default stream concurrency limit is 250 streams (requests)
  per HTTP/2 connection. This value may be adjusted using the
  golang.org/x/net/http2 package; see the Server.MaxConcurrentStreams
  setting and the ConfigureServer function.

  This is CVE-2023-39325 and Go issue https://go.dev/issue/63417.
  This is also tracked by CVE-2023-44487.

Dependency full diffs:
a3d24e80b04bd7...v0.17.0
https://github.com/golang/sys/compare/33da011f77ade50ff5b6a6fb4a
9a1e6d6b285809...v0.13.0
https://github.com/golang/text/compare/v0.3.3...v0.13.0
https://github.com/golang/crypto/compare/c1f2f97bffc9c53fc40a1a28a5
b460094c0050d9...v0.14.0

Signed-off-by: Cory Snider <csnider@mirantis.com>
2023-10-23 16:37:52 -04:00
..
asm_aix_ppc64.s vendor: golang.org/x/sys d19ff857e887eacb631721f188c7d365c2331456 2022-04-07 23:26:29 +02:00
byteorder.go [20.10] vendor: golang.org/x/sys v0.0.0-20220412211240-33da011f77ad 2022-05-11 14:17:46 +02:00
cpu.go vendor: golang.org/x/net v0.17.0 2023-10-23 16:37:52 -04:00
cpu_aix.go vendor: golang.org/x/sys 63515b42dcdf9544f4e6a02fd7632793fde2f72d (for Go 1.17) 2022-04-07 23:26:32 +02:00
cpu_arm.go vendor: github.com/moby/term 7f0af18e79f2784809e9cef63d0df5aa2c79d76e 2020-09-15 16:12:46 +02:00
cpu_arm64.go vendor: golang.org/x/net v0.17.0 2023-10-23 16:37:52 -04:00
cpu_arm64.s vendor: golang.org/x/sys d19ff857e887eacb631721f188c7d365c2331456 2022-04-07 23:26:29 +02:00
cpu_gc_arm64.go vendor: golang.org/x/sys d19ff857e887eacb631721f188c7d365c2331456 2022-04-07 23:26:29 +02:00
cpu_gc_s390x.go vendor: golang.org/x/sys d19ff857e887eacb631721f188c7d365c2331456 2022-04-07 23:26:29 +02:00
cpu_gc_x86.go [20.10] vendor: golang.org/x/sys v0.0.0-20220412211240-33da011f77ad 2022-05-11 14:17:46 +02:00
cpu_gccgo_arm64.go vendor: golang.org/x/sys d19ff857e887eacb631721f188c7d365c2331456 2022-04-07 23:26:29 +02:00
cpu_gccgo_s390x.go vendor: golang.org/x/sys d19ff857e887eacb631721f188c7d365c2331456 2022-04-07 23:26:29 +02:00
cpu_gccgo_x86.c vendor: golang.org/x/net v0.17.0 2023-10-23 16:37:52 -04:00
cpu_gccgo_x86.go vendor: golang.org/x/sys 63515b42dcdf9544f4e6a02fd7632793fde2f72d (for Go 1.17) 2022-04-07 23:26:32 +02:00
cpu_linux.go vendor: golang.org/x/sys d19ff857e887eacb631721f188c7d365c2331456 2022-04-07 23:26:29 +02:00
cpu_linux_arm.go bump golang.org/x/sys c990c680b611ac1aeb7d8f2af94a825f98d69720 2019-10-02 21:12:20 +02:00
cpu_linux_arm64.go vendor: golang.org/x/net v0.17.0 2023-10-23 16:37:52 -04:00
cpu_linux_mips64x.go vendor: golang.org/x/sys d19ff857e887eacb631721f188c7d365c2331456 2022-04-07 23:26:29 +02:00
cpu_linux_noinit.go vendor: golang.org/x/sys d19ff857e887eacb631721f188c7d365c2331456 2022-04-07 23:26:29 +02:00
cpu_linux_ppc64x.go vendor: golang.org/x/sys d19ff857e887eacb631721f188c7d365c2331456 2022-04-07 23:26:29 +02:00
cpu_linux_s390x.go Use golang.org/x/sys/execabs 2021-01-28 21:33:12 +00:00
cpu_loong64.go [20.10] vendor: golang.org/x/sys v0.0.0-20220412211240-33da011f77ad 2022-05-11 14:17:46 +02:00
cpu_mips64x.go vendor: golang.org/x/sys d19ff857e887eacb631721f188c7d365c2331456 2022-04-07 23:26:29 +02:00
cpu_mipsx.go vendor: golang.org/x/sys d19ff857e887eacb631721f188c7d365c2331456 2022-04-07 23:26:29 +02:00
cpu_netbsd_arm64.go Use golang.org/x/sys/execabs 2021-01-28 21:33:12 +00:00
cpu_openbsd_arm64.go vendor: golang.org/x/net v0.17.0 2023-10-23 16:37:52 -04:00
cpu_openbsd_arm64.s vendor: golang.org/x/net v0.17.0 2023-10-23 16:37:52 -04:00
cpu_other_arm.go vendor: golang.org/x/sys d19ff857e887eacb631721f188c7d365c2331456 2022-04-07 23:26:29 +02:00
cpu_other_arm64.go vendor: golang.org/x/net v0.17.0 2023-10-23 16:37:52 -04:00
cpu_other_mips64x.go vendor: golang.org/x/sys d19ff857e887eacb631721f188c7d365c2331456 2022-04-07 23:26:29 +02:00
cpu_other_ppc64x.go vendor: golang.org/x/net v0.17.0 2023-10-23 16:37:52 -04:00
cpu_other_riscv64.go vendor: golang.org/x/net v0.17.0 2023-10-23 16:37:52 -04:00
cpu_ppc64x.go vendor: golang.org/x/sys d19ff857e887eacb631721f188c7d365c2331456 2022-04-07 23:26:29 +02:00
cpu_riscv64.go vendor: golang.org/x/net v0.17.0 2023-10-23 16:37:52 -04:00
cpu_s390x.go Use golang.org/x/sys/execabs 2021-01-28 21:33:12 +00:00
cpu_s390x.s vendor: golang.org/x/sys d19ff857e887eacb631721f188c7d365c2331456 2022-04-07 23:26:29 +02:00
cpu_wasm.go vendor: golang.org/x/sys d19ff857e887eacb631721f188c7d365c2331456 2022-04-07 23:26:29 +02:00
cpu_x86.go vendor: golang.org/x/net v0.17.0 2023-10-23 16:37:52 -04:00
cpu_x86.s [20.10] vendor: golang.org/x/sys v0.0.0-20220412211240-33da011f77ad 2022-05-11 14:17:46 +02:00
cpu_zos.go Use golang.org/x/sys/execabs 2021-01-28 21:33:12 +00:00
cpu_zos_s390x.go Use golang.org/x/sys/execabs 2021-01-28 21:33:12 +00:00
endian_big.go vendor: golang.org/x/net v0.17.0 2023-10-23 16:37:52 -04:00
endian_little.go vendor: golang.org/x/net v0.17.0 2023-10-23 16:37:52 -04:00
hwcap_linux.go vendor: golang.org/x/net v0.17.0 2023-10-23 16:37:52 -04:00
parse.go vendor: golang.org/x/net v0.17.0 2023-10-23 16:37:52 -04:00
proc_cpuinfo_linux.go vendor: golang.org/x/net v0.17.0 2023-10-23 16:37:52 -04:00
runtime_auxv.go vendor: golang.org/x/net v0.17.0 2023-10-23 16:37:52 -04:00
runtime_auxv_go121.go vendor: golang.org/x/net v0.17.0 2023-10-23 16:37:52 -04:00
syscall_aix_gccgo.go [20.10] vendor: golang.org/x/sys v0.0.0-20220412211240-33da011f77ad 2022-05-11 14:17:46 +02:00
syscall_aix_ppc64_gc.go vendor: golang.org/x/sys d19ff857e887eacb631721f188c7d365c2331456 2022-04-07 23:26:29 +02:00