SQL injection in PostgreSQL - CVE-2002-0802
Published: October 18, 2016 / Updated: June 23, 2025
PostgreSQL
Detailed vulnerability description
The vulnerability allows a remote non-authenticated attacker to read and manipulate data.
The multibyte support in PostgreSQL 6.5.x with SQL_ASCII encoding consumes an extra character when processing a character that cannot be converted, which could remove an escape character from the query and make the application subject to SQL injection attacks.