GO-2024-3333

Source
https://pkg.go.dev/vuln/GO-2024-3333
Import Source
https://vuln.go.dev/ID/GO-2024-3333.json
JSON Data
https://api.osv.dev/v1/vulns/GO-2024-3333
Aliases
Published
2024-12-18T20:22:06Z
Modified
2024-12-20T20:37:27Z
Summary
Non-linear parsing of case-insensitive content in golang.org/x/net/html
Details

An attacker can craft an input to the Parse functions that would be processed non-linearly with respect to its length, resulting in extremely slow parsing. This could cause a denial of service.

Database specific
{
    "review_status": "REVIEWED",
    "url": "https://pkg.go.dev/vuln/GO-2024-3333"
}
References
Credits
    • Guido Vranken

Affected packages

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.33.0

Ecosystem specific

{
    "imports": [
        {
            "path": "golang.org/x/net/html",
            "symbols": [
                "Parse",
                "ParseFragment",
                "ParseFragmentWithOptions",
                "ParseWithOptions",
                "htmlIntegrationPoint",
                "inBodyIM",
                "inTableIM",
                "parseDoctype"
            ]
        }
    ]
}