EEF-CVE-2026-81638

    Dashboard / Vulnerabilities / EEF-CVE-2026-81638

    EEF-CVE-2026-81638

    Published: 7 Sept 2026Last Modified: 7 Sept 2026

    Summary: Non-canonical ULID spellings are accepted and alias to the same record in ash_double_entry

    Details: ## Summary 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. ## Configuration Reachable only when an application exposes AshDoubleEntry.ULID as a public identifier over an HTTP or API boundary and performs string-level checks on the submitted ID (idempotency or deduplication keys, deny-lists, audit correlation, or signatures) rather than treating the value as opaque.

    Affected packages

    Package

    Name: ash_double_entry

    Purl: pkg:hex/ash_double_entry

    Affected ranges

    Type: SEMVER

    Events:

    Introduced- 0.1.0
    Fixed -1.0.19

    Affected versions

    0.1.0
    0.1.1
    0.1.2

    Common Vulnerability Scoring System

    Attack Vector
    Network
    Adjacent
    Local
    Physical
    Privileges Required
    None
    Low
    High
    User Interaction
    None
    Required
    Scope
    Unchanged
    Changed
    Confidentiality
    None
    Low
    High
    Integrity
    None
    Low
    High
    Availability
    None
    Low
    High