Files
CVEs-PoC/2017/CVE-2017-15099.md
2025-09-29 21:09:30 +02:00

1.0 KiB

CVE-2017-15099

Description

INSERT ... ON CONFLICT DO UPDATE commands in PostgreSQL 10.x before 10.1, 9.6.x before 9.6.6, and 9.5.x before 9.5.10 disclose table contents that the invoker lacks privilege to read. These exploits affect only tables where the attacker lacks full read access but has both INSERT and UPDATE privileges. Exploits bypass row level security policies and lack of SELECT privilege.

POC

Reference

No PoCs from references.

Github