CVE-2022-36078

Public Exploit
Slice Memory Allocation with Excessive Size Value in binary

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.

Categories

8.8
CVSS
Severity: High
CVSS 3.1 •
EPSS 0.08%
Third-Party Advisory github.com Third-Party Advisory github.com Third-Party Advisory github.com
Affected: gagliardetto binary
Published at:
Updated at:

References

Link Tags
https://github.com/gagliardetto/binary/security/advisories/GHSA-4p6f-m4f9-ch88 exploit third party advisory mitigation
https://github.com/gagliardetto/binary/pull/7 issue tracking third party advisory patch
https://github.com/gagliardetto/binary/releases/tag/v0.7.1 third party advisory release notes

Frequently Asked Questions

What is the severity of CVE-2022-36078?
CVE-2022-36078 has been scored as a high severity vulnerability.
How to fix CVE-2022-36078?
To fix CVE-2022-36078, make sure you are using an up-to-date version of the affected component(s) by checking the vendor release notes. As for now, there are no other specific guidelines available.
Is CVE-2022-36078 being actively exploited in the wild?
It is possible that CVE-2022-36078 is being exploited or will be exploited in a near future based on public information. According to its EPSS score, there is a ~0% probability that this vulnerability will be exploited by malicious actors in the next 30 days.
What software or system is affected by CVE-2022-36078?
CVE-2022-36078 affects gagliardetto binary.
This platform uses data from the NIST NVD, MITRE CVE, MITRE CWE, First.org and CISA KEV but is not endorsed or certified by these entities. CVE is a registred trademark of the MITRE Corporation and the authoritative source of CVE content is MITRE's CVE web site. CWE is a registred trademark of the MITRE Corporation and the authoritative source of CWE content is MITRE's CWE web site.
© 2025 Under My Watch. All Rights Reserved.