diff options
author | simon <simon@FreeBSD.org> | 2009-08-07 05:41:57 +0800 |
---|---|---|
committer | simon <simon@FreeBSD.org> | 2009-08-07 05:41:57 +0800 |
commit | 91be7afcdd3a26527ef09ba7118143accdebf51e (patch) | |
tree | 0567b715dbd50128aef5597e1d7b240dbab752e8 /security | |
parent | 0ee11bff7b72d09f354f94474c86c49250d0a05d (diff) | |
download | freebsd-ports-gnome-91be7afcdd3a26527ef09ba7118143accdebf51e.tar.gz freebsd-ports-gnome-91be7afcdd3a26527ef09ba7118143accdebf51e.tar.zst freebsd-ports-gnome-91be7afcdd3a26527ef09ba7118143accdebf51e.zip |
Document subversion -- heap overflow vulnerability.
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index db18e14bcb03..782f28da74c3 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -34,6 +34,45 @@ Note: Please add new entries to the beginning of this file. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="bce1f76d-82d0-11de-88ea-001a4d49522b"> + <topic>subversion -- heap overflow vulnerability</topic> + <affects> + <package> + <name>subversion</name> + <name>subversion-freebsd</name> + <range><lt>1.6.4</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>A Subversion Security Advisory reports:</p> + <blockquote cite="http://subversion.tigris.org/security/CVE-2009-2411-advisory.txt"> + <p>Subversion clients and servers have multiple heap + overflow issues in the parsing of binary deltas. This is + related to an allocation vulnerability in the APR library + used by Subversion.</p> + + <p>Clients with commit access to a vulnerable server can + cause a remote heap overflow; servers can cause a heap + overflow on vulnerable clients that try to do a checkout + or update.</p> + + <p>This can lead to a DoS (an exploit has been tested) and + to arbitrary code execution (no exploit tested, but the + possibility is clear).</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2009-2411</cvename> + <url>http://subversion.tigris.org/security/CVE-2009-2411-advisory.txt</url> + </references> + <dates> + <discovery>2009-08-06</discovery> + <entry>2009-08-06</entry> + </dates> + </vuln> + <vuln vid="d67b517d-8214-11de-88ea-001a4d49522b"> <topic>bugzilla -- product name information leak</topic> <affects> |