diff options
author | delphij <delphij@FreeBSD.org> | 2009-12-17 08:04:43 +0800 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2009-12-17 08:04:43 +0800 |
commit | f64e7ae2588b35449a56f097f9b8657f8097be1b (patch) | |
tree | 22960b540e1a8e99b0cff0ebe2277dc459ccfcd6 /security | |
parent | 235b2baac01d4d8f52a5f0f81624cbb477f2574d (diff) | |
download | freebsd-ports-gnome-f64e7ae2588b35449a56f097f9b8657f8097be1b.tar.gz freebsd-ports-gnome-f64e7ae2588b35449a56f097f9b8657f8097be1b.tar.zst freebsd-ports-gnome-f64e7ae2588b35449a56f097f9b8657f8097be1b.zip |
Add tptest pwd remote buffer overflow vulnerability.
Submitted by: Mark Foster <mark foster cc>
PR: ports/131938
Diffstat (limited to 'security')
-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 43901dbc60b5..d5fd4ee93b64 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -35,6 +35,35 @@ Note: Please add new entries to the beginning of this file. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="5486669e-ea9f-11de-bd9c-00215c6a37bb"> + <topic>tptest -- pwd Remote Stack Buffer Overflow</topic> + <affects> + <package> + <name>tptest</name> + <range><gt>0</gt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>SecurityFocus reports:</p> + <blockquote cite="http://www.securityfocus.com/bid/33785"> + <p>TPTEST is prone to a remote stack-based buffer-overflow + vulnerability. An attacker can exploit this issue to + execute arbitrary code within the context of the affected + application. Failed exploit attempts will result in a + denial-of-service condition.</p> + </blockquote> + </body> + </description> + <references> + <bid>33785</bid> + </references> + <dates> + <discovery>2009-02-16</discovery> + <entry>2009-12-17</entry> + </dates> + </vuln> + <vuln vid="01c57d20-ea26-11de-bd39-00248c9b4be7"> <topic>mozilla -- multiple vulnerabilities</topic> <affects> |