CVE-2026-81638
Last modified
CVE-2026-81638 is a low-severity vulnerability rated 2.1/10 on the CVSS scale. Improper Handling of Alternate Encoding vulnerability in ash-project ash_double_entry allows an attacker to submit several distinct string spellings of the same identifier. AshDoubleEntry.ULID renders a 128-bit ULID as 26 Crockford base-32 characters, but the first character encodes only 3 bits, so canonical values are 0 to 7. decode/1 in lib/ulid.ex masks the first character to its low 3 bits and valid?/1 accepts all 32 characters in that position, so 0..., 8..., G... EPSS estimates a 0.13% chance of exploitation in the next 30 days.
Description
Improper Handling of Alternate Encoding vulnerability in ash-project ash_double_entry allows an attacker to submit several distinct string spellings of the same identifier. AshDoubleEntry.ULID renders a 128-bit ULID as 26 Crockford base-32 characters, but the first character encodes only 3 bits, so canonical values are 0 to 7. decode/1 in lib/ulid.ex masks the first character to its low 3 bits and valid?/1 accepts all 32 characters in that position, so 0..., 8..., G... and R... decode to the identical 16-byte value and resolve to the same row. When the type is exposed as a public ID over an HTTP or API boundary, an attacker-supplied ID can be spelled differently from the record it actually reads or writes, desynchronizing or bypassing string-level checks such as idempotency and deduplication keys, deny-lists, audit correlation, or signatures computed over the submitted ID. This issue affects ash_double_entry: from 0.1.0 before 1.0.19.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| ash-project | ash_double_entry | >= 0.1.0, < 1.0.19 |
| ash-project | ash_double_entry | >= 1e5f7ce8ff25f519c904731a29eb1258324e561a, < d3e688d300a581ae214b3ca7d95ef4de63fbb050 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-81638?
How severe is CVE-2026-81638?
How do I fix CVE-2026-81638?
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-81625A remote attacker with user privileges may use a malicious o…8.8
- CVE-2026-8163The Infility Global WordPress plugin before 2.15.19 does not…8.8
- CVE-2026-81633Improper Input Validation vulnerability in ash-project ash_g…6.9
- CVE-2026-81634In NLnet Labs Unbound up to and including 1.26.0, a 255 leng…7.5
- CVE-2026-81635A cross-site scripting vulnerability exists in SHIRASAGI, wh…5.1
- CVE-2026-81636Allocation of Resources Without Limits or Throttling vulnera…8.7
- CVE-2026-8164Uncontrolled Search Path Element vulnerability in ArkSigner …7.3
- CVE-2026-81640An attacker could derive the camera's Wi-Fi password and con…8.8
- CVE-2026-81642In NLnet Labs Unbound up to and including 1.26.0, a vulnerab…9.1
- CVE-2026-81643Incorrect Authorization vulnerability in ash-project ash_gra…2.3
- CVE-2026-81644DoS vulnerability in the preview service module. Impact: Suc…4.3
- CVE-2026-81646Out-of-bounds read vulnerability in the graphics module. Imp…5.9
Are you affected by CVE-2026-81638?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
