github.com/ipfs/go-bitfield
Activity
- Latest release
- 3y ago
- Total releases
- 2
- Cadence
- ~1.7 years
- Last 12 months
- 0
Reach
- Stars
- —
Details
- First release
- Jun 11, 2021
Releases
| Version | Released | |
|---|---|---|
v1.1.0
minor
|
v1.1.0
minor
|
|
v1.0.0
initial
1 CVE
CVE-2023-23626
GO-2023-1558
GHSA-2h6c-j3gf-xp9r
Feb 14, 2023
Denial of service via malformed size parameters in github.com/ipfs/go-bitfield When feeding untrusted user input into the size parameter of NewBitfield and FromBytes functions, an attacker can trigger panics. This happens when the size is a not a multiple of 8 or is negative. A workaround is to ensure size%8 == 0 && size >= 0 yourself before calling NewBitfield or FromBytes. Fixed in
1.1.0
References Updated May 20, 2024 · Source: OSV.dev |
v1.0.0
initial
|