EEF-CVE-2026-75847

Source
https://cna.erlef.org/osv/EEF-CVE-2026-75847.html
Import Source
https://cna.erlef.org/osv/EEF-CVE-2026-75847.json
JSON Data
https://api.osv.dev/v1/vulns/EEF-CVE-2026-75847
Aliases
Published
2026-08-30T00:18:05.390Z
Modified
2026-08-30T00:40:34.837271640Z
Severity
  • 5.9 (Medium) CVSS_V4 - CVSS:4.0/AV:L/AC:L/AT:P/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N CVSS Calculator
Summary
Sensitive attribute values stored in a non-sensitive public changes map in AshPaperTrail
Details

Summary

Cleartext Storage of Sensitive Information vulnerability in ash-project ash_paper_trail allows an attacker with read access to the generated version resource to recover the plaintext of sensitive? attributes.

AshPaperTrail stores the values of tracked sensitive? attributes in the generated version resource's changes map, which is declared public? true and sensitive? false, so the values are returned by the version resource's default read action and printed in logs, inspect output, and error messages instead of being redacted. AshPaperTrail.Resource.Transformers.CreateVersionResource derives the changes map's sensitivity from the ignore_attributes list (the attributes excluded from changes) rather than from the tracked attributes actually stored in it, and ignore_attributes defaults to empty, so the flag is effectively always false.

This issue affects ash_paper_trail: from 0.1.1 before 0.7.0.

Configuration

The tracked resource must declare one or more sensitive? attributes that are not listed in ignore_attributes. Exposure requires read access to the generated version resource, which ships with defaults [:read, ...] and a changes field that is selectable by default.

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

Affected packages

Hex / ash_paper_trail

Package

Name
ash_paper_trail
Purl
pkg:hex/ash_paper_trail

Affected ranges

Type
SEMVER
Events
Introduced
0.1.1
Fixed
0.7.0

Affected versions

0.*
0.1.1
0.1.2-rc.0
0.1.2
0.1.3
0.1.4
0.2.0
0.2.1
0.3.0
0.3.1
0.4.0
0.5.0
0.5.1
0.5.2
0.5.3
0.5.4
0.5.5
0.5.6
0.5.7
0.6.0

Database specific

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

Git / github.com/ash-project/ash_paper_trail

Affected ranges

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

Affected versions

v0.*
v0.1.1
v0.1.2
v0.1.2-rc.0
v0.1.3
v0.1.4
v0.2.0
v0.2.1
v0.3.0
v0.5.0
v0.5.1
v0.5.2
v0.5.3
v0.5.4
v0.5.5
v0.5.6
v0.5.7
v0.6.0

Database specific

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