Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37817257
en ru br
ALT Linux repos
S:2.9.1-alt1
5.0: 2.5.9-alt0.M50.1
4.1: 2.5.9-alt0.M41.1
4.0: 2.5.9-alt0.M40.1
+updates:2.5.9-alt0.M40.1

Group :: System/Servers
RPM: apache2-mod_security

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

# Some ALT specific rules
#
# ModSecurity Core Rules is installed into
# rules/ directory
#
# Place local rules into local_rules/ directory
#
#
# For additional resources see README.ALT
#

# Ignore static content
SecRule REQUEST_METHOD "^(GET|HEAD)$" \
"id:99990,phase:1,allow,nolog,chain"
SecRule REQUEST_BASENAME "\.(jpg|gif|png)$" chain
SecRule &ARGS "@eq 0"


# phpbb2 (and friends?) remote code exec
# (Rule 310080 from http://www.gotroot.com/mod_security+rules)
SecRule ARGS:highlight "(?:\x27|%27|\x2527|%2527)" \
"id:99991,phase:2,deny,log,status:403,msg:'JITP: PHPBB worm'"


# WEB-PHP squirrelmail theme arbitrary command attempt
# (Rule 310009 from http://www.gotroot.com/mod_security+rules)
SecRule REQUEST_URI "/left_main\.php" \
"id:99992,phase:2,deny,log,status:403,msg:'JITP: squirrel mail theme arbitrary command attempt',chain"
SecRule REQUEST_URI "cmdd="
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin