Martin Pitt wrote: > A week ago we at Debian received the bug report below: due to a > buffer overflow in psqlodbc it is possible to crash (and possibly > exploit) apache. I already sent this mail to the psqlodbc list [1], > but unfortunately got no response so far. So maybe there are some > hackers here who can help with this?
The problem is that the ODBC driver just writes the long user name or password into its internal data structures without paying attention the fact that it's only got 256 bytes of space. (function PGAPI_Connect in file connection.c) It's the oldest bug in the book really. ---------------------------(end of broadcast)--------------------------- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly