GO-2022-0288

See a problem?
Source
https://pkg.go.dev/vuln/GO-2022-0288
Import Source
https://vuln.go.dev/ID/GO-2022-0288.json
JSON Data
https://api.osv.dev/v1/vulns/GO-2022-0288
Aliases
Published
2022-07-15T23:08:33Z
Modified
2024-05-20T16:03:47Z
Summary
Unbounded memory growth in net/http and golang.org/x/net/http2
Details

An attacker can cause unbounded memory growth in servers accepting HTTP/2 requests.

References
Credits
    • murakmii

Affected packages

Go / stdlib

Package

Affected ranges

Type
SEMVER
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
1.16.12
Introduced
1.17.0-0
Fixed
1.17.5

Ecosystem specific

{
    "imports": [
        {
            "path": "net/http",
            "symbols": [
                "http2serverConn.canonicalHeader"
            ]
        }
    ]
}

Go / golang.org/x/net

Package

Name
golang.org/x/net
View open source insights on deps.dev
Purl
pkg:golang/golang.org/x/net

Affected ranges

Type
SEMVER
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
0.0.0-20211209124913-491a49abca63

Ecosystem specific

{
    "imports": [
        {
            "path": "golang.org/x/net/http2",
            "symbols": [
                "Server.ServeConn",
                "serverConn.canonicalHeader"
            ]
        }
    ]
}