diff options
author | Simon L. B. Nielsen <simon@FreeBSD.org> | 2004-11-14 23:05:37 +0000 |
---|---|---|
committer | Simon L. B. Nielsen <simon@FreeBSD.org> | 2004-11-14 23:05:37 +0000 |
commit | f97a30674355b0c6b6e1e111c3a0cd3794e32f06 (patch) | |
tree | 293ed80ac820f6654138f9641338817c46ee9a4a /security | |
parent | 1e22cc57fc3466c2eeefd0b2fb9bb3c0490389f3 (diff) |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 0fa3bf05fdea..b3ecabd71d4d 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -32,6 +32,42 @@ EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="50744596-368f-11d9-a9e7-0001020eed82"> + <topic>proxytunnel -- format string vulnerability</topic> + <affects> + <package> + <name>proxytunnel</name> + <range><lt>1.2.3</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>A Gentoo Linux Security Advisory reports:</p> + <blockquote cite="http://www.gentoo.org/security/en/glsa/glsa-200411-07.xml"> + <p>Florian Schilhabel of the Gentoo Linux Security Audit + project found a format string vulnerability in + Proxytunnel. When the program is started in daemon mode + (-a [port]), it improperly logs invalid proxy answers to + syslog.</p> + <p>A malicious remote server could send specially-crafted + invalid answers to exploit the format string + vulnerability, potentially allowing the execution of + arbitrary code on the tunnelling host with the rights of + the Proxytunnel process.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CAN-2004-0992</cvename> + <url>http://proxytunnel.sourceforge.net/news.html</url> + <url>http://www.gentoo.org/security/en/glsa/glsa-200411-07.xml</url> + </references> + <dates> + <discovery>2004-11-01</discovery> + <entry>2004-11-15</entry> + </dates> + </vuln> + <vuln vid="bdd1537b-354c-11d9-a9e7-0001020eed82"> <topic>sudo -- privilege escalation with bash scripts</topic> <affects> |