GO-2021-0103

Source
https://pkg.go.dev/vuln/GO-2021-0103
Import Source
https://vuln.go.dev/ID/GO-2021-0103.json
JSON Data
https://api.osv.dev/v1/vulns/GO-2021-0103
Aliases
Published
2021-07-28T18:08:05Z
Modified
2024-05-20T16:03:47Z
Summary
Denial of service in github.com/holiman/uint256
Details

Due to improper bounds checking, certain mathematical operations can cause a panic via an out of bounds read. If this package is used to process untrusted user inputs, this may be used as a vector for a denial of service attack.

Database specific
{
    "review_status": "REVIEWED",
    "url": "https://pkg.go.dev/vuln/GO-2021-0103"
}
References
Credits
    • Dima Stebaev

Affected packages

Go / github.com/holiman/uint256

Package

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

Affected ranges

Type
SEMVER
Events
Introduced
0.1.0
Fixed
1.1.1

Ecosystem specific

{
    "imports": [
        {
            "symbols": [
                "Int.AddMod",
                "Int.Div",
                "Int.Mod",
                "Int.MulMod",
                "Int.SDiv",
                "Int.SMod",
                "udivrem"
            ],
            "path": "github.com/holiman/uint256"
        }
    ]
}