diff options
author | miwi <miwi@FreeBSD.org> | 2009-01-11 22:29:50 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-01-11 22:29:50 +0800 |
commit | 4f5928629f77b35a4f59edb66213a380d0629c26 (patch) | |
tree | 62f634945fc7445645fc99e1e7486ade044e6575 /security | |
parent | e1fa08394a008cd49f8bee7587be3f77fde211a8 (diff) | |
download | freebsd-ports-gnome-4f5928629f77b35a4f59edb66213a380d0629c26.tar.gz freebsd-ports-gnome-4f5928629f77b35a4f59edb66213a380d0629c26.tar.zst freebsd-ports-gnome-4f5928629f77b35a4f59edb66213a380d0629c26.zip |
- Document imap-uw -- local buffer overflow vulnerabilities
PR: 128923
Submitted by: Mark Foster <mark@foster.cc>
Approved by: maintainer timeout
Diffstat (limited to 'security')
-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 2065da64f930..1c6a156bb1e1 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="a6713190-dfea-11dd-a765-0030843d3802"> + <topic>imap-uw -- local buffer overflow Vulnerabilities</topic> + <affects> + <package> + <name>imap-uw</name> + <range><lt>2007d</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>SANS reports:</p> + <blockquote cite="http://www.sans.org/newsletters/risk/display.php?v=7&i=45#08.45.22"> + <p>University of Washington "tmail" and "dmail" are mail deliver + agents. "tmail" and "dmail" are exposed to local buffer overflow + issues because they fail to perform adequate boundary checks on + user-supplied data.</p> + </blockquote> + </body> + </description> + <references> + <url>http://www.washington.edu/imap/documentation/RELNOTES.html</url> + <url>http://www.sans.org/newsletters/risk/display.php?v=7&i=45#08.45.22</url> + </references> + <dates> + <discovery>2008-10-29</discovery> + <entry>2009-01-11</entry> + </dates> + </vuln> + <vuln vid="bd730827-dfe0-11dd-a765-0030843d3802"> <topic>libcdaudio -- remote buffer overflow and code execution</topic> <affects> |