diff options
author | barner <barner@FreeBSD.org> | 2008-06-20 15:48:37 +0800 |
---|---|---|
committer | barner <barner@FreeBSD.org> | 2008-06-20 15:48:37 +0800 |
commit | fc97a5dacb5bd393b296f7b8ca9dbd4a143ce73b (patch) | |
tree | bc399b4b310b986009aca9764c151fd23f07e5bf /security | |
parent | a9638cfcdae913fd87fd0c6db4820820d8368620 (diff) | |
download | freebsd-ports-gnome-fc97a5dacb5bd393b296f7b8ca9dbd4a143ce73b.tar.gz freebsd-ports-gnome-fc97a5dacb5bd393b296f7b8ca9dbd4a143ce73b.tar.zst freebsd-ports-gnome-fc97a5dacb5bd393b296f7b8ca9dbd4a143ce73b.zip |
Document potiential crash in fetchmail < 6.3.8_6 (in -v -v verbose mode).
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index f43bfb0f2e7e..b27e0859616d 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -34,6 +34,40 @@ Note: Please add new entries to the beginning of this file. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="168190df-3e9a-11dd-87bc-000ea69a5213"> + <topic>fetchmail -- potential crash in -v -v verbose mode</topic> + <affects> + <package> + <name>fetchmail</name> + <range><lt>6.3.8_6</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Matthias Andree reports:</p> + <blockquote cite="http://fetchmail.berlios.de/fetchmail-SA-2008-01.txt"> + <p>Gunter Nau reported fetchmail crashing on some messages; further + debugging by Petr Uzel and Petr Cerny at Novell/SUSE Czech Republic + dug up that this happened when fetchmail was trying to print, in + -v -v verbose level, headers exceeding 2048 bytes. In this + situation, fetchmail would resize the buffer and fill in further + parts of the message, but forget to reinitialize its va_list + typed source pointer, thus reading data from a garbage address found + on the stack at addresses above the function arguments the caller + passed in; usually that would be the caller's stack frame.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2008-2711</cvename> + <url>http://fetchmail.berlios.de/fetchmail-SA-2008-01.txt</url> + </references> + <dates> + <discovery>2008-06-13</discovery> + <entry>2008-06-20</entry> + </dates> + </vuln> + <vuln vid="800e8bd5-3acb-11dd-8842-001302a18722"> <topic>xorg -- multiple vulnerabilities</topic> <affects> |