I believe CVE-2022-29526 is already fixed in the current go version, however, when you download and extract the current Go v1.24.0, this CVE is reported due to the version of golang.org/x/sys reported in /usr/local/go/src/crypto/internal/fips140/bigmod/_asm/go.mod and /usr/local/go/src/crypto/internal/fips140/edwards25519/field/_asm/go.mod, which appears as follows:
go 1.19
require github.com/mmcloughlin/avo v0.4.0
require (
golang.org/x/mod v0.4.2 // indirect
golang.org/x/sys v0.0.0-20211030160813-b3129d9d1021 // indirect
golang.org/x/tools v0.1.7 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
)
It looks as though someone tried to submit a PR to fix some time ago, but nothing happened with it. #62452
I believe CVE-2022-29526 is already fixed in the current go version, however, when you download and extract the current Go v1.24.0, this CVE is reported due to the version of
golang.org/x/sysreported in/usr/local/go/src/crypto/internal/fips140/bigmod/_asm/go.modand/usr/local/go/src/crypto/internal/fips140/edwards25519/field/_asm/go.mod, which appears as follows:It looks as though someone tried to submit a PR to fix some time ago, but nothing happened with it. #62452