svn commit: r527060 - head/security/vuxml
Dima Panov
fluffy at FreeBSD.org
Tue Feb 25 03:07:19 UTC 2020
Author: fluffy
Date: Tue Feb 25 03:07:17 2020
New Revision: 527060
URL: https://svnweb.freebsd.org/changeset/ports/527060
Log:
Document OpenSMTPd vulnerability
LPE and RCE in OpenSMTPD's default install
Security: CVE-2020-8793, CVE-2020-8794
Modified:
head/security/vuxml/vuln.xml
Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml Tue Feb 25 02:28:50 2020 (r527059)
+++ head/security/vuxml/vuln.xml Tue Feb 25 03:07:17 2020 (r527060)
@@ -58,6 +58,37 @@ Notes:
* Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
-->
<vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+ <vuln vid="f0683976-5779-11ea-8a77-1c872ccb1e42">
+ <topic>LPE and RCE in OpenSMTPD's default install</topic>
+ <affects>
+ <package>
+ <name>opensmtpd</name>
+ <range><lt>6.6.4,1</lt></range>
+ </package>
+ </affects>
+ <description>
+ <body xmlns="http://www.w3.org/1999/xhtml">
+ <p>OpenSMTPD developersreports:</p>
+ <blockquote cite="https://opensmtpd.org/security.html">
+ <p>An out of bounds read in smtpd allows an attacker to inject arbitrary
+ commands into the envelope file which are then executed as root.
+ Separately, missing privilege revocation in smtpctl allows arbitrary
+ commands to be run with the _smtpq group.</p>
+ </blockquote>
+ </body>
+ </description>
+ <references>
+ <cvename>CVE-2020-8793</cvename>
+ <url>https://www.openwall.com/lists/oss-security/2020/02/24/4</url>
+ <cvename>CVE-2020-8794</cvename>
+ <url>https://www.openwall.com/lists/oss-security/2020/02/24/5</url>
+ </references>
+ <dates>
+ <discovery>2020-02-22</discovery>
+ <entry>2020-02-24</entry>
+ </dates>
+ </vuln>
+
<vuln vid="40c75597-574a-11ea-bff8-c85b76ce9b5a">
<topic>OpenSMTPd -- LPE and RCE in OpenSMTPD's default install</topic>
<affects>
More information about the svn-ports-head
mailing list