summaryrefslogtreecommitdiff
path: root/suhosin.ini
diff options
context:
space:
mode:
authorStefan Esser2015-05-20 11:59:13 +0200
committerStefan Esser2015-05-20 11:59:13 +0200
commit7670e669c000f835169dd9b85af6d2f45f303040 (patch)
tree162608d1dd8e3c653d1cd6ac8b619515ba4fa5b5 /suhosin.ini
parent2bde2784897fed6dbe238af53ede0a0421239d35 (diff)
Fix high CPU consumption DOS through many newlines in RFC1867 MIME headers
Diffstat (limited to 'suhosin.ini')
-rw-r--r--suhosin.ini10
1 files changed, 10 insertions, 0 deletions
diff --git a/suhosin.ini b/suhosin.ini
index b37013b..4dfbf43 100644
--- a/suhosin.ini
+++ b/suhosin.ini
@@ -1334,6 +1334,16 @@
1334;suhosin.upload.max_uploads = 25 1334;suhosin.upload.max_uploads = 25
1335; 1335;
1336 1336
1337; suhosin.upload.max_newlines
1338; --------------------------
1339; * Type: Integer
1340; * Default: 100
1341;
1342; Defines the maximum number of newlines in rfc1867 mime headers.
1343;
1344;suhosin.upload.max_newlines = 100
1345;
1346
1337; suhosin.upload.disallow_elf 1347; suhosin.upload.disallow_elf
1338; --------------------------- 1348; ---------------------------
1339; * Type: Boolean 1349; * Type: Boolean