Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Aug 2012 20:13:53 +0000 (UTC)
From:      Eygene Ryabinkin <rea@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r303099 - head/security/vuxml
Message-ID:  <201208242013.q7OKDrrr098044@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rea
Date: Fri Aug 24 20:13:53 2012
New Revision: 303099
URL: http://svn.freebsd.org/changeset/ports/303099

Log:
  VuXML: document INN plaintext command injection vulnerability

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Fri Aug 24 19:54:38 2012	(r303098)
+++ head/security/vuxml/vuln.xml	Fri Aug 24 20:13:53 2012	(r303099)
@@ -51,6 +51,39 @@ Note:  Please add new entries to the beg
 
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">;
+  <vuln vid="a7975581-ee26-11e1-8bd8-0022156e8794">
+    <topic>inn -- plaintext command injection into encrypted channel</topic>
+    <affects>
+      <package>
+        <name>inn</name>
+        <range><lt>2.5.3</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">;
+        <p>INN developers report:</p>
+        <blockquote cite="https://www.isc.org/software/inn/2.5.3article">;
+          <p>Fixed a possible plaintext command injection during the
+          negotiation of a TLS layer.  The vulnerability detailed
+          in CVE-2011-0411 affects the STARTTLS and AUTHINFO SASL
+          commands.  nnrpd now resets its read buffer upon
+          a successful negotiation of a TLS layer.  It prevents
+          malicious commands, sent unencrypted, from being executed
+          in the new encrypted state of the session.</p>
+        </blockquote>
+      </body>
+    </description>
+    <references>
+      <cvename>CVE-2012-3523</cvename>
+      <cvename>CVE-2011-0411</cvename>
+      <url>https://www.isc.org/software/inn/2.5.3article</url>;
+    </references>
+    <dates>
+      <discovery>2012-08-14</discovery>
+      <entry>2012-08-25</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="4d1d2f6d-ec94-11e1-8bd8-0022156e8794">
     <topic>jabberd -- domain spoofing in server dialback protocol</topic>
     <affects>



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