Author: markt
Date: Sat Mar 24 16:33:33 2007
New Revision: 522127

URL: http://svn.apache.org/viewvc?view=rev&rev=522127
Log:
Update for cve-2002-1567

Modified:
    tomcat/site/trunk/docs/security-4.html
    tomcat/site/trunk/xdocs/security-4.xml

Modified: tomcat/site/trunk/docs/security-4.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/security-4.html?view=diff&rev=522127&r1=522126&r2=522127
==============================================================================
--- tomcat/site/trunk/docs/security-4.html (original)
+++ tomcat/site/trunk/docs/security-4.html Sat Mar 24 16:33:33 2007
@@ -341,6 +341,44 @@
 <tr>
 <td bgcolor="#525D76">
 <font color="#ffffff" face="arial,helvetica,sanserif">
+<a name="Fixed in Apache Tomcat 4.1.29">
+<strong>Fixed in Apache Tomcat 4.1.29</strong>
+</a>
+</font>
+</td>
+</tr>
+<tr>
+<td>
+<p>
+<blockquote>
+    <p>
+<strong>moderate: Cross-site scripting</strong>
+       <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2002-1567";>
+       CVE-2002-1567</a>
+</p>
+
+    <p>The unmodified requested URL is included in the 404 response header. The
+       new lines in this URL appear to the client to be the end of the header
+       section. The remaining part of the URL, including the script elements, 
is
+       treated as part of the response body and the client executes the script.
+       Tomcat now replaces potentially unsafe characters in the response
+       headers with spaces.</p>
+
+    <p>Affects: 4.1.0-4.1.28</p>
+  </blockquote>
+</p>
+</td>
+</tr>
+<tr>
+<td>
+<br/>
+</td>
+</tr>
+</table>
+<table border="0" cellspacing="0" cellpadding="2" width="100%">
+<tr>
+<td bgcolor="#525D76">
+<font color="#ffffff" face="arial,helvetica,sanserif">
 <a name="Fixed in Apache Tomcat 4.1.0">
 <strong>Fixed in Apache Tomcat 4.1.0</strong>
 </a>

Modified: tomcat/site/trunk/xdocs/security-4.xml
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/security-4.xml?view=diff&rev=522127&r1=522126&r2=522127
==============================================================================
--- tomcat/site/trunk/xdocs/security-4.xml (original)
+++ tomcat/site/trunk/xdocs/security-4.xml Sat Mar 24 16:33:33 2007
@@ -104,6 +104,21 @@
     <p>Affects: 4.0.0-4.0.6, 4.1.0-4.1.31</p>
   </section>
 
+  <section name="Fixed in Apache Tomcat 4.1.29">
+    <p><strong>moderate: Cross-site scripting</strong>
+       <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2002-1567";>
+       CVE-2002-1567</a></p>
+
+    <p>The unmodified requested URL is included in the 404 response header. The
+       new lines in this URL appear to the client to be the end of the header
+       section. The remaining part of the URL, including the script elements, 
is
+       treated as part of the response body and the client executes the script.
+       Tomcat now replaces potentially unsafe characters in the response
+       headers with spaces.</p>
+
+    <p>Affects: 4.1.0-4.1.28</p>
+  </section>
+
   <section name="Fixed in Apache Tomcat 4.1.0">
     <p><strong>important: Denial of service</strong>
        <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2003-0866";>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to