Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 May 2019 19:43:29 +0000 (UTC)
From:      Carlo Strub <cs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r502353 - head/security/vuxml
Message-ID:  <201905231943.x4NJhTHF006637@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cs
Date: Thu May 23 19:43:29 2019
New Revision: 502353
URL: https://svnweb.freebsd.org/changeset/ports/502353

Log:
  Multiple vulnerabilities in OCaml
  
  PR:		223039
  Submitted by:	Phil Pennock <freebsd@phil.spodhuis.org>
  Security:	CVE-2015-8869

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Thu May 23 19:19:46 2019	(r502352)
+++ head/security/vuxml/vuln.xml	Thu May 23 19:43:29 2019	(r502353)
@@ -58,6 +58,32 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">;
+  <vuln vid="8d2af843-7d8e-11e9-8464-c85b76ce9b5a">
+    <topic>OCaml -- Multiple Security Vulnerabilities</topic>
+    <affects>
+      <package>
+	<name>ocaml</name>
+	<range><lt>4.03.0</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">;
+	<p>MITRE reports:</p>
+	<blockquote cite="INSERT URL HERE">
+	  <p>OCaml before 4.03.0 does not properly handle sign extensions, which allows remote attackers to conduct buffer overflow attacks or obtain sensitive information as demonstrated by a long string to the String.copy function.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://nvd.nist.gov/vuln/detail/CVE-2015-8869</url>;
+      <url>https://github.com/ocaml/ocaml/commit/659615c7b100a89eafe6253e7a5b9d84d0e8df74#diff-a97df53e3ebc59bb457191b496c90762</url>;
+    </references>
+    <dates>
+      <discovery>2016-06-13</discovery>
+      <entry>2019-05-23</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="44b6dfbf-4ef7-4d52-ad52-2b1b05d81272">
     <topic>mozilla -- multiple vulnerabilities</topic>
     <affects>



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