aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrea <rea@FreeBSD.org>2012-08-23 04:00:31 +0800
committerrea <rea@FreeBSD.org>2012-08-23 04:00:31 +0800
commit9d7453c3f62003830e65a62f2d45a4af8da932cd (patch)
treec4bd69a4bec69b851a92a604b6ea9c855bb99833
parentd63948111dd84a5044f45cf8f26cfd7e34e489f3 (diff)
downloadfreebsd-ports-gnome-9d7453c3f62003830e65a62f2d45a4af8da932cd.tar.gz
freebsd-ports-gnome-9d7453c3f62003830e65a62f2d45a4af8da932cd.tar.zst
freebsd-ports-gnome-9d7453c3f62003830e65a62f2d45a4af8da932cd.zip
VuXML: document rssh vulnerabilities fixed in version 2.3.3
-rw-r--r--security/vuxml/vuln.xml35
1 files changed, 35 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml
index 653946436ad5..f490409983db 100644
--- a/security/vuxml/vuln.xml
+++ b/security/vuxml/vuln.xml
@@ -51,6 +51,41 @@ Note: Please add new entries to the beginning of this file.
-->
<vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+ <vuln vid="a4598875-ec91-11e1-8bd8-0022156e8794">
+ <topic>rssh -- configuration restrictions bypass</topic>
+ <affects>
+ <package>
+ <name>rssh</name>
+ <range><lt>2.3.3</lt></range>
+ </package>
+ </affects>
+ <description>
+ <body xmlns="http://www.w3.org/1999/xhtml">
+ <p>Derek Martin (rssh maintainer) reports:</p>
+ <blockquote cite="http://www.pizzashack.org/rssh/security.shtml">
+ <p>John Barber reported a problem where, if the system
+ administrator misconfigures rssh by providing too few access
+ bits in the configuration file, the user will be given
+ default permissions (scp) to the entire system, potentially
+ circumventing any configured chroot. Fixing this required a
+ behavior change: in the past, using rssh without a config
+ file would give all users default access to use scp on an
+ unchrooted system. In order to correct the reported bug,
+ this feature has been eliminated, and you must now have a
+ valid configuration file. If no config file exists, all
+ users will be locked out.</p>
+ </blockquote>
+ </body>
+ </description>
+ <references>
+ <url>http://www.pizzashack.org/rssh/security.shtml</url>
+ </references>
+ <dates>
+ <discovery>2010-08-01</discovery>
+ <entry>2012-08-22</entry>
+ </dates>
+ </vuln>
+
<vuln vid="65b25acc-e63b-11e1-b81c-001b77d09812">
<topic>rssh -- arbitrary command execution</topic>
<affects>