Missing Encryption of Sensitive Data in ejson - #VU141366
Published: August 8, 2026
Vulnerability details
The vulnerability allows a local user to disclose sensitive information.
The vulnerability exists due to missing encryption of sensitive data in the ejson encryption walker when processing a specific nested JSON shape. A local user can encrypt a crafted file containing an array with an object whose final key begins with an underscore and a later sibling string value to disclose sensitive information.
The issue is silent because encryption and decryption use the same walker, so an affected file can round-trip without reporting the missing encryption.