Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Jul 2018 13:15:56 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r475439 - head/security/vuxml
Message-ID:  <201807271315.w6RDFuql055134@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Fri Jul 27 13:15:55 2018
New Revision: 475439
URL: https://svnweb.freebsd.org/changeset/ports/475439

Log:
  security/vuxml: document lshell issues
  
  PR:		215988
  Submitted by:	Damien Fleuriot <dam@my.gd>

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Fri Jul 27 13:04:27 2018	(r475438)
+++ head/security/vuxml/vuln.xml	Fri Jul 27 13:15:55 2018	(r475439)
@@ -58,6 +58,60 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">;
+  <vuln vid="07d04eef-d8e2-11e6-a071-001e67f15f5a">
+    <topic>lshell -- Shell autocomplete reveals forbidden directories</topic>
+    <affects>
+      <package>
+	<name>lshell</name>
+	<range><lt>0.9.18</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">;
+	<p>lshell reports:</p>
+	<blockquote cite="https://github.com/ghantoos/lshell/issues/151">;
+	  <p>The autocomplete feature allows users to list directories, while they do not have access to those paths (issue #109).</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://github.com/ghantoos/lshell/issues/109</url>;
+    </references>
+    <dates>
+      <discovery>2015-07-25</discovery>
+      <entry>2018-07-27</entry>
+    </dates>
+  </vuln>
+
+  <vuln vid="f353525a-d8b8-11e6-a071-001e67f15f5a">
+    <topic>lshell -- Multiple security issues</topic>
+    <affects>
+      <package>
+	<name>lshell</name>
+	<range><le>0.9.18</le></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">;
+	<p>lshell reports:</p>
+	<blockquote cite="https://github.com/ghantoos/lshell/issues/151">;
+	  <p>It is possible to escape lshell if an allowed command can execute an arbitrary non allowed one (issue #122).</p>
+	  <p>Inappropriate parsing of commands can lead to arbitrary command execution (issue #147, #149, #151).</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://github.com/ghantoos/lshell/issues/122</url>;
+      <url>https://github.com/ghantoos/lshell/issues/147</url>;
+      <url>https://github.com/ghantoos/lshell/issues/149</url>;
+      <url>https://github.com/ghantoos/lshell/issues/151</url>;
+    </references>
+    <dates>
+      <discovery>2016-02-04</discovery>
+      <entry>2018-07-27</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="11dc3890-0e64-11e8-99b0-d017c2987f9a">
     <topic>OpenJPEG -- multiple vulnerabilities</topic>
     <affects>



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