CVE-2026-82752
Last modified
CVE-2026-82752 is a medium-severity vulnerability rated 5.9/10 on the CVSS scale. 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. EPSS estimates a 0.13% chance of exploitation in the next 30 days.
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.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| ash-project | ash | >= 0.10.0, < 3.33.0 |
| ash-project | ash | >= 05848d5f4affe60fddd812222a18ada080c0813b, < * |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-82752?
How severe is CVE-2026-82752?
How do I fix CVE-2026-82752?
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 2026
- CVE-2026-82747Incorrect Authorization vulnerability in ash-project ash ret…5.9
- CVE-2026-82748Incorrect Authorization vulnerability in ash-project ash aut…2.1
- CVE-2026-82749Incorrect Authorization vulnerability in ash-project ash wid…5.9
- CVE-2026-8275A vulnerability was detected in bettercap up to 2.41.5. Affe…3.7
- CVE-2026-82750Improper Validation of Specified Quantity in Input in ZenHiv…8.3
- CVE-2026-82751Improper Validation of Specified Quantity in Input in ZenHiv…8.3
- CVE-2026-82753Allocation of Resources Without Limits or Throttling vulnera…8.2
- CVE-2026-82754Improper Protection of Alternate Path vulnerability in ash-p…6.3
- CVE-2026-82755Use of Cache Containing Sensitive Information vulnerability …6.3
- CVE-2026-82756Improper Encoding or Escaping of Output vulnerability in ash…6.3
- CVE-2026-82757Server-Side Request Forgery (SSRF) vulnerability in ash-proj…6.3
- CVE-2026-82758Improper Authentication vulnerability in ash-project ash_aut…6.3
Are you affected by CVE-2026-82752?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
