CVE-2022-36078
Last modified
CVE-2022-36078 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. Binary provides encoding/decoding in Borsh and other formats. The vulnerability is a memory allocation vulnerability that can be exploited to allocate slices in memory with (arbitrary) excessive size value, which can either exhaust available memory or crash the whole program. EPSS estimates a 0.91% chance of exploitation in the next 30 days.
Description
Binary provides encoding/decoding in Borsh and other formats. The vulnerability is a memory allocation vulnerability that can be exploited to allocate slices in memory with (arbitrary) excessive size value, which can either exhaust available memory or crash the whole program. When using `github.com/gagliardetto/binary` to parse unchecked (or wrong type of) data from untrusted sources of input (e.g. the blockchain) into slices, it's possible to allocate memory with excessive size. When `dec.Decode(&val)` method is used to parse data into a structure that is or contains slices of values, the length of the slice was previously read directly from the data itself without any checks on the size of it, and then a slice was allocated. This could lead to an overflow and an allocation of memory with excessive size value. Users should upgrade to `v0.7.1` or higher. A workaround is not to rely on the `dec.Decode(&val)` function to parse the data, but to use a custom `UnmarshalWithDecoder()` method that reads and checks the length of any slice.
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 |
|---|---|---|
| Binary Project | Binary | < 0.7.1 |
References
- https://github.com/gagliardetto/binary/pull/7Issue Tracking, Patch, Third Party Advisory
- https://github.com/gagliardetto/binary/releases/tag/v0.7.1Release Notes, Third Party Advisory
- https://github.com/gagliardetto/binary/security/advisories/GHSA-4p6f-m4f9-ch88Exploit, Mitigation, Third Party Advisory
- https://github.com/gagliardetto/binary/pull/7Issue Tracking, Patch, Third Party Advisory
- https://github.com/gagliardetto/binary/releases/tag/v0.7.1Release Notes, Third Party Advisory
- https://github.com/gagliardetto/binary/security/advisories/GHSA-4p6f-m4f9-ch88Exploit, Mitigation, Third Party Advisory
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2022-36078?
How severe is CVE-2022-36078?
How do I fix CVE-2022-36078?
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 2022
- CVE-2022-36072SilverwareGames.io is a social network for users to play vid…5.9
- CVE-2022-36073RubyGems.org is the Ruby community gem host. A bug in passwo…8.8
- CVE-2022-36074Nextcloud server is an open source personal cloud product. A…7.5
- CVE-2022-36075Nextcloud files access control is a nextcloud app to manage …4.3
- CVE-2022-36076NodeBB Forum Software is powered by Node.js and supports eit…7.5
- CVE-2022-36077The Electron framework enables writing cross-platform deskto…6.1
- CVE-2022-36079Parse Server is an open source backend that can be deployed …7.5
- CVE-2022-3608Cross-site Scripting (XSS) - Stored in GitHub repository tho…8.4
- CVE-2022-36080Wikmd is a file based wiki that uses markdown. Prior to vers…6.1
- CVE-2022-36081Wikmd is a file based wiki that uses markdown. Prior to vers…7.5
- CVE-2022-36082mangadex-downloader is a command-line tool to download manga…5.3
- CVE-2022-36083JOSE is "JSON Web Almost Everything" - JWA, JWS, JWE, JWT, J…5.3
Are you affected by CVE-2022-36078?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
