Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Sep 2020 06:44:34 +0000 (UTC)
From:      Philip Paeps <philip@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r548763 - head/security/vuxml
Message-ID:  <202009160644.08G6iYpD078756@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: philip
Date: Wed Sep 16 06:44:34 2020
New Revision: 548763
URL: https://svnweb.freebsd.org/changeset/ports/548763

Log:
  security/vuxml: add FreeBSD SA-20:30.ftpd

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Wed Sep 16 06:44:29 2020	(r548762)
+++ head/security/vuxml/vuln.xml	Wed Sep 16 06:44:34 2020	(r548763)
@@ -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="6d334fdb-f7e7-11ea-88f8-901b0ef719ab">
+    <topic>FreeBSD -- ftpd privilege escalation via ftpchroot feature</topic>
+    <affects>
+      <package>
+	<name>FreeBSD</name>
+	<range><ge>12.1</ge><lt>12.1_10</lt></range>
+	<range><ge>11.4</ge><lt>11.4_4</lt></range>
+	<range><ge>11.3</ge><lt>11.3_14</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">;
+	<h1>Problem Description:</h1>
+	<p>A ftpd(8) bug in the implementation of the file system sandbox, combined
+	with capabilities available to an authenticated FTP user, can be used to
+	escape the file system restriction configured in ftpchroot(5).
+	Moreover, the bug allows a malicious client to gain root privileges.</p>
+	<h1>Impact:</h1>
+	<p>A malicious FTP user can gain privileged access to an affected system.</p>
+      </body>
+    </description>
+    <references>
+      <cvename>CVE-2020-7468</cvename>
+      <freebsdsa>SA-20:30.ftpd</freebsdsa>
+    </references>
+    <dates>
+      <discovery>2020-09-15</discovery>
+      <entry>2020-09-16</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="e73c688b-f7e6-11ea-88f8-901b0ef719ab">
     <topic>FreeBSD -- bhyve SVM guest escape</topic>
     <affects>



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