You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
A vulnerability (GO-2024-2887) was detected in the net/netip package of Go version 1.22.3. This causes unexpected behavior when using Is methods for IPv4-mapped IPv6 addresses.
To Reproduce
Steps to reproduce the behavior:
Use the net/netip package with Go version 1.22.3.
Call the IsLoopback or IsMulticast methods on an IPv4-mapped IPv6 address.
Observe the unexpected behavior.
Expected behavior
The methods should handle IPv4-mapped IPv6 addresses correctly without causing unexpected behavior.
Screenshots
N/A
Desktop (please complete the following information):
OS: Ubuntu 22.04
Browser: N/A
Version: Go 1.22.3
Smartphone (please complete the following information):
N/A
Additional context
This issue is resolved in Go version 1.22.4. Updating to this version will fix the vulnerability.
The text was updated successfully, but these errors were encountered:
Describe the bug
A vulnerability (GO-2024-2887) was detected in the
net/netip
package of Go version 1.22.3. This causes unexpected behavior when usingIs
methods for IPv4-mapped IPv6 addresses.To Reproduce
Steps to reproduce the behavior:
net/netip
package with Go version 1.22.3.IsLoopback
orIsMulticast
methods on an IPv4-mapped IPv6 address.Expected behavior
The methods should handle IPv4-mapped IPv6 addresses correctly without causing unexpected behavior.
Screenshots
N/A
Desktop (please complete the following information):
Smartphone (please complete the following information):
N/A
Additional context
This issue is resolved in Go version 1.22.4. Updating to this version will fix the vulnerability.
The text was updated successfully, but these errors were encountered: