GO-2021-0088

Source
https://pkg.go.dev/vuln/GO-2021-0088
Import Source
https://vuln.go.dev/ID/GO-2021-0088.json
JSON Data
https://api.test.osv.dev/v1/vulns/GO-2021-0088
Aliases
Published
2021-04-14T20:04:52Z
Modified
2024-09-11T06:13:48.441112Z
Summary
Denial of service via ignored unknown fields in github.com/facebook/fbthrift
Details

Skip ignores unknown fields, rather than failing. A malicious user can craft small messages with unknown fields which can take significant resources to parse. If a server accepts messages from an untrusted user, it may be used as a denial of service vector.

Database specific
{
    "review_status": "REVIEWED",
    "url": "https://pkg.go.dev/vuln/GO-2021-0088"
}
References

Affected packages

Go / github.com/facebook/fbthrift

Package

Name
github.com/facebook/fbthrift
View open source insights on deps.dev
Purl
pkg:golang/github.com/facebook/fbthrift

Affected ranges

Type
SEMVER
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
0.31.1-0.20190225164308-c461c1bd1a3e

Ecosystem specific

{
    "imports": [
        {
            "path": "github.com/facebook/fbthrift/thrift/lib/go/thrift",
            "symbols": [
                "BinaryProtocol.Skip",
                "CompactProtocol.Skip",
                "HeaderProtocol.Skip",
                "JSONProtocol.Skip",
                "Process",
                "ProcessContext",
                "SimpleJSONProtocol.Skip",
                "SimpleServer.AcceptLoop",
                "SimpleServer.AcceptLoopContext",
                "SimpleServer.Serve",
                "SimpleServer.ServeContext",
                "Skip",
                "SkipDefaultDepth",
                "applicationException.Read"
            ]
        }
    ]
}