CVE-2026-97469 PUBLISHED

PostgreSQL Anonymizer: RESTRICTED functions are reachable through a subLink

Assigner: PostgreSQL
Reserved: 24.09.2026 Published: 25.09.2026 Updated: 25.09.2026

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

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N
CVSS Score: 4.3

Product Status

Vendor DALIBO
Product PostgreSQL Anonymizer
Versions Default: unaffected
  • affected from 1 to 3.2.3 (excl.)

Workarounds

Disable dynamic masking

Credits

  • The PostgreSQL Anonymizer project thanks user Alain Lesage for reporting this problem.

References

Problem Types

  • Use of Weak Hash CWE