CVE-2023-23626
Last modified
CVE-2023-23626 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. 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. EPSS estimates a 0.91% chance of exploitation in the next 30 days.
Description
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 `size` is a not a multiple of `8` or is negative. There were already a note in the `NewBitfield` documentation, however known users of this package are subject to this issue. Users are advised to upgrade. Users unable to upgrade should ensure that `size` is a multiple of 8 before calling `NewBitfield` or `FromBytes`.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Protocol | Go-Bitfield | < 1.1.0 |
References
- https://github.com/ipfs/go-bitfield/security/advisories/GHSA-2h6c-j3gf-xp9rExploit, Patch, Vendor Advisory
- https://github.com/ipfs/go-bitfield/security/advisories/GHSA-2h6c-j3gf-xp9rExploit, Patch, Vendor Advisory
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2023-23626?
How severe is CVE-2023-23626?
How do I fix CVE-2023-23626?
Are you affected by CVE-2023-23626?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
