GNOME Bugzilla – Bug 644139
Evolution 2.32.2 crashes parsing utf-8 stuff when presented with certain types of spam
Last modified: 2011-03-07 17:24:31 UTC
Evolution 2.32.2 will crash if someone passes an invalid header of the message to it. I have attached a test case for this that reproduces the crash every time! Stack-trace: 0xb725871b in g_variant_is_trusted (value=0x0) at gvariant-core.c:599 599 gvariant-core.c: No such file or directory. in gvariant-core.c (gdb) bt
+ Trace 226220
To me, it smells like someone was trying to do a buffer overflow attack, but this should not have crashed glib or evolution. Test case attached.
Created attachment 182727 [details] Test case that reproduces the crash
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find. *** This bug has been marked as a duplicate of bug 644099 ***
Fabio: Please don't dup reports without mentioning in the original ticket that there is a TESTCASE here.