diff options
author | gabor <gabor@FreeBSD.org> | 2007-07-04 03:50:57 +0800 |
---|---|---|
committer | gabor <gabor@FreeBSD.org> | 2007-07-04 03:50:57 +0800 |
commit | 6d71bda30af18c8c1ac924330d5df4ba76c0d265 (patch) | |
tree | e00e0218250f3120d42540be6b4ab71bcfa23937 /security/vuxml | |
parent | 96f2a060e956cc7fc1bca57c5c1babd05f05316c (diff) | |
download | freebsd-ports-gnome-6d71bda30af18c8c1ac924330d5df4ba76c0d265.tar.gz freebsd-ports-gnome-6d71bda30af18c8c1ac924330d5df4ba76c0d265.tar.zst freebsd-ports-gnome-6d71bda30af18c8c1ac924330d5df4ba76c0d265.zip |
- Document typespeed arbitrary code execution
Reviewed by: remko
Diffstat (limited to 'security/vuxml')
-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> |