πŸ” CVE Alert

CVE-2026-81319

UNKNOWN 0.0

Unsafe deserialization of decrypted terms enables node DoS in AshCloak

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

Deserialization of Untrusted Data vulnerability in ash-project ash_cloak allows an attacker who can influence the bytes of an encrypted column to crash the BEAM node, by triggering unbounded atom creation or a decompression bomb during decryption. AshCloak.Calculations.Decrypt decodes the decrypted binary with Ash.Helpers.non_executable_binary_to_term/1 without the :safe option, so atoms in the payload are interned during the decode and never garbage collected, and the term format's compressed form is inflated transparently. vault.decrypt!() is the only barrier and stops tampering only for an authenticated cipher. Cloak also ships the unauthenticated AES.CTR, whose ciphertext an attacker who knows their own plaintext can XOR into any same-length payload without the key, so an ordinary read of the forged column reaches the decoder. A few hundred kilobytes of distinct atoms exhausts the atom table, or a small compressed payload inflates to gigabytes. This issue affects ash_cloak: from 0.1.0 before 0.4.0.

CWE CWE-502
Vendor ash-project
Product ash_cloak
Published Aug 30, 2026
Stay Ahead of the Next One

Get instant alerts for ash-project ash_cloak

Be the first to know when new unknown vulnerabilities affecting ash-project ash_cloak are published β€” delivered to Slack, Telegram or Discord.

Get Free Alerts β†’ Free Β· No credit card Β· 60 sec setup

Affected Versions

ash-project / ash_cloak
0.1.0 < 0.4.0
ash-project / ash_cloak
f1595a77fdfa9bfc672f84c2f77feb9e7bf895fc < 1690f0a436efe3e7c11d70d74ff5a8ac0fdf6608

References

NVD β†— CVE.org β†— EPSS Data β†—
github.com: https://github.com/ash-project/ash_cloak/security/advisories/GHSA-rc26-mrm2-6pf9 cna.erlef.org: https://cna.erlef.org/cves/CVE-2026-81319.html osv.dev: https://osv.dev/vulnerability/EEF-CVE-2026-81319 github.com: https://github.com/ash-project/ash_cloak/commit/1690f0a436efe3e7c11d70d74ff5a8ac0fdf6608

Credits

Peter Ullrich πŸ” Peter Ullrich Zach Daniel / Ash Project Jonatan MΓ€nnchen / EEF