Closed
Bug 594926
Opened 14 years ago
Closed 14 years ago
Malformed font leads to crash in Apple's libTrueTypeScaler [@tiny_malloc_from_free_list]
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: posidron, Assigned: jtd)
References
(Blocks 1 open bug)
Details
(Keywords: verified1.9.2, Whiteboard: [sg:vector-critical? (Apple)])
Attachments
(3 files)
Table: b'maxp'
Number of replaced values: 2
Offset: 6/0x000006 Value: ['00', '00', '00', '00', '00', '00', '00', '01']
Offset: 21/0x000015 Value: ['80', '00']
Execute the provided html file.
Reporter | ||
Comment 1•14 years ago
|
||
Updated•14 years ago
|
blocking2.0: --- → ?
Assignee | ||
Updated•14 years ago
|
Assignee: nobody → jdaggett
Reporter | ||
Comment 2•14 years ago
|
||
<maxp>
<tableVersion value="0x10000"/>
<numGlyphs value="571"/>
<maxPoints value="0"/>
<maxContours value="0"/>
<maxCompositePoints value="0"/>
<maxCompositeContours value="1"/>
<maxZones value="2"/>
<maxTwilightPoints value="0"/>
<maxStorage value="0"/>
<maxFunctionDefs value="128"/>
<maxInstructionDefs value="0"/>
<maxStackElements value="512"/>
<maxSizeOfInstructions value="777"/>
<maxComponentElements value="2"/>
<maxComponentDepth value="1"/>
</maxp>
Reporter | ||
Updated•14 years ago
|
Summary: Malformed font leads to crash [@ATSUGetGlyphBounds/tiny_malloc_from_free_list] → Malformed font leads to crash [@tiny_malloc_from_free_list]
Comment 3•14 years ago
|
||
Per Joe these are likely exploitable on trunk with a slightly modified testcase, so marking that this applies to trunk as well.
Whiteboard: [sg:critical]
Version: 1.9.2 Branch → Trunk
Updated•14 years ago
|
Summary: Malformed font leads to crash [@tiny_malloc_from_free_list] → Malformed font leads to crash in Apple's libTrueTypeScaler [@tiny_malloc_from_free_list]
Reporter | ||
Comment 4•14 years ago
|
||
Updated•14 years ago
|
blocking2.0: ? → final+
Assignee | ||
Comment 5•14 years ago
|
||
(In reply to comment #4)
> Created attachment 478731 [details]
> testcase-trunk
I can't reproduce a crash against trunk on 10.6.5 10H542 with either harfbuzz enabled or disabled. 1.9.2 goes down easily.
Updated•14 years ago
|
Whiteboard: [sg:critical] → [sg:vector-critical? (Apple)]
Assignee | ||
Comment 6•14 years ago
|
||
No longer reproducible on 10.6.5 with either trunk or 1.9.2.latest:
Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.13pre) Gecko/20101114 Namoroka/3.6.13pre
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:2.0b8pre) Gecko/20101114 Firefox/4.0b8pre
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Updated•14 years ago
|
status1.9.2:
--- → .13-fixed
Depends on: CVE-2010-3768
Comment 7•14 years ago
|
||
Verified for 1.9.2 with Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.13pre) Gecko/20101117 Namoroka/3.6.13pre using testcase. Crash occurs with 1.9.2.12.
Keywords: verified1.9.2
Comment 9•14 years ago
|
||
Was this one of the bugs fixed in the latest Mac updates? Would like to un-hide the bug.
Reporter | ||
Comment 10•14 years ago
|
||
Yes, the bug is fixed.
Reporter | ||
Updated•13 years ago
|
Blocks: fuzzing-fonts
Updated•11 years ago
|
Group: core-security
You need to log in
before you can comment on or make changes to this bug.
Description
•