EEF-CVE-2026-81638

Source
https://cna.erlef.org/osv/EEF-CVE-2026-81638.html
Import Source
https://cna.erlef.org/osv/EEF-CVE-2026-81638.json
JSON Data
https://api.osv.dev/v1/vulns/EEF-CVE-2026-81638
Aliases
  • GHSA-qxp2-vgp9-268q
  • CVE-2026-81638
Published
2026-09-07T22:33:29.297Z
Modified
2026-09-07T22:45:03.546220912Z
Severity
  • 2.1 (Low) CVSS_V4 - CVSS:4.0/AV:L/AC:L/AT:P/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:L/SA:N CVSS Calculator
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.

Database specific
{
    "cwe_ids": [
        "CWE-173"
    ],
    "capec_ids": [
        "CAPEC-267"
    ],
    "cpe_ids": [
        "cpe:2.3:a:ash-project:ash_double_entry:*:*:*:*:*:*:*:*"
    ]
}
References
Credits
    • Peter Ullrich - FINDER
    • Peter Ullrich - REPORTER
    • Zach Daniel / Ash Project - REMEDIATION_DEVELOPER
    • Jonatan Männchen / EEF - COORDINATOR

Affected packages

Hex / ash_double_entry

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.*
0.1.0
0.1.1
0.1.2
0.2.0
0.2.1
0.2.2
0.2.3
0.2.4
1.*
1.0.0-rc.0
1.0.0
1.0.1
1.0.2
1.0.3
1.0.4
1.0.5
1.0.6
1.0.7
1.0.8
1.0.9
1.0.10
1.0.11
1.0.12
1.0.13
1.0.14
1.0.15
1.0.16
1.0.17
1.0.18

Database specific

source
"https://cna.erlef.org/osv/EEF-CVE-2026-81638.json"

Git / github.com/ash-project/ash_double_entry

Affected ranges

Type
GIT
Repo
https://github.com/ash-project/ash_double_entry
Events

Affected versions

v0.*
v0.1.0
v0.1.1
v0.1.2
v0.2.0
v0.2.1
v0.2.2
v0.2.3
v0.2.4
v1.*
v1.0.0
v1.0.0-rc.0
v1.0.0-rc.1
v1.0.1
v1.0.10
v1.0.11
v1.0.12
v1.0.13
v1.0.14
v1.0.15
v1.0.16
v1.0.17
v1.0.18
v1.0.2
v1.0.3
v1.0.4
v1.0.5
v1.0.6
v1.0.7
v1.0.8
v1.0.9

Database specific

source
"https://cna.erlef.org/osv/EEF-CVE-2026-81638.json"