Skip to content

crypto/internal/fips140: CVE-2022-29526 reported in golang.org/x/sys #71936

Description

@CameronGo

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    NeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.vulncheck or vulndbIssues for the x/vuln or x/vulndb repo

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions