|
Full Disclosure
mailing list archives
SumatraPDF <= 0.9.3 Heap Overflow PoC
From: c <c () c cc>
Date: Fri, 24 Apr 2009 23:26:41 +0200
The overflow occurs at the following location:
mupdf/mupdf/pdf_function.c:1167
obj = fz_dictgets(dict, "C0");
if (fz_isarray(obj))
{
func->n = fz_arraylen(obj);
for (i = 0; i < func->n; ++i)
func->u.e.c0[i] = fz_toreal(fz_arrayget(obj, i));
}
func->n is used without being checked first. There are a few integer
overflows elsewhere in the code as well.
Attachment:
a.pdf
Description:
_______________________________________________
Full-Disclosure - We believe in it.
Charter: http://lists.grok.org.uk/full-disclosure-charter.html
Hosted and sponsored by Secunia - http://secunia.com/
By Date
By Thread
Current thread:
- SumatraPDF <= 0.9.3 Heap Overflow PoC c (Apr 27)
|