—
GO-2026-4918
Infinite loop in HTTP/2 transport when given bad SETTINGS_MAX_FRAME_SIZE in net/http/internal/http2 in golang.org/x/net
Quick fix
GO-2026-4918 — golang.org/x/net: upgrade to the fixed version with the command below.
go get golang.org/x/net@v0.53.0 Details
When processing HTTP/2 SETTINGS frames, transport will enter an infinite loop of writing CONTINUATION frames if it receives a SETTINGS_MAX_FRAME_SIZE with a value of 0.
Are you affected?
Enter the version of the package you're using.