CVE Catalog

CVE-2026-97469

MediumCVSS 4.3
Published: Updated: Translated: NVD NIST

Summary

PostgreSQL Anonymizer contains a vulnerability that allows unprivileged masked users to repeatedly call anon.hash() and collect (seed, hash_output) pairs to perform an offline brute-force attack and deduce the salt. The issue is fixed in version 3.2.3.

Risk Assessment

Risk of exposing the salt used for hashing data, potentially leading to compromise of personal data protection and bypassing anonymization mechanisms.

Recommendation

Update PostgreSQL Anonymizer to version 3.2.3 or later and restrict permissions to call anon.hash() only to trusted roles.

Other vulnerabilities in PostgreSQL Anonymizer

See all
Original NVD description (English source)

PostgreSQL Anonymizer contains a vulnerability that allows unprivileged masked users to repeatedly call the anon.hash() function and collects (seed, hash_output) pairs to perform an offline brute-force attack and deduce the salt. A masked role can run a RESTRICTED function when the call is placed inside the sub-select. The problem is resolved in PostgreSQL Anonymizer 3.2.3 and later versions

Vulnerability data from NVD (NIST) · CISA KEV · EPSS