aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-06-16 20:52:44 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-06-16 20:52:44 +0000
commitf68da5472db72ac9ce48651d455a901e04a0f59c (patch)
treefa1382f205d9e3bbb7028ef4b9e9286a1eceb58e /security
parent68392d80b33a315d4659ddb4fb3c6c9250d1a343 (diff)
downloadports-f68da5472db72ac9ce48651d455a901e04a0f59c.tar.gz
ports-f68da5472db72ac9ce48651d455a901e04a0f59c.zip
- Document cscope -- buffer overflow
PR: based on 135097 Submitted by: Eygene Ryabinkin <rea-fbsd@codelabs.ru>
Notes
Notes: svn path=/head/; revision=236078
Diffstat (limited to 'security')
-rw-r--r--security/vuxml/vuln.xml19
1 files changed, 12 insertions, 7 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml
index 27c28a95a6b5..0a915074b5e1 100644
--- a/security/vuxml/vuln.xml
+++ b/security/vuxml/vuln.xml
@@ -35,25 +35,30 @@ Note: Please add new entries to the beginning of this file.
-->
<vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
<vuln vid="91a2066b-5ab6-11de-bc9b-0030843d3802">
- <topic> -- </topic>
+ <topic>cscope -- buffer overflow</topic>
<affects>
<package>
- <name></name>
- <range><lt></lt></range>
+ <name>cscope</name>
+ <range><lt>15.6</lt></range>
</package>
</affects>
<description>
<body xmlns="http://www.w3.org/1999/xhtml">
- <p>SO-AND-SO reports:</p>
- <blockquote cite="INSERT URL HERE">
- <p>.</p>
+ <p>SecurityFocus reports:</p>
+ <blockquote cite="http://www.securityfocus.com/bid/34832">
+ <p>Attackers may leverage this issue to execute arbitrary code
+ in the context of the application. Failed attacks will cause
+ denial-of-service conditions.</p>
</blockquote>
</body>
</description>
<references>
+ <bid>34832</bid>
+ <cvename>CVE-2009-1577</cvename>
+ <url>http://cscope.cvs.sourceforge.net/viewvc/cscope/cscope/src/find.c?view=log#rev1.19</url>
</references>
<dates>
- <discovery>2009-06-FIXME</discovery>
+ <discovery>2009-05-31</discovery>
<entry>2009-06-16</entry>
</dates>
</vuln>