diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2007-11-14 05:45:24 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2007-11-14 05:45:24 +0000 |
commit | c81bd82f434db14ec182c689984e9a523eb0ccf3 (patch) | |
tree | 9e8d9177b977dffcb3135466e5fed4296469cf03 /security | |
parent | a0319a48dea9e38e05e0675e363e741cbe8c051a (diff) | |
download | ports-c81bd82f434db14ec182c689984e9a523eb0ccf3.tar.gz ports-c81bd82f434db14ec182c689984e9a523eb0ccf3.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index ce9f10e41c19..59d7aaf0f382 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -34,6 +34,31 @@ Note: Please add new entries to the beginning of this file. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="92f86b93-923f-11dc-a2bf-02e081235dab"> + <topic>net-snmp -- denial of service via GETBULK request</topic> + <affects> + <package> + <name>net-snmp</name> + <range><lt>5.3.1_7</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>CVE reports:</p> + <blockquote cite="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-5846"> + <p>The SNMP agent (snmp_agent.c) in net-snmp before 5.4.1 allows remote attackers to cause a denial of service (CPU and memory consumption) via a GETBULK request with a large max-repeaters value..</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2007-5846</cvename> + </references> + <dates> + <discovery>2007-11-06</discovery> + <entry>2007-11-13</entry> + </dates> + </vuln> + <vuln vid="ff65eecb-91e4-11dc-bd6c-0016179b2dd5"> <topic>flac -- media file processing integer overflow vulnerabilities</topic> <affects> |