目标达成 感谢每一位支持者 — 我们达成了 100% 目标!

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-82737— Ash.Vector 向量头部处理缺陷

一分钟漏洞结论

影响对象
ash-project ash
利用判断
尚无明确在野利用证据,仍需结合暴露面评估
建议动作
优先检查厂商安全公告和参考链接中的修复版本;无法立即升级时,限制受影响服务暴露并加强监测。

在 ash 项目的 库中存在一个整数溢出或回绕漏洞。攻击者可以通过提交一个包含超过 65,535 个元素的向量,破坏已存储的向量数据,导致后续对该向量的读取操作崩溃。 具体机制如下: (位于 )将向量编码为 ,后跟各元素浮点数。该实现将元素数量打包进一个 16 位字段,但未检查其取值范围。 当输入列表包含超过 65,535 个元素时,维度值会模 65,536 回绕,导致编码后的头部记录的维度与实际存储的浮点数数量不一致。 随后 根据回绕后的维度读取 个字节,因此每次读取被破坏的值时都会因解析错误而抛出异常,从而拒绝

CVSS 5.9 · Medium
获取后续新漏洞提醒 登录后订阅

一、 漏洞 CVE-2026-82737 基础信息

漏洞信息

对漏洞内容有疑问?看看神龙的深度分析是否有帮助!
查看神龙十问 ↗

尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。

Vulnerability Title
Ash.Vector wraps the 16-bit dimension header for vectors over 65,535 elements, corrupting data and crashing reads
来源: CVE Program / CVE List V5
Vulnerability Description
Integer Overflow or Wraparound vulnerability in ash-project ash lets an attacker corrupt a stored vector and crash later reads of it by submitting a vector with more than 65,535 elements. Ash.Vector.new/1 (lib/ash/vector.ex) encodes a vector as <<dim::unsigned-16, 0::unsigned-16>> followed by the element floats, packing the element count into a 16-bit field without checking its range. A list of more than 65,535 elements wraps the dimension modulo 65,536, so the encoded header records a dimension that disagrees with the number of stored floats. from_binary/1 later reads binary-size(dim)-unit(32) from the wrapped header, so every read of the corrupted value misparses and raises, denying access to the affected record. The fix rejects any vector whose dimension exceeds 65,535. This issue affects ash: from 2.14.13 before 3.32.2.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:4.0/AV:L/AC:L/AT:P/PR:N/UI:N/VC:N/VI:L/VA:H/SC:N/SI:N/SA:N
来源: CVE Program / CVE List V5
Vulnerability Type
整数溢出或超界折返
来源: CVE Program / CVE List V5

受影响产品

厂商 产品 影响版本 CPE 订阅
ash-project ash 2.14.13 ~ 3.32.2 cpe:2.3:a:ash-project:ash:*:*:*:*:*:*:*:*
ash-project ash e2855843ca4a9141dcd7f40f47227e13b43f0e00 ~ cef5eb7b0693f04d1699a36e02a4e09ce1e7bffe cpe:2.3:a:ash-project:ash:*:*:*:*:*:*:*:*

二、漏洞 CVE-2026-82737 的公开POC

# POC 描述 源链接 神龙链接
AI 生成 POC 高级

未找到公开 POC。

登录以生成 AI POC

三、漏洞 CVE-2026-82737 的情报信息

登录查看更多情报信息。

CVE-2026-82737 其他参考 (4)

同批安全公告 · ash-project · 2026-09-01 · 共 22 条

CVE-2026-74837 8.7 HIGH AshTypescript RPC 字段创建无限原子漏洞
CVE-2026-77856 8.2 HIGH AshTypescript 无界原子创建漏洞
CVE-2026-82730 8.2 HIGH Ash Typescript 授权字段通过结果规范化泄露漏洞
CVE-2026-77950 6.3 MEDIUM AshTypescript RPC 错误处理程序未脱敏错误
CVE-2026-82732 6.3 MEDIUM Ash TypeScript 控制器路由参数约束未强制
CVE-2026-82733 6.3 MEDIUM AshTypescript 路由处理程序 返回值错误回显
CVE-2026-82738 5.9 MEDIUM Ash.Type.UUIDv7 拒绝服务漏洞
CVE-2026-82735 5.9 MEDIUM Ash.Type.String 正则输入过长拒绝服务漏洞
CVE-2026-82749 5.9 MEDIUM Apache Ash 未解析父字段时过滤退化为 IS NULL
CVE-2026-82742 5.9 MEDIUM Ash.Filter.Runtime 内存耗尽漏洞
CVE-2026-82745 5.9 MEDIUM ETS/Mnesia 数据层主键非唯一性缺陷
CVE-2026-82746 5.9 MEDIUM Ash ORM update_many 原子操作资源策略授权绕过漏洞
CVE-2026-82731 2.3 LOW AshTypescript 客户端请求重定向漏洞
CVE-2026-82739 2.1 LOW Ash.Resource.Validation.Confirm 字段值泄露漏洞
CVE-2026-82740 2.1 LOW Ash.Type 嵌套数组输入约束失效漏洞
CVE-2026-82736 2.1 LOW Ash Type CiString 字符串约束绕过漏洞
CVE-2026-82741 2.1 LOW Ash.Type.Union 序列化标签混淆漏洞
CVE-2026-82734 2.1 LOW Ash 框架 Ash.Type.Decimal 无限值绕过边界约束漏洞
CVE-2026-82743 2.1 LOW Ash.Actions.Read.AsyncLimiter 调度器忙等漏洞
CVE-2026-82744 2.1 LOW Ash.Reactor 守卫异常时跳过变更失败

显示前 20 条,共 22 条。 查看全部 &rarr; →

IV. Related Vulnerabilities

V. Comments for CVE-2026-82737

暂无评论


发表评论