CVE-2026-81322

Source
https://cve.org/CVERecord?id=CVE-2026-81322
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-81322.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-81322
Aliases
Published
2026-08-30T18:06:33Z
Modified
2026-09-03T03:30:42Z
Severity
  • 2.1 (Low) CVSS_V4 - CVSS:4.0/AV:L/AC:L/AT:P/PR:N/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N CVSS Calculator
Summary
Cloaked plaintext leaks through a non-sensitive action argument in AshCloak
Details

Exposure of Sensitive Information to an Unauthorized Actor vulnerability in ash-project ash_cloak allows anyone with access to logs, error trackers, or crash reports, or anyone who can trigger a validation error, to recover the plaintext of a field the library encrypts.

AshCloak.Transformers.SetUpEncryption removes each cloaked attribute from the action's accept list and adds an action argument that carries the plaintext into the encryption change. That argument is built with sensitive?: attr.sensitive?, inheriting the flag from the source attribute, so a cloaked attribute declared without sensitive? true produces a non-sensitive argument. It is the only place the cleartext value lives, and the one place Ash will not redact: it appears verbatim in inspect(changeset), Ash.Error.Invalid and validation error messages, telemetry, :sys dumps, and error-tracker payloads. The generated encrypted attribute and decrypt calculation are already hardcoded sensitive.

This issue affects ash_cloak: from 0.1.0 before 0.4.0.

Database specific
{
    "cna_assigner": "EEF",
    "cwe_ids": [
        "CWE-200"
    ],
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/81xxx/CVE-2026-81322.json",
    "unresolved_ranges": [
        {
            "extracted_events": [
                {
                    "introduced": "f1595a77fdfa9bfc672f84c2f77feb9e7bf895fc"
                },
                {
                    "fixed": "ef49cfc832329fc8bc70ec6542a4dfff5dafd076"
                }
            ],
            "source": "AFFECTED_FIELD"
        }
    ]
}
References

Affected packages

Git / github.com/ash-project/ash_cloak

Affected ranges

Type
GIT
Repo
https://github.com/ash-project/ash_cloak
Events
Database specific
Show details
{
    "extracted_events": [
        {
            "introduced": "0.1.0"
        },
        {
            "fixed": "0.4.0"
        }
    ],
    "source": [
        "DESCRIPTION",
        "REFERENCES"
    ]
}

Affected versions

v0.*
v0.1.0
v0.1.1
v0.1.2
v0.1.3
v0.1.4
v0.1.5
v0.1.6
v0.1.7
v0.2.0
v0.2.1
v0.3.0
v0.3.1

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-81322.json"