Description

This alert was generated using only banner information. It may be a false positive.

Fixed in Apache Tomcat 5.5.27:
  • low: Cross-site scripting CVE-2008-1232
    The message argument of HttpServletResponse.sendError() call is not only displayed on the error page, but is also used for the reason-phrase of HTTP response. This may include characters that are illegal in HTTP headers. It is possible for a specially crafted message to result in arbitrary content being injected into the HTTP response. For a successful XSS attack, unfiltered user supplied data must be included in the message argument.
  • low: Cross-site scripting CVE-2008-1947
    The Host Manager web application did not escape user provided data before including it in the output. This enabled a XSS attack. This application now filters the data before use. This issue may be mitigated by logging out (closing the browser) of the application once the management tasks have been completed.
  • important: Information disclosure CVE-2008-2370
    When using a RequestDispatcher the target path was normalised before the query string was removed. A request that included a specially crafted request parameter could be used to access content that would otherwise be protected by a security constraint or by locating it in under the WEB-INF directory.

Affected Apache Tomcat version (5.5.0 - 5.5.26).

Remediation

Upgrade Apache Tomcat to the latest version.

References

Related Vulnerabilities