CVE-2026-82736
Last modified
CVE-2026-82736 is a low-severity vulnerability rated 2.1/10 on the CVSS scale. Incorrect Behavior Order: Validate Before Canonicalize vulnerability in ash-project ash lets an attacker store a case-insensitive string value that violates its length or match constraints. Ash.Type.CiString.apply_constraints/2 (lib/ash/type/ci_string.ex) validated the max_length, min_length, and match constraints against the value as submitted, while the type case-folds the string (per its casing) for storage and comparison. Because validation ran before folding, an attacker can submit a value whose folded form breaks a constraint but whose original form passes: for example, against a match pattern requiring uppercase, an uppercase value that is stored lowercased persists a value the pattern rejects. EPSS estimates a 0.14% chance of exploitation in the next 30 days.
Description
Incorrect Behavior Order: Validate Before Canonicalize vulnerability in ash-project ash lets an attacker store a case-insensitive string value that violates its length or match constraints. Ash.Type.CiString.apply_constraints/2 (lib/ash/type/ci_string.ex) validated the max_length, min_length, and match constraints against the value as submitted, while the type case-folds the string (per its casing) for storage and comparison. Because validation ran before folding, an attacker can submit a value whose folded form breaks a constraint but whose original form passes: for example, against a match pattern requiring uppercase, an uppercase value that is stored lowercased persists a value the pattern rejects. The fix case-folds the value at the start of apply_constraints/2, so the constraints are checked against the form that is actually stored. This issue affects ash: from 1.29.0-rc0 before 3.32.2.
Metrics
CVSS:4.0/AV:L/AC:L/AT:P/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| ash-project | ash | >= 1.29.0-rc0, < 3.32.2 |
| ash-project | ash | >= f6f5d194bfc7802bd32e48bf2eabd2d97a0109a4, < d8320b0127c8ef453679d70e5dd23a9506951d21 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-82736?
How severe is CVE-2026-82736?
How do I fix CVE-2026-82736?
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-82730Incorrect Authorization vulnerability in ash-project ash_typ…8.2
- CVE-2026-82731URL Redirection to Untrusted Site ('Open Redirect') vulnerab…2.3
- CVE-2026-82732Improper Input Validation vulnerability in ash-project ash_t…6.3
- CVE-2026-82733Generation of Error Message Containing Sensitive Information…6.3
- CVE-2026-82734Improper Validation of Specified Quantity in Input vulnerabi…2.1
- CVE-2026-82735Uncontrolled Resource Consumption vulnerability in ash-proje…5.9
- CVE-2026-82737Integer Overflow or Wraparound vulnerability in ash-project …5.9
- CVE-2026-82738Improper Input Validation vulnerability in ash-project ash a…5.9
- CVE-2026-82739Generation of Error Message Containing Sensitive Information…2.1
- CVE-2026-8274A security vulnerability has been detected in npitre cramfs-…5.3
- CVE-2026-82740Improper Input Validation vulnerability in ash-project ash f…2.1
- CVE-2026-82741Improper Validation of Specified Type of Input vulnerability…2.1
Are you affected by CVE-2026-82736?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
