svn commit: r329177 - head/security/vuxml

Sergey Matveychuk sem at FreeBSD.org
Thu Oct 3 13:05:49 UTC 2013


Author: sem
Date: Thu Oct  3 13:05:48 2013
New Revision: 329177
URL: http://svnweb.freebsd.org/changeset/ports/329177

Log:
  Document the last xinetd vulnerability

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Thu Oct  3 12:57:46 2013	(r329176)
+++ head/security/vuxml/vuln.xml	Thu Oct  3 13:05:48 2013	(r329177)
@@ -51,6 +51,32 @@ Note:  Please add new entries to the beg
 
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+  <vuln vid="5c34664f-2c2b-11e3-87c2-00215af774f0">
+    <topic>xinetd -- ignores user and group directives for TCPMUX services</topic>
+    <affects>
+      <package>
+	<name>xinetd</name>
+	<range><lt>2.3.15_1</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">
+	<p>xinetd would execute configured TCPMUX services without dropping
+	  privilege to match the service configuration allowing the service to
+	  run with same privilege as the xinetd process (root).</p>
+      </body>
+    </description>
+    <references>
+      <cvename>CVE-2013-4342</cvename>
+      <url>http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=324678</url>
+      <url>https://bugzilla.redhat.com/show_bug.cgi?id=1006100</url>
+    </references>
+    <dates>
+      <discovery>2005-08-23</discovery>
+      <entry>2013-10-03</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="ccefac3e-2aed-11e3-af10-000c29789cb5">
     <topic>polarssl -- Timing attack against protected RSA-CRT implementation</topic>
     <affects>


More information about the svn-ports-head mailing list