3 matches found
Internet Bug Bounty: Heap overflow due to integer overflow in pg_escape_string() function
The fix for this bug has been committed: https://bugs.php.net/bug.php?id=73399 Description: ------------ I have found some vulnerable code at pgescapestring function in module PostgreSQL. pgescapestring function creates a new zendstring object to store escaped string. The size of destination stri...
Internet Bug Bounty: integer overflow in pg_escape_string caused heap corruption
https://bugs.php.net/bug.php?id=72874...
Debian DSA-1911-1 : pygresql - missing escape function
It was discovered that pygresql, a PostgreSQL module for Python, was missing a function to call PQescapeStringConn. This is needed, because PQescapeStringConn honours the charset of the connection and prevents insufficient escaping, when certain multibyte character encodings are used. The new...