svn commit: r312626 - head/security/vuxml

Ruslan Mahmatkhanov rm at FreeBSD.org
Wed Feb 20 13:58:20 UTC 2013


Author: rm
Date: Wed Feb 20 13:58:19 2013
New Revision: 312626
URL: http://svnweb.freebsd.org/changeset/ports/312626

Log:
  - add an entry for net/nss-pam-ldapd stack-based buffer overflow
  
  According to advisory, vulnerability exists in nss-pam-ldapd < 0.8.11,
  but since we never had this version in the ports tree, mark everything
  < 0.8.12 as vulnerable.
  
  PR:		176293
  Submitted by:	pluknet

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Wed Feb 20 11:12:25 2013	(r312625)
+++ head/security/vuxml/vuln.xml	Wed Feb 20 13:58:19 2013	(r312626)
@@ -51,6 +51,35 @@ Note:  Please add new entries to the beg
 
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+  <vuln vid="58c15292-7b61-11e2-95da-001e8c1a8a0e">
+    <topic>nss-pam-ldapd -- file descriptor buffer overflow</topic>
+    <affects>
+      <package>
+	<name>nss-pam-ldapd</name>
+	<range><lt>0.8.12</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">
+	<p>Garth Mollett reports:</p>
+	<blockquote cite="http://arthurdejong.org/nss-pam-ldapd/CVE-2013-0288">
+	  <p>A file descriptor overflow issue in the use of FD_SET()
+	    in nss-pam-ldapd can lead to a stack-based buffer overflow.
+	    An attacker could, under some circumstances, use this flaw
+	    to cause a process that has the NSS or PAM module loaded to
+	    crash or potentially execute arbitrary code.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <cvename>CVE-2013-0288</cvename>
+    </references>
+    <dates>
+      <discovery>2013-02-18</discovery>
+      <entry>2013-02-20</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="1c8a039b-7b23-11e2-b17b-20cf30e32f6d">
     <topic>bugzilla -- multiple vulnerabilities</topic>
     <affects>


More information about the svn-ports-head mailing list