svn commit: r462782 - head/security/vuxml

Thomas Zander riggs at FreeBSD.org
Sat Feb 24 09:14:44 UTC 2018


Author: riggs
Date: Sat Feb 24 09:14:43 2018
New Revision: 462782
URL: https://svnweb.freebsd.org/changeset/ports/462782

Log:
  Document ssh injection vulnerability in devel/cvs
  
  PR:		226088
  Reported by:	fk at fabiankeil.de
  Security:	CVE-2017-12836

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Sat Feb 24 09:07:58 2018	(r462781)
+++ head/security/vuxml/vuln.xml	Sat Feb 24 09:14:43 2018	(r462782)
@@ -58,6 +58,40 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+  <vuln vid="d9fe59ea-1940-11e8-9eb8-5404a68ad561">
+    <topic>cvs -- Remote code execution via ssh command injection</topic>
+    <affects>
+      <package>
+	<name>cvs</name>
+	<range><lt>1.20120905_5</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">
+	<p>Hank Leininger reports:</p>
+	<blockquote cite="http://lists.nongnu.org/archive/html/bug-cvs/2017-08/msg00000.html">
+	  <p>Bugs in Git, Subversion, and Mercurial were just announced and patched
+	     which allowed arbitrary local command execution if a malicious name was
+	     used for the remote server, such as starting with - to pass options to
+	     the ssh client:
+	     git clone ssh://-oProxyCommand=some-command...
+	     CVS has a similar problem with the -d option:</p>
+	  <p>Tested vanilla CVS 1.12.13, and Gentoo CVS 1.12.12-r11.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>http://lists.nongnu.org/archive/html/bug-cvs/2017-08/msg00000.html</url>
+      <url>https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=871810#10</url>
+      <cvename>CVE-2017-12836</cvename>
+      <freebsdpr>ports/226088</freebsdpr>
+    </references>
+    <dates>
+      <discovery>2017-08-10</discovery>
+      <entry>2018-02-24</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="289269f1-0def-11e8-99b0-d017c2987f9a">
     <topic>LibreOffice -- Remote arbitrary file disclosure vulnerability via WEBSERVICE formula</topic>
     <affects>


More information about the svn-ports-head mailing list