VYPR

Go Bitfield

by Ipld

CVEs (1)

  • CVE-2023-23626MedFeb 9, 2023
    risk 0.31cvss 5.9epss 0.01

    go-bitfield is a simple bitfield package for the go language aiming to be more performant that the standard library. When feeding untrusted user input into the size parameter of `NewBitfield` and `FromBytes` functions, an attacker can trigger `panic`s. This happen when the…