binary_project binary 未经控制的内存分配

admin 2023-11-30 06:10:18 Ali_nvd 来源:ZONE.CI 全球网 0 阅读模式
中危 binary_project binary 未经控制的内存分配

CVE编号

CVE-2022-36078

利用情况

暂无

补丁情况

官方补丁

披露时间

2022-09-02
漏洞描述
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.
解决建议
建议您更新当前系统或软件至最新版,完成漏洞的修复。
参考链接
https://github.com/gagliardetto/binary/pull/7
https://github.com/gagliardetto/binary/releases/tag/v0.7.1
https://github.com/gagliardetto/binary/security/advisories/GHSA-4p6f-m4f9-ch88
受影响软件情况
# 类型 厂商 产品 版本 影响面
1
运行在以下环境
应用 binary_project binary * Up to (excluding) 0.7.1
阿里云评分 6.2
  • 攻击路径 本地
  • 攻击复杂度 复杂
  • 权限要求 普通权限
  • 影响范围 越权影响
  • EXP成熟度 未验证
  • 补丁情况 官方补丁
  • 数据保密性 无影响
  • 数据完整性 无影响
  • 服务器危害 无影响
  • 全网数量 N/A
CWE-ID 漏洞类型
CWE-1284 Improper Validation of Specified Quantity in Input
CWE-400 未加控制的资源消耗(资源穷尽)
CWE-789 未经控制的内存分配
- avd.aliyun.com
weinxin
版权声明
本站原创文章转载请注明文章出处及链接,谢谢合作!
N/A Ali_nvd

N/A

N/ACVE编号 CVE-2024-9120利用情况 暂无补丁情况 N/A披露时间 2024-09-23漏洞描述Use after free in Dawn
评论:0   参与:  0