diff options
author | remko <remko@FreeBSD.org> | 2006-02-16 15:05:13 +0000 |
---|---|---|
committer | remko <remko@FreeBSD.org> | 2006-02-16 15:05:13 +0000 |
commit | b3fc680b82c7ebc8f8e19acd16c4a9f0c00ac084 (patch) | |
tree | f14dcc4656a2860a314518530851658fb6bd37eb /security/vuxml | |
parent | 0b13a1dea0ecc7fe08279148d984daa045f5ca34 (diff) | |
download | FreeBSD-ports-b3fc680b82c7ebc8f8e19acd16c4a9f0c00ac084.zip FreeBSD-ports-b3fc680b82c7ebc8f8e19acd16c4a9f0c00ac084.tar.gz |
Document rssh -- privilege escalation vulnerability.
The port will be marked forbidden due to possible
root access.
Diffstat (limited to 'security/vuxml')
-rw-r--r-- | security/vuxml/vuln.xml | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index dec8e30..9178647 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -34,6 +34,39 @@ Note: Please add new entries to the beginning of this file. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="e34d0c2e-9efb-11da-b410-000e0c2e438a"> + <topic>rssh -- privilege escalation vulnerability</topic> + <affects> + <package> + <name>rssh</name> + <range><lt>2.3.0</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Pizzashack reports:</p> + <blockquote cite="http://www.pizzashack.org/rssh/security.shtml"> + <p>Max Vozeler has reported a problem whereby rssh can + allow users who have shell access to systems where rssh + is installed (and rssh_chroot_helper is installed SUID) + to gain root access to the system, due to the ability to + chroot to arbitrary locations. There are a lot of + potentially mitigating factors, but to be safe you should + upgrade immediately.</p> + </blockquote> + </body> + </description> + <references> + <bid>16050</bid> + <cvename>CVE-2005-3345</cvename> + <url>http://www.pizzashack.org/rssh/security.shtml</url> + </references> + <dates> + <discovery>2005-12-18</discovery> + <entry>2006-02-16</entry> + </dates> + </vuln> + <vuln vid="d38e1810-9ef7-11da-b410-000e0c2e438a"> <topic>tor -- malicious tor server can locate a hidden service</topic> <affects> |