Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Jan 2014 07:53:48 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r341685 - head/security/vuxml
Message-ID:  <201401290753.s0T7rm6F024531@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Wed Jan 29 07:53:48 2014
New Revision: 341685
URL: http://svnweb.freebsd.org/changeset/ports/341685
QAT: https://qat.redports.org/buildarchive/r341685/

Log:
  Document socat vulnerability.
  
  Security:	CVE-2014-0019

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Wed Jan 29 07:46:26 2014	(r341684)
+++ head/security/vuxml/vuln.xml	Wed Jan 29 07:53:48 2014	(r341685)
@@ -51,6 +51,32 @@ Note:  Please add new entries to the beg
 
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">;
+  <vuln vid="a4c9e12d-88b7-11e3-8ada-10bf48e1088e">
+    <topic>socat -- buffer overflow with data from command line</topic>
+    <affects>
+      <package>
+	<name>socat</name>
+	<range><lt>1.7.2.3</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">;
+	<p>Florian Weimer of the Red Hat Product Security Team reports:</p>
+	<blockquote cite="http://www.dest-unreach.org/socat/contrib/socat-secadv5.txt">;
+	  <p>Due to a missing check during assembly of the HTTP request line a long target server name in the PROXY-CONNECT address can cause a stack buffer overrun. Exploitation requires that the attacker is able to provide the target server name to the PROXY-CONNECT address in the command line. This can happen for example in scripts that receive data from untrusted sources.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <cvename>CVE-2014-0019</cvename>
+      <url>https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2014-0019</url>;
+    </references>
+    <dates>
+      <discovery>2014-01-24</discovery>
+      <entry>2014-01-29</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="c7b5d72b-886a-11e3-9533-60a44c524f57">
     <topic>otrs -- SQL injection issue</topic>
     <affects>



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