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?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2023
- CVE-2023-23620Discourse is an open-source discussion platform. Prior to ve…5.3
- CVE-2023-23621Discourse is an open-source discussion platform. Prior to ve…7.5
- CVE-2023-23622Discourse is an open-source discussion platform. Prior to ve…4.3
- CVE-2023-23623Electron is a framework which lets you write cross-platform …9.8
- CVE-2023-23624Discourse is an open-source discussion platform. Prior to ve…5.3
- CVE-2023-23625go-unixfs is an implementation of a unix-like filesystem on …7.5
- CVE-2023-23627Sanitize is an allowlist-based HTML and CSS sanitizer. Versi…6.1
- CVE-2023-23628Metabase is an open source data analytics platform. Affected…4.1
- CVE-2023-23629Metabase is an open source data analytics platform. Affected…6.3
- CVE-2023-2363A vulnerability, which was classified as critical, has been …9.8
- CVE-2023-23630Eta is an embedded JS templating engine that works inside No…6.1
- CVE-2023-23631github.com/ipfs/go-unixfsnode is an ADL IPLD prime node that…7.5
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
