CVE-2026-19633 PUBLISHED

PostgreSQL Anonymizer: unprivileged masked users can execute code via operators, domain casts and view subqueries

Assigner: PostgreSQL
Reserved: 12.08.2026 Published: 06.09.2026 Updated: 06.09.2026

PostgreSQL Anonymizer contains a vulnerability that allows unprivileged masked users to execute arbitrary code by abusing operators, domain casts, or view subqueries that carry untrusted expressions. When these objects are evaluated in the context of the extension’s masking mechanisms, the malicious code can run with elevated privileges. The issue is fixed in PostgreSQL Anonymizer 3.1.4 and later versions

Metrics

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

Product Status

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

Credits

  • The PostgreSQL Anonymizer project thanks user Sarath Kumar for reporting this problem.

References

Problem Types

  • Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') CWE