wok diff apache/stuff/fix-range-CVE-2011-3192.conf @ rev 17474

syslinux/iso2exe: use always mkfloppy in init
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Dec 27 18:25:05 2014 +0100 (2014-12-27)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/apache/stuff/fix-range-CVE-2011-3192.conf	Sat Dec 27 18:25:05 2014 +0100
     1.3 @@ -0,0 +1,8 @@
     1.4 +# From http://thread.gmane.org/gmane.comp.apache.announce/58
     1.5 +# Drop the Range header when more than 5 ranges.
     1.6 +# CVE-2011-3192
     1.7 +SetEnvIf Range (,.*?){5,} bad-range=1
     1.8 +RequestHeader unset Range env=bad-range
     1.9 +
    1.10 +# optional logging.
    1.11 +#CustomLog logs/range-CVE-2011-3192.log common env=bad-range