diff options
author | Markus Brueffer <markus@FreeBSD.org> | 2007-03-12 01:11:44 +0000 |
---|---|---|
committer | Markus Brueffer <markus@FreeBSD.org> | 2007-03-12 01:11:44 +0000 |
commit | 4fc45e848eaf788e2a96009374fb658dab01ba3d (patch) | |
tree | a87df93d33d7ed465ce7874b1b3e91f4430ddd2d /security | |
parent | 9d7cf144916fd2fbf9545f6d7a014634d9a2a866 (diff) |
Notes
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 c88b86cbf7fb..f5a4cc8fbf40 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> |