diff options
author | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-07-03 19:50:57 +0000 |
---|---|---|
committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-07-03 19:50:57 +0000 |
commit | 4c8afbbe3783e409e4cbd26a14ffd4d750b1e9b3 (patch) | |
tree | e454aeff17b5bdf3968ea7c8c9af41557e58f3f2 | |
parent | Fix build with GCC 4.2. (diff) |
- Document typespeed arbitrary code execution
Reviewed by: remko
Notes
Notes:
svn path=/head/; revision=194822
-rw-r--r-- | security/vuxml/vuln.xml | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 44cc07a12443..cf297c03db7b 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -34,6 +34,35 @@ Note: Please add new entries to the beginning of this file. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="2c4f4688-298b-11dc-a197-0011098b2f36"> + <topic>typespeed -- arbitrary code execution</topic> + <affects> + <package> + <name>typespeed</name> + <range><le>4.1.0</le></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Debian reports:</p> + <blockquote cite="http://www.debian.org/security/2005/dsa-684"> + <p>Ulf Härnhammar from the Debian Security Audit Project + discovered a problem in typespeed, a touch-typist trainer + disguised as game. This could lead to a local attacker + executing arbitrary code.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2005-0105</cvename> + <url>http://www.debian.org/security/2005/dsa-684</url> + </references> + <dates> + <discovery>2005-02-16</discovery> + <entry>2007-07-03</entry> + </dates> + </vuln> + <vuln vid="7128fb45-2633-11dc-94da-0016179b2dd5"> <topic>vlc -- format string vulnerability and integer overflow</topic> <affects> |