Lucene search

K
zdiDamian PutZDI-09-064
HistorySep 10, 2009 - 12:00 a.m.

Apple QuickTime FlashPix Sector Size Overflow Vulnerability

2009-09-1000:00:00
Damian Put
www.zerodayinitiative.com
11

EPSS

0.593

Percentile

97.8%

This vulnerability allows remote attackers to execute arbitrary code on vulnerable installations of Apple QuickTime. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file. The specific flaw exists during the parsing of malformed FlashPix (.fpx) files. While parsing the SectorShift and cSectFat fields from the header, the application will multiply 2 user-controlled 32-bit values and utilize this for an allocation. If the result of the multiplication is greater than 32bits, the application will allocate an undersized heap chunk. Later, the application will copy file data directly into this buffer leading to a buffer overflow which can allow for code execution under the context of the currently logged in user.