svn commit: r315687 - head/security/vuxml

Xin LI delphij at FreeBSD.org
Tue Apr 2 20:21:29 UTC 2013


Author: delphij
Date: Tue Apr  2 20:21:28 2013
New Revision: 315687
URL: http://svnweb.freebsd.org/changeset/ports/315687

Log:
  Document two latest FreeBSD security advisories.
  
  Approved by:	portmgr (bdrewery)

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Tue Apr  2 19:31:04 2013	(r315686)
+++ head/security/vuxml/vuln.xml	Tue Apr  2 20:21:28 2013	(r315687)
@@ -51,6 +51,71 @@ Note:  Please add new entries to the beg
 
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+  <vuln vid="13031d98-9bd1-11e2-a7be-8c705af55518">
+    <topic>FreeBSD -- BIND remote denial of service</topic>
+    <affects>
+      <package>
+	<name>FreeBSD</name>
+	<range><gt>9.0</gt><lt>9.0_7</lt></range>
+	<range><gt>9.1</gt><lt>9.1_2</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">
+	<blockquote cite="http://www.freebsd.org/security/advisories/FreeBSD-SA-13:04.bind.asc">
+	  <p>A flaw in a library used by BIND allows an
+	    attacker to deliberately cause excessive memory
+	    consumption by the named(8) process.  This
+	    affects both recursive and authoritative
+	    servers.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <cvename>CVE-2013-2266</cvename>
+      <freebsdsa>SA-13:04.bind</freebsdsa>
+      <url>https://kb.isc.org/article/AA-00871</url>
+    </references>
+    <dates>
+      <discovery>2013-04-02</discovery>
+      <entry>2013-04-02</entry>
+    </dates>
+  </vuln>
+
+  <vuln vid="69bfc852-9bd0-11e2-a7be-8c705af55518">
+    <topic>FreeBSD -- OpenSSL multiple vulnerabilities</topic>
+    <affects>
+      <package>
+	<name>FreeBSD</name>
+	<range><gt>8.3</gt><lt>8.3_7</lt></range>
+	<range><gt>9.0</gt><lt>9.0_7</lt></range>
+	<range><gt>9.1</gt><lt>9.1_2</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">
+	<blockquote cite="http://www.freebsd.org/security/advisories/FreeBSD-SA-13:03.openssl.asc">
+	  <p>A flaw in the OpenSSL handling of OCSP response
+	    verification could be exploited to cause a denial of
+	    service attack.</p>
+	  <p>OpenSSL has a weakness in the handling of CBC
+	    ciphersuites in SSL, TLS and DTLS. The weakness could reveal
+	    plaintext in a timing attack.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <cvename>CVE-2013-0166</cvename>
+      <cvename>CVE-2013-0169</cvename>
+      <freebsdsa>SA-13:04.openssl</freebsdsa>
+      <url>http://www.openssl.org/news/secadv_20130205.txt</url>
+    </references>
+    <dates>
+      <discovery>2013-04-02</discovery>
+      <entry>2013-04-02</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="92f30415-9935-11e2-ad4c-080027ef73ec">
     <topic>OpenVPN -- potential side-channel/timing attack when comparing HMACs</topic>
     <affects>


More information about the svn-ports-head mailing list