diff options
author | miwi <miwi@FreeBSD.org> | 2009-02-16 05:45:24 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-02-16 05:45:24 +0800 |
commit | bbd34480ae0a0bd0f3b95d217c11cddfc7cf57c4 (patch) | |
tree | ca034b58ec703f4617dfa14c04eb7f0d1d787905 /security/vuxml | |
parent | 47a5e471c4bd31b2b1687d673b4017fec4827353 (diff) | |
download | freebsd-ports-gnome-bbd34480ae0a0bd0f3b95d217c11cddfc7cf57c4.tar.gz freebsd-ports-gnome-bbd34480ae0a0bd0f3b95d217c11cddfc7cf57c4.tar.zst freebsd-ports-gnome-bbd34480ae0a0bd0f3b95d217c11cddfc7cf57c4.zip |
- Document pycrypto -- ARC2 module buffer overflow
PR: based on 131689
Submitted by: Mark Foster <mark@foster.cc>
Diffstat (limited to 'security/vuxml')
-rw-r--r-- | security/vuxml/vuln.xml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 2575cc9a4b56..b0998cf1de65 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -34,6 +34,34 @@ Note: Please add new entries to the beginning of this file. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="5a021595-fba9-11dd-86f3-0030843d3802"> + <topic>pycrypto -- ARC2 module buffer overflow</topic> + <affects> + <package> + <name>py-pycrypto</name> + <range><lt>2.0.1_2</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Dwayne C. Litzenberger reports:</p> + <blockquote cite="http://lists.dlitz.net/pipermail/pycrypto/2009q1/000062.html"> + <p>pycrypto is exposed to a buffer overflow issue because it fails to + adequately verify user-supplied input. This issue resides in the ARC2 + module. This issue can be triggered with specially crafted ARC2 keys + in excess of 128 bytes.</p> + </blockquote> + </body> + </description> + <references> + <url>http://lists.dlitz.net/pipermail/pycrypto/2009q1/000062.html</url> + </references> + <dates> + <discovery>2009-02-06</discovery> + <entry>2009-02-15</entry> + </dates> + </vuln> + <vuln vid="bcee3989-d106-4f60-948f-835375634710"> <topic>varnish -- Varnish HTTP Request Parsing Denial of Service</topic> <affects> |