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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-82752— Ash Framework 输入验证错误漏洞

一分钟漏洞结论

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

Ash Framework是Ash Framework组织的一款基于Elixir的开发框架。 Ash Framework 0.10.0版本至3.33.0之前版本存在输入验证错误漏洞,该漏洞源于对输入指定数量验证不当,使用Elixir String.length/1按Unicode字素计算字符串长度,导致攻击者可绕过长度限制,在受限属性中存储任意大小的值,造成存储无限增长。

CVSS 5.9 · Medium EPSS 0.13% · P3

可能的 ATT&CK 技术 1 AI

T1527

影响版本矩阵 2

厂商产品 版本范围状态
ash-project ash 0.10.0< 3.33.0 affected
05848d5f4affe60fddd812222a18ada080c0813b< * affected
获取后续新漏洞提醒 登录后订阅

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

漏洞信息

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

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

Vulnerability Title
Ash string length constraints count graphemes, so a combining-mark string of any size passes max_length
来源: CVE Program / CVE List V5
Vulnerability Description
Improper Validation of Specified Quantity in Input vulnerability in ash-project ash allows an attacker to store a value of arbitrary size in an attribute whose length constraint should bound it. Ash measures string length with Elixir's String.length/1, which counts Unicode graphemes, in the max_length and min_length constraints of Ash.Type.String (apply_constraints/2 in lib/ash/type/string.ex), in Ash.Resource.Validation.StringLength, and in the string_length expression function. A grapheme carries an unbounded number of combining marks, so a base character followed by a million combining acute accents is one grapheme and megabytes of data, and satisfies max_length: 2. Where the data layer imposes no independent limit (ETS, Mnesia, or a Postgres text column) the whole value is persisted, so an attacker can write an entire request body into an attribute declared with a small maximum and grow storage without bound. The counting unit also disagrees with the storage layer, which counts codepoints rather than graphemes, so a value accepted by the constraint can still be rejected or truncated by the column. A Postgres varchar(n) column bounds the value itself and is not exposed. This issue affects ash: from 0.10.0 before 3.33.0.
来源: 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
CWE-1284
来源: CVE Program / CVE List V5
Vulnerability Title
Ash Framework 输入验证错误漏洞
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Description
Ash Framework是Ash Framework组织的一款基于Elixir的开发框架。 Ash Framework 0.10.0版本至3.33.0之前版本存在输入验证错误漏洞,该漏洞源于对输入指定数量验证不当,使用Elixir String.length/1按Unicode字素计算字符串长度,导致攻击者可绕过长度限制,在受限属性中存储任意大小的值,造成存储无限增长。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商 产品 影响版本 CPE 订阅
ash-project ash 0.10.0 ~ 3.33.0 cpe:2.3:a:ash-project:ash:*:*:*:*:*:*:*:*
ash-project ash 05848d5f4affe60fddd812222a18ada080c0813b ~ * cpe:2.3:a:ash-project:ash:*:*:*:*:*:*:*:*

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

CVE-2026-82752 厂商安全公告 (2)

CVE-2026-82752 其他参考 (1)

IV. Related Vulnerabilities

V. Comments for CVE-2026-82752

暂无评论


发表评论