Subject Strange error in apache logs
Author octopusdev
Hi,

i've got a problem with this combination:

* Fedora linux
* Firebird 1.5.4
* Php 4

Sometimes i see strange lines in apache logs for example :

PHP Warning: ibase_connect(): I/O error for file
"/var/dbpath/MASTER.FDB!@&!!" Error while trying to open
file No such file or directory in /var/pathtoapp/exec_log.php on line 9

PHP Warning: ibase_connect(): I/O error for file
"/var/dbpath/MASTER.FDBir.it)" Error while trying to open file


The original dbname is MASTER.FDB
And it seems that php is trying to connect to a db with a suffix of
variable chars.
!@&!! OR ir.it

I've checked the scripts and there are no instruction between var
declaration and db connection.

I cannot be sure if this log is due to code injection.

Could someone help me ?
Thanks in advance.

Mauro