diff options
author | marius <marius@FreeBSD.org> | 2006-03-05 01:31:06 +0800 |
---|---|---|
committer | marius <marius@FreeBSD.org> | 2006-03-05 01:31:06 +0800 |
commit | cf4778f7a484d27e8b674c2f4fc0f57fd14f99d5 (patch) | |
tree | 723fc7dec22f75572ee254d4d52d4203472f7cfe /security | |
parent | 09db1e60516a7fa005d2d26c3c01ede7757223d7 (diff) | |
download | freebsd-ports-gnome-cf4778f7a484d27e8b674c2f4fc0f57fd14f99d5.tar.gz freebsd-ports-gnome-cf4778f7a484d27e8b674c2f4fc0f57fd14f99d5.tar.zst freebsd-ports-gnome-cf4778f7a484d27e8b674c2f4fc0f57fd14f99d5.zip |
Document a SSH.COM SFTP server format string vulnerability affecting
the security/ssh2 port.
Approved by: portmgr (erwin)
Diffstat (limited to 'security')
-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 fe382211dbaf..7f00ba2b6d01 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="594ad3c5-a39b-11da-926c-0800209adf0e"> + <topic>SSH.COM SFTP server -- format string vulnerability</topic> + <affects> + <package> + <name>ssh2</name> + <range><lt>3.2.9.1_5</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>SSH Communications Security Corp reports a format string + vulnerability in their SFTP server. This vulnerability could + cause a user with SCP/SFTP access only to get permission to + execute also other commands. It could also allow user A to + create a special file that when accessed by user B allows + user A to execute commands as user B.</p> + </body> + </description> + <references> + <cvename>CVE-2006-0705</cvename> + <bid>16640</bid> + <url>http://www.ssh.com/company/newsroom/article/715/</url> + <url>http://www.frsirt.com/english/advisories/2006/0554</url> + <url>http://securitytracker.com/id?1015619</url> + <url>http://secunia.com/advisories/18828</url> + <url>http://xforce.iss.net/xforce/xfdb/24651</url> + </references> + <dates> + <discovery>2006-02-13</discovery> + <entry>2006-03-04</entry> + </dates> + </vuln> + <vuln vid="6107efb9-aae3-11da-aea1-000854d03344"> <topic>gtar -- invalid headers buffer overflow</topic> <affects> |