svn commit: r306252 - head/security/vuxml

Wesley Shields wxs at FreeBSD.org
Mon Oct 22 02:37:08 UTC 2012


Author: wxs
Date: Mon Oct 22 02:37:07 2012
New Revision: 306252
URL: http://svn.freebsd.org/changeset/ports/306252

Log:
  Document multiple wireshark vulnerabilities.
  
  Feature safe:	yes

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Mon Oct 22 01:31:26 2012	(r306251)
+++ head/security/vuxml/vuln.xml	Mon Oct 22 02:37:07 2012	(r306252)
@@ -51,6 +51,56 @@ Note:  Please add new entries to the beg
 
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+  <vuln vid="a7706414-1be7-11e2-9aad-902b343deec9">
+    <topic>Wireshark -- Multiple Vulnerabilities</topic>
+    <affects>
+      <package>
+	<name>wireshark</name>
+	<range><le>1.8.2_1</le></range>
+      </package>
+      <package>
+	<name>wireshark-lite</name>
+	<range><le>1.8.2_1</le></range>
+      </package>
+      <package>
+	<name>tshark</name>
+	<range><le>1.8.2_1</le></range>
+      </package>
+      <package>
+	<name>tshark-lite</name>
+	<range><le>1.8.2_1</le></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">
+	<p>Wireshark reports:</p>
+	<blockquote cite="http://www.wireshark.org/docs/relnotes/wireshark-1.8.3.html">
+	  <p>The HSRP dissector could go into an infinite loop.</p>
+	  <p>The PPP dissector could abort.</p>
+	  <p>Martin Wilck discovered an infinite loop in the DRDA
+	    dissector.</p>
+	  <p>Laurent Butti discovered a buffer overflow in the LDP
+	    dissector.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <cvename>CVE-2012-5237</cvename>
+      <cvename>CVE-2012-5238</cvename>
+      <cvename>CVE-2012-5239</cvename>
+      <cvename>CVE-2012-5240</cvename>
+      <url>http://www.wireshark.org/security/wnpa-sec-2012-26.html</url>
+      <url>http://www.wireshark.org/security/wnpa-sec-2012-27.html</url>
+      <url>http://www.wireshark.org/security/wnpa-sec-2012-28.html</url>
+      <url>http://www.wireshark.org/security/wnpa-sec-2012-29.html</url>
+      <url>http://www.wireshark.org/docs/relnotes/wireshark-1.8.3.html</url>
+    </references>
+    <dates>
+      <discovery>2012-10-02</discovery>
+      <entry>2012-08-31</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="57652765-18aa-11e2-8382-00a0d181e71d">
     <topic>xlockmore -- local exploit</topic>
     <affects>


More information about the svn-ports-all mailing list