Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Jul 2013 21:06:16 +0000 (UTC)
From:      Olli Hauer <ohauer@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r322357 - head/security/vuxml
Message-ID:  <201307052106.r65L6GFI081343@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ohauer
Date: Fri Jul  5 21:06:15 2013
New Revision: 322357
URL: http://svnweb.freebsd.org/changeset/ports/322357

Log:
  - document apache22 CVE-2013-1862 (mod_rewrite)
  
  Update to apache22-2.2.25 is ready to commit.
  Until now there is no official announcement from apache.org
  so we hold the update back until we have official checksums.

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Fri Jul  5 20:59:44 2013	(r322356)
+++ head/security/vuxml/vuln.xml	Fri Jul  5 21:06:15 2013	(r322357)
@@ -51,6 +51,51 @@ Note:  Please add new entries to the beg
 
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">;
+  <vuln vid="f3d24aee-e5ad-11e2-b183-20cf30e32f6d">
+    <topic>apache22 -- mod_rewrite vulnerability</topic>
+    <affects>
+      <package>
+	<name>apache22</name>
+	<range><gt>2.2.0</gt><lt>2.2.25</lt></range>
+      </package>
+      <package>
+	<name>apache22-event-mpm</name>
+	<range><gt>2.2.0</gt><lt>2.2.25</lt></range>
+      </package>
+      <package>
+	<name>apache22-itk-mpm</name>
+	<range><gt>2.2.0</gt><lt>2.2.25</lt></range>
+      </package>
+      <package>
+	<name>apache22-peruser-mpm</name>
+	<range><gt>2.2.0</gt><lt>2.2.25</lt></range>
+      </package>
+      <package>
+	<name>apache22-worker-mpm</name>
+	<range><gt>2.2.0</gt><lt>2.2.25</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">;
+	<h1>Apache HTTP SERVER PROJECT reports:</h1>
+	<blockquote cite="http://www.apache.org/dist/httpd/CHANGES_2.2.25">;
+	  <p>The mod_rewrite module in the Apache HTTP Server 2.2.x before
+	    2.2.25 writes data to a log file without sanitizing
+	    non-printable characters, which might allow remote attackers to
+	    execute arbitrary commands via an HTTP request containing an
+	    escape sequence for a terminal emulator.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <cvename>CVE-2013-1862</cvename>
+    </references>
+    <dates>
+      <discovery>2013-06-21</discovery>
+      <entry>2013-07-05</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="1b93f6fe-e1c1-11e2-948d-6805ca0b3d42">
     <topic>phpMyAdmin -- Global variable scope injection</topic>
     <affects>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307052106.r65L6GFI081343>