diff options
author | miwi <miwi@FreeBSD.org> | 2009-06-17 04:59:01 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-06-17 04:59:01 +0800 |
commit | 6dafdd63127ac5a4feab8a4cecff18bba6d5997b (patch) | |
tree | 3055b57eaf88487694a1044e0e0ccb24592f6737 | |
parent | 711222eb0f02ccfb00e6feff67d7ecdb03c9648c (diff) | |
download | freebsd-ports-gnome-6dafdd63127ac5a4feab8a4cecff18bba6d5997b.tar.gz freebsd-ports-gnome-6dafdd63127ac5a4feab8a4cecff18bba6d5997b.tar.zst freebsd-ports-gnome-6dafdd63127ac5a4feab8a4cecff18bba6d5997b.zip |
- Document cscope -- multiple buffer overflows
PR: 135097
Submitted by: Eygene Ryabinkin <rea-fbsd@codelabs.ru>
-rw-r--r-- | security/vuxml/vuln.xml | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 0a915074b5e1..42d9cd9570ae 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -34,6 +34,38 @@ Note: Please add new entries to the beginning of this file. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="c14aa48c-5ab7-11de-bc9b-0030843d3802"> + <topic>cscope -- multiple buffer overflows</topic> + <affects> + <package> + <name>cscope</name> + <range><lt>15.7a</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>secunia reports:</p> + <blockquote cite="http://secunia.com/advisories/34978"> + <p>Some vulnerabilities have been reported in Cscope, which + potentially can be exploited by malicious people to compromise a + user's system.</p> + <p>The vulnerabilities are caused due to various boundary errors, + which can be exploited to cause buffer overflows when parsing + specially crafted files or directories.</p> + </blockquote> + </body> + </description> + <references> + <bid>34805</bid> + <cvename>CVE-2009-0148</cvename> + <url>http://secunia.com/advisories/34978</url> + </references> + <dates> + <discovery>2009-05-31</discovery> + <entry>2009-06-16</entry> + </dates> + </vuln> + <vuln vid="91a2066b-5ab6-11de-bc9b-0030843d3802"> <topic>cscope -- buffer overflow</topic> <affects> |