-
-
Notifications
You must be signed in to change notification settings - Fork 617
Closed
Labels
kind/bugSomething isn't workingSomething isn't working
Description
Summary
The current Docker image is based on go stdlib 1.21.9. CVE-2024-24790 has been published against the go stdlib net/netip.
Details
The various Is methods (IsPrivate, IsLoopback, etc) did not work as expected for IPv4-mapped IPv6 addresses, returning false for addresses which would return true in their traditional IPv4 forms.
PoC
https://pkg.go.dev/vuln/GO-2024-2887. Resolved in go 1.21.11 or 1.22.4.
Impact
CRITICAL Vulnerability (Base Score: 9.8)
Metadata
Metadata
Assignees
Labels
kind/bugSomething isn't workingSomething isn't working