Difference between revisions of "WAF 330791"

From Atomicorp Wiki
Jump to: navigation, search
(Created page with "'''Rule ID''' 330791 '''Status''' Active rule currently published. '''Alert Message''' Failed to parse request body. This may be an impedence mismatch attack, a broken ap...")
 
m
Line 30: Line 30:
 
'''Similar Rules'''
 
'''Similar Rules'''
  
 +
[[WAF_330792]]
  
 
'''Knowledge Base Articles'''
 
'''Knowledge Base Articles'''

Revision as of 16:14, 15 August 2011

Rule ID

330791

Status

Active rule currently published.

Alert Message

Failed to parse request body. This may be an impedence mismatch attack, a broken application or a broken connection. This is not a false positive. Check your application or client for errors."] [data "Multipart parsing error: Multipart: Final boundary missing.

Description

This rule detects when the request body processor, used for request body parsing, is unable to parse the body of the request. This is a serious condition, and can mean only one of two things:

1) An attacker is attempting to bypass the WAF by constructing a body that will not be parsed correctly by the WAF, in hopes of bypassing the WAF. 2) The application is generating non-RFC compliant, or broken message bodies that the WAF is unable to assemble. This can occur with a broken client, buggy library or even a broken connection.

False Positives

Disabling this rule will leave your system open for impedance mismatch attacks, therefore it is highly recommended you first discuss this issue with the applications developers to determine why the format of the request is unparsable, and determine if they can fix their application first. This condition is extremely rare, and it is not recommended that you disable this rule if you have a false positive.

If you believe this is a false positive, please report this to our security team to determine if this is a legitimate case, or if its clever attack on your system. Instructions to report false positives are detailed on the Reporting False Positives wiki page. If it is a false positive, we will fix the issue in the rules and get a release out to you promptly.

Tuning Guidance

If you know that this behaviour is acceptable for your application, you can tune it by identifying the application that is being triggered, and specifically allowing that application to generate bodies the WAF can not examine correctly. Please see the Tuning the Atomicorp WAF Rules page for basic information.

Similar Rules

WAF_330792

Knowledge Base Articles

None.

Outside References

None.

Personal tools