SEPTEMBER 14, 2026
Live Feed
Back to database
Case File

CVE-2026-81322

LOW · CVSS 2.1 EPSS 0.08% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-30 · Last synced 2026-09-14

CyberRota Analysis

AI-Generated

The ash_cloak library is vulnerable due to improper handling of sensitive attributes, allowing unauthorized access to plaintext values through logs, error messages, and telemetry data. This exposure can lead to the disclosure of sensitive information, particularly for applications utilizing this library version between 0.1.0 and prior to 0.4.0. Developers and security teams using affected versions should prioritize remediation to mitigate potential data leaks.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-81322
Severity
LOW
CVSS
2.1
EPSS
0.08%

Original NVD Description

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.