svn commit: r524633 - head/security/vuxml

Dima Panov fluffy at FreeBSD.org
Thu Jan 30 06:25:49 UTC 2020


Author: fluffy
Date: Thu Jan 30 06:25:48 2020
New Revision: 524633
URL: https://svnweb.freebsd.org/changeset/ports/524633

Log:
  Document mail/opensmtpd LPE and RCE vulnerabilities
  
  PR:		243686
  Security:	CVE-2020-7247

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Thu Jan 30 06:21:12 2020	(r524632)
+++ head/security/vuxml/vuln.xml	Thu Jan 30 06:25:48 2020	(r524633)
@@ -58,6 +58,34 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+  <vuln vid="08f5c27d-4326-11ea-af8b-00155d0a0200">
+    <topic>OpenSMTPd -- critical LPE / RCE vulnerability</topic>
+    <affects>
+      <package>
+	<name>opensmtpd</name>
+	<range><ge>6.4.0,1</ge><lt>6.6.2,1</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">
+	<p>OpenSMTPD developers report:</p>
+	<blockquote cite="https://opensmtpd.org/security.html">
+	  <p>An incorrect check allows an attacker to trick mbox delivery
+	   into executing arbitrary commands as root and lmtp delivery
+	    into executing arbitrary commands as an unprivileged user</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <cvename>CVE-2020-7247</cvename>
+      <url>https://www.openwall.com/lists/oss-security/2020/01/28/3</url>
+    </references>
+    <dates>
+      <discovery>2020-01-28</discovery>
+      <entry>2020-01-29</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="a250539d-d1d4-4591-afd3-c8bdfac335d8">
     <topic>jenkins -- multiple vulnerabilities</topic>
     <affects>


More information about the svn-ports-head mailing list