mod_security: Warning. Pattern match "([0-9a-zA-Z] mod_security: Warning. Pattern match "([0-9a-zA-Z]
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

mod_security: Warning. Pattern match "([0-9a-zA-Z]

Started by nyltak, July 12, 2006, 09:06:42 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

nyltak

I was browsing my error log today and noticed this error:
[Jul 12 11:36:50 2006] [error] [client 71.xxx.xxx.xx] mod_security: Warning. Pattern match "([0-9a-zA-Z]+[-._+&])*[0-9a-zA-Z]+@([-0-9a-zA-Z]+[.])+[a-zA-Z]{2,6}"
at POST_PAYLOAD [hostname "xxx.com"] [uri "/gallery/admin.php"]


Can anyone tell me what causes this? It occurs repeatedly thru out my error logs.

Nibbler

mod_security is telling you that someone from that IP made a POST request to admin.php that contained data matching that regular expression. Seems to be firing on the admin email address on that page. Probably nothing to worry about if that IP is yours. You'd need to ask whoever set it up what purpose that serves.