diff options
author | markus <markus@FreeBSD.org> | 2007-03-12 09:11:44 +0800 |
---|---|---|
committer | markus <markus@FreeBSD.org> | 2007-03-12 09:11:44 +0800 |
commit | 63a5cde23400ed530c107678b2798f5897c627bf (patch) | |
tree | 1f88c76c21b53789d63fd849559351bc15cb82eb /security | |
parent | 1374802b6be07f76f549e6341c9656afd8e24bf3 (diff) | |
download | freebsd-ports-graphics-63a5cde23400ed530c107678b2798f5897c627bf.tar.gz freebsd-ports-graphics-63a5cde23400ed530c107678b2798f5897c627bf.tar.zst freebsd-ports-graphics-63a5cde23400ed530c107678b2798f5897c627bf.zip |
Document ktorrent -- two vulnerabilities
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 c88b86cbf7f..f5a4cc8fbf4 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="73f53712-d028-11db-8c07-0211d85f11fb"> + <topic>ktorrent -- two vulnerabilities</topic> + <affects> + <package> + <name>ktorrent</name> + <range><lt>2.1.2</lt></range> + </package> + <package> + <name>ktorrent-devel</name> + <range><lt>20070311</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Two problems have been found in KTorrent:</p> + <ul> + <li>KTorrent does not properly sanitize file names to filter + out ".." components, so it's possible for an attacker to create + a malicious torrent in order to overwrite arbitrary files within + the filesystem.</li> + <li>Messages with invalid chunk indexes aren't rejected.</li> + </ul> + </body> + </description> + <references> + <url>http://ktorrent.org/forum/viewtopic.php?t=1401</url> + </references> + <dates> + <discovery>2007-03-09</discovery> + <entry>2007-03-11</entry> + </dates> + </vuln> + <vuln vid="abeb9b64-ce50-11db-bc24-0016179b2dd5"> <topic>mplayer -- DMO File Parsing Buffer Overflow Vulnerability</topic> <affects> |