Contribute  :  Support  :  Downloads  :  Forum  :  Links  :  Polls  :  Calendar  :  Directory  :  Advanced Search  
Geeklog The Ultimate Weblog System
Welcome to Geeklog
Friday, May 16 2008 @ 02:35 AM EDT
   

IDS logging attacks from my own web site!

Security

This isn’t a complaint, just thought it was interesting. I use Geeklog for my hosted site, I was going through the logs on my home firewall and noticed that the IDS (Intrusion Detection System) was showing attacks coming from my website. It logged the attack as “WEB-PHP content-disposition” I researched the attack and found that it was a Buffer Overflow venerability that affected PHP 3-4.2 here is what I found on Securityfocus.com about the attack:

“PHP is a widely deployed scripting language, designed for web based development and CGI programming. PHP does not perform proper bounds checking on in functions related to Form-based File Uploads in HTML (RFC1867). Specifically, this problem occurs in the functions which are used to decode MIME encoded files. As a result, it may be possible to overrun the buffer used for the vulnerable functions to cause arbitrary attacker-supplied instructions to be executed. PHP is invoked through webservers remotely. It may be possible for remote attackers to execute this vulnerability to gain access to target systems. A vulnerable PHP interpreter module is available for Apache servers that is often enabled by default.”

Apparently whenever I upload a pic or file to my site the IDS running on my firewall logs it as an attack attempt. I’m not worried about it doesn’t seem to be affecting file uploads (I don’t see any dropped packets from my site in the FW logs) and it’s only logging it when I upload files, I just thought it was interesting. By the way Geeklog rocks!

Story Options

IDS logging attacks from my own web site! | 1 comments | Create New Account
The following comments are owned by whomever posted them. This site is not responsible for what they say.
IDS logging attacks from my own web site!
Authored by: Dirk on Thursday, April 24 2003 @ 06:01 PM EDT
Well, this only shows the limited value that some of these "security" packages have. Because of a bug that was fixed long ago (as of PHP 4.1.2, if I remember correctly), this software still alerts users of something that isn't an attack at all ...

bye, Dirk