diff options
author | Steve Wills <swills@FreeBSD.org> | 2018-07-27 13:15:55 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2018-07-27 13:15:55 +0000 |
commit | d21a40b9272fa8f2f8dfe0dbe8ecfbdf68774a84 (patch) | |
tree | 6c19b2e3edffe816eaa0bb32e0165c7af27882b4 | |
parent | 442bfe22b4e2703efdf9fba0ff39fccca553a971 (diff) | |
download | ports-d21a40b9272fa8f2f8dfe0dbe8ecfbdf68774a84.tar.gz ports-d21a40b9272fa8f2f8dfe0dbe8ecfbdf68774a84.zip |
security/vuxml: document lshell issues
PR: 215988
Submitted by: Damien Fleuriot <dam@my.gd>
Notes
Notes:
svn path=/head/; revision=475439
-rw-r--r-- | security/vuxml/vuln.xml | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 247706e578ae..22414f433850 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -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> |