CVE-2026-81322
NiskieCVSS 2.1Streszczenie
Podatność w ash_cloak umożliwia osobom z dostępem do logów, trackerów błędów lub raportów awarii, a także osobom mogącym wywołać błąd walidacji, odzyskanie tekstu jawnego zaszyfrowanego pola. Argument przenoszący tekst jawny nie jest oznaczony jako wrażliwy, co prowadzi do jego ujawnienia w komunikatach błędów i logach.
Ocena ryzyka
Organizacja może ujawnić wrażliwe dane w logach i raportach błędów, co może prowadzić do wycieku informacji.
Rekomendacja
Zaktualizuj ash_cloak do wersji 0.4.0 lub nowszej, aby naprawić podatność.
Inne podatności w ash_cloak
Oryginalny opis (angielski, źródło NVD)
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.

