Tomcat and Hashtable collision Denial of Service Vulnerability

Source: Internet
Author: User

You may have heard about the hash table implementation vulnerability in Java before. Now, Tomcat uses a hash table to store HTTP request parameters, which is also affected. So far, Oracle has not provided patches for this issue.

For this reason, Tomcat implements a work und. A new option maxParameterCount is provided to limit the maximum number of parameters in the request. The default value of this parameter is 10000, which is sufficient for most applications, this value is enough to bypass the hash table bug in JRE.

Currently, this work und will be implemented in the following versions:

Trunk
7.0.23 onwards
6.0.35 onwards

This method will also be implemented in the version 5.5.35 to be released.

If you are using an earlier version of Tomcat without the maxParameterCount attribute, you can solve this problem by limiting maxPostSize to less than 10 KB.

Although this is not a bug in Tomcat itself, the Tomcat security team still published the message and informed the potential problems.

For more information about this vulnerability, see

Http://www.nruns.com/_downloads/advisory28122011.pdf

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.