Skip to content

update: go #1622

@dongsupark

Description

@dongsupark

Name: go
CVEs: CVE-2024-45336, CVE-2024-45341
CVSSs: n/a, n/a
Action Needed: update to >= 1.22.11

Summary:

  • CVE-2024-45336: sensitive headers incorrectly sent after cross-domain redirect. The HTTP client drops sensitive headers after following a cross-domain redirect. For example, a request to a.com/ containing an Authorization header which is redirected to b.com/ will not send that header to b.com. In the event that the client received a subsequent same-domain redirect, however, the sensitive headers would be restored. For example, a chain of redirects from a.com/, to b.com/1, and finally to b.com/2 would incorrectly send the Authorization header to b.com/2. Thanks to Kyle Seely for reporting this issue.
  • CVE-2024-45341: usage of IPv6 zone IDs can bypass URI name constraints. A certificate with a URI which has a IPv6 address with a zone ID may incorrectly satisfy a URI name constraint that applies to the certificate chain. Certificates containing URIs are not permitted in the web PKI, so this only affects users of private PKIs which make use of URIs. Thanks to Juho Forsén of Mattermost for reporting this issue.

See also https://groups.google.com/g/golang-announce/c/sSaUhLA-2SI.

refmap.gentoo: TBD

Metadata

Metadata

Assignees

No one assigned

    Labels

    advisorysecurity advisorysecuritysecurity concerns

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions