diff options
author | miwi <miwi@FreeBSD.org> | 2009-01-11 22:49:32 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-01-11 22:49:32 +0800 |
commit | 6cfa68b0c68e5484ce86bfec8449ff3e2be3d9ad (patch) | |
tree | 1ff3a4fbb342808097378babe20fb24171c0a151 /security/vuxml | |
parent | 50255869032d66e3235a7e2f9eabd016b587dfd4 (diff) | |
download | freebsd-ports-gnome-6cfa68b0c68e5484ce86bfec8449ff3e2be3d9ad.tar.gz freebsd-ports-gnome-6cfa68b0c68e5484ce86bfec8449ff3e2be3d9ad.tar.zst freebsd-ports-gnome-6cfa68b0c68e5484ce86bfec8449ff3e2be3d9ad.zip |
- Document imap-uw -- imap c-client buffer overflow
PR: 130013
Submitted by: Mark Foster <mark@foster.cc>
Approved by: maintainer timeout
Diffstat (limited to 'security/vuxml')
-rw-r--r-- | security/vuxml/vuln.xml | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 9ba14d2270e1..98f559456cbd 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -34,6 +34,35 @@ Note: Please add new entries to the beginning of this file. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="69a20ce4-dfee-11dd-a765-0030843d3802"> + <topic>imap-uw -- imap c-client buffer overflow</topic> + <affects> + <package> + <name>imap-uw</name> + <range><lt>2007e</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>SANS reports:</p> + <blockquote cite="http://www.washington.edu/imap/documentation/RELNOTES.html"> + <p>The University of Washington IMAP library is a library implementing + the IMAP mail protocol. University of Washington IMAP is exposed to a + buffer overflow issue that occurs due to a boundary error within the + rfc822_output_char function in the c-client library. The University of + Washington IMAP library versions prior to 2007e are affected.</p> + </blockquote> + </body> + </description> + <references> + <url>http://www.washington.edu/imap/documentation/RELNOTES.html</url> + </references> + <dates> + <discovery>2008-12-16</discovery> + <entry>2009-01-11</entry> + </dates> + </vuln> + <vuln vid="a6713190-dfea-11dd-a765-0030843d3802"> <topic>imap-uw -- local buffer overflow vulnerabilities</topic> <affects> |