svn commit: r388050 - head/security/vuxml

Xin LI delphij at FreeBSD.org
Sun May 31 08:08:17 UTC 2015


Author: delphij
Date: Sun May 31 08:08:16 2015
New Revision: 388050
URL: https://svnweb.freebsd.org/changeset/ports/388050

Log:
  Extend 57325ecf-facc-11e4-968f-b888e347c638 to cover rawstudio as well.
  
  PR:		200199
  Submitted by:	Jason Unovitch

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Sun May 31 07:44:05 2015	(r388049)
+++ head/security/vuxml/vuln.xml	Sun May 31 08:08:16 2015	(r388050)
@@ -971,9 +971,13 @@ Notes:
   </vuln>
 
   <vuln vid="57325ecf-facc-11e4-968f-b888e347c638">
-    <topic>ufraw -- integer overflow condition</topic>
+    <topic>rawstudio and ufraw -- integer overflow condition</topic>
     <affects>
       <package>
+	<name>rawstudio</name>
+	<range><lt>2.0_11</lt></range>
+      </package>
+      <package>
 	<name>ufraw</name>
 	<range><lt>0.21</lt></range>
       </package>
@@ -994,12 +998,14 @@ Notes:
       </body>
     </description>
     <references>
+      <cvename>CVE-2015-3885</cvename>
       <url>http://www.ocert.org/advisories/ocert-2015-006.html</url>
-      <url>http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-3885</url>
+      <url>https://github.com/rawstudio/rawstudio/commit/983bda1f0fa5fa86884381208274198a620f006e</url>
     </references>
     <dates>
       <discovery>2015-04-24</discovery>
       <entry>2015-05-15</entry>
+      <modified>2015-05-31</modified>
     </dates>
   </vuln>
 


More information about the svn-ports-all mailing list