diff options
author | pi <pi@FreeBSD.org> | 2016-08-15 06:19:31 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2016-08-15 06:19:31 +0800 |
commit | 57b359fa1c84272bb2bf5d91b80bcee9f71a4cf1 (patch) | |
tree | 67d38f109359b36db4f5a0215709e9bdbd3a3d7d /security | |
parent | b093e7dda0aeb5b14981acbcc022d8a04b3e68be (diff) | |
download | freebsd-ports-gnome-57b359fa1c84272bb2bf5d91b80bcee9f71a4cf1.tar.gz freebsd-ports-gnome-57b359fa1c84272bb2bf5d91b80bcee9f71a4cf1.tar.zst freebsd-ports-gnome-57b359fa1c84272bb2bf5d91b80bcee9f71a4cf1.zip |
audio/teamspeak3-server: Document remote code execution
PR: 211846
Security: http://seclists.org/fulldisclosure/2016/Aug/61
Submitted by: Ultima1252@gmail.com
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 5b1198094f97..a53c7e84e693 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -58,6 +58,34 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="f7dd2d09-625e-11e6-828b-fcaa14edc6a6"> + <topic>Several vulnerabilities found in Teamspeak3-server</topic> + <affects> + <package> + <name>teamspeak3-server</name> + <range><le>3.0.13_1,1</le></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Hanz Jenson audit report:</p> + <blockquote cite="http://seclists.org/fulldisclosure/2016/Aug/61"> + <p>I found 10 vulnerabilities. Some of these are critical and allow remote code + execution. For the average user, that means that these vulnerabilities can be + exploited by a malicious attacker in order to take over any Teamspeak server, + not only becoming serveradmin, but getting a shell on the affected machine.</p> + </blockquote> + </body> + </description> + <references> + <url>http://seclists.org/fulldisclosure/2016/Aug/61</url> + </references> + <dates> + <discovery>2016-08-12</discovery> + <entry>2016-08-14</entry> + </dates> + </vuln> + <vuln vid="df502a2f-61f6-11e6-a461-643150d3111d"> <topic>mcollective-puppet-agent -- Remote Code Execution in mcollective-puppet-agent plugin</topic> <affects> |