Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Apr 2014 21:33:41 +0000 (UTC)
From:      Ryan Steinmetz <zi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r351044 - head/security/vuxml
Message-ID:  <201404112133.s3BLXfld059003@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: zi
Date: Fri Apr 11 21:33:41 2014
New Revision: 351044
URL: http://svnweb.freebsd.org/changeset/ports/351044
QAT: https://qat.redports.org/buildarchive/r351044/

Log:
  - Move CVE-2014-0076 to its own entry+add FreeBSD system information as the affected list does not 100% line up with the vulnerability described in CVE-2014-0160/5631ae98-be9e-11e3-b5e3-c80aa9043978

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Fri Apr 11 21:26:20 2014	(r351043)
+++ head/security/vuxml/vuln.xml	Fri Apr 11 21:33:41 2014	(r351044)
@@ -51,6 +51,48 @@ Note:  Please add new entries to the beg
 
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">;
+  <vuln vid="7ccd4def-c1be-11e3-9d09-000c2980a9f3">
+    <topic>OpenSSL -- Local Information Disclosure</topic>
+    <affects>
+      <package>
+	<name>openssl</name>
+	<range><ge>1.0.1</ge><lt>1.0.1_10</lt></range>
+      </package>
+      <package>
+	<name>mingw32-openssl</name>
+	<range><ge>1.0.1</ge><lt>1.0.1g</lt></range>
+      </package>
+      <system>
+	<name>FreeBSD</name>
+	<range><gt>8.3</gt><lt>8.3_15</lt></range>
+	<range><gt>8.4</gt><lt>8.4_8</lt></range>
+	<range><gt>9.1</gt><lt>9.1_11</lt></range>
+	<range><gt>9.2</gt><lt>9.2_4</lt></range>
+	<range><gt>10.0</gt><lt>10.0_1</lt></range>
+      </system>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">;
+	<p>OpenSSL reports:</p>
+	<blockquote cite="https://www.openssl.org/news/vulnerabilities.html#2014-0076">;
+	  <p>A flaw in the implementation of Montgomery Ladder Approach would
+	    create a side-channel that leaks sensitive timing information.</p>
+	  <p>A local attacker might be able to snoop a signing process and
+	    might recover the signing key from it.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <cvename>CVE-2014-0076</cvename>
+      <freebsdsa>FreeBSD-SA-14:06.openssl</freebsdsa>
+      <url>https://www.openssl.org/news/vulnerabilities.html#2014-0076</url>;
+    </references>
+    <dates>
+      <discovery>2014-04-07</discovery>
+      <entry>2014-04-11</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="c0c31b27-bff3-11e3-9d09-000c2980a9f3">
     <topic>openafs -- Denial of Service</topic>
     <affects>
@@ -152,7 +194,7 @@ Note:  Please add new entries to the beg
   </vuln>
 
   <vuln vid="5631ae98-be9e-11e3-b5e3-c80aa9043978">
-    <topic>OpenSSL -- Multiple vulnerabilities - private data exposure</topic>
+    <topic>OpenSSL -- Remote Information Disclosure</topic>
     <affects>
       <package>
 	<name>openssl</name>
@@ -185,16 +227,15 @@ Note:  Please add new entries to the beg
 	  communications, steal data directly from the services and users and
 	  to impersonate services and users.</p>
 	</blockquote>
-	<p>This also covers:</p>
-	<blockquote cite="https://www.openssl.org/news/vulnerabilities.html#2014-0076">;
-	  <p>Fix for the attack described in the paper "Recovering OpenSSL
-	    ECDSA Nonces Using the FLUSH+RELOAD Cache Side-channel Attack"</p>
+	<blockquote cite="http://www.freebsd.org/security/advisories/FreeBSD-SA-14:06.openssl.asc">;
+	  <p>The code used to handle the Heartbeat Extension does not do
+	    sufficient boundary checks on record length, which allows reading
+	    beyond the actual payload.</p>
 	</blockquote>
       </body>
     </description>
     <references>
       <cvename>CVE-2014-0160</cvename>
-      <cvename>CVE-2014-0076</cvename>
       <freebsdsa>FreeBSD-SA-14:06.openssl</freebsdsa>
       <url>https://www.openssl.org/news/secadv_20140407.txt</url>;
       <url>https://www.openssl.org/news/vulnerabilities.html#2014-0076</url>;



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