Bug 697762 - Out of bounds write in mark_line_tr()
Summary: Out of bounds write in mark_line_tr()
Status: RESOLVED FIXED
Alias: None
Product: Ghostscript
Classification: Unclassified
Component: Graphics Library (show other bugs)
Version: master
Hardware: PC Linux
: P1 normal
Assignee: Robin Watts
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-04-18 04:59 UTC by Kamil Frankowicz
Modified: 2017-04-25 09:36 UTC (History)
1 user (show)

See Also:
Customer:
Word Size: ---


Attachments
POC to trigger out of bounds write (gs) (138 bytes, text/plain)
2017-04-18 04:59 UTC, Kamil Frankowicz
Details
Second POC to trigger OOBW (142 bytes, text/plain)
2017-04-18 05:04 UTC, Kamil Frankowicz
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Kamil Frankowicz 2017-04-18 04:59:41 UTC
Created attachment 13585 [details]
POC to trigger out of bounds write (gs)

After some fuzz testing I found a crashing test case.

Git Head: 6d65aaa8af3a9f56c1828e7943c6e1c8b93cf614

Command: gs -dNOPAUSE -sDEVICE=bit -sOUTPUTFILE=/dev/null -dSAFER gs_oobw_mark_line_tr -c quit

ASAN:

==12630==ERROR: AddressSanitizer: SEGV on unknown address 0x62ff9d51ac60 (pc 0x00000191e7e7 bp 0x62a00027e010 sp 0x7ffc56ee1100 T0)
==12630==The signal is caused by a WRITE memory access.
    #0 0x191e7e6 in mark_line_tr XYZ/ghostpdl/./base/gxscanc.c:2093:13
    #1 0x191e295 in mark_curve_tr XYZ/ghostpdl/./base/gxscanc.c:2118:9
    #2 0x191e205 in mark_curve_tr XYZ/ghostpdl/./base/gxscanc.c:2121:9
    #3 0x191e205 in mark_curve_tr XYZ/ghostpdl/./base/gxscanc.c:2121:9
    #4 0x191d146 in gx_scan_convert_tr XYZ/ghostpdl/./base/gxscanc.c:2196:21
    #5 0x17a4773 in gx_general_fill_path XYZ/ghostpdl/./base/gxfill.c:482:24
    #6 0x17a4773 in gx_default_fill_path XYZ/ghostpdl/./base/gxfill.c:702
    #7 0x1837e21 in gx_fill_path XYZ/ghostpdl/./base/gxpaint.c:52:12
    #8 0x1490499 in do_fill XYZ/ghostpdl/./base/gspaint.c:317:12
    #9 0x1490499 in fill_with_rule XYZ/ghostpdl/./base/gspaint.c:351
    #10 0x14c8b3c in gs_fapi_finish_render XYZ/ghostpdl/./base/gxfapi.c:1066:24
    #11 0x14d321a in gs_fapi_do_char XYZ/ghostpdl/./base/gxfapi.c:1682:16
    #12 0x1bc61de in FAPI_char XYZ/ghostpdl/./psi/zfapi.c:2358:13
    #13 0x1a270fe in interp XYZ/ghostpdl/./psi/interp.c:1320:40
    #14 0x1a270fe in gs_call_interp XYZ/ghostpdl/./psi/interp.c:517
    #15 0x1a270fe in gs_interpret XYZ/ghostpdl/./psi/interp.c:474
    #16 0x19f9de2 in gs_main_interpret XYZ/ghostpdl/./psi/imain.c:247:12
    #17 0x19f9de2 in gs_main_run_string_end XYZ/ghostpdl/./psi/imain.c:665
    #18 0x19f9de2 in gs_main_run_string_with_length XYZ/ghostpdl/./psi/imain.c:623
    #19 0x1a05efe in run_string XYZ/ghostpdl/./psi/imainarg.c:978:16
    #20 0x1a05efe in runarg XYZ/ghostpdl/./psi/imainarg.c:968
    #21 0x1a05358 in argproc XYZ/ghostpdl/./psi/imainarg.c:901:16
    #22 0x19fddc3 in gs_main_init_with_args XYZ/ghostpdl/./psi/imainarg.c:238:24
    #23 0x547608 in main XYZ/ghostpdl/./psi/gs.c:96:16
    #24 0x7f5bed87b82f in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x2082f)
    #25 0x47ba38 in _start (/usr/local/bin/gs+0x47ba38)

AddressSanitizer can not provide additional info.
SUMMARY: AddressSanitizer: SEGV XYZ/ghostpdl/./base/gxscanc.c:2093:13 in mark_line_tr
==12630==ABORTING
Comment 1 Kamil Frankowicz 2017-04-18 05:03:44 UTC
I found another bug, but I think, the root cause is the same.

ASAN:

==15589==ERROR: AddressSanitizer: SEGV on unknown address 0x62a24e9cdbb8 (pc 0x00000192a0b0 bp 0x000000000100 sp 0x7ffdc55f5100 T0)
==15589==The signal is caused by a WRITE memory access.
    #0 0x192a0af in cursor_output_inrange_tr XYZ/ghostpdl/./base/gxscanc.c:2639:9
    #1 0x192a0af in cursor_always_inrange_step_right_tr XYZ/ghostpdl/./base/gxscanc.c:2766
    #2 0x192a0af in mark_line_tr_app XYZ/ghostpdl/./base/gxscanc.c:3131
    #3 0x19240dc in mark_curve_tr_app XYZ/ghostpdl/./base/gxscanc.c:3426:13
    #4 0x19240dc in mark_curve_tr_app XYZ/ghostpdl/./base/gxscanc.c:3426:13
    #5 0x19240dc in mark_curve_tr_app XYZ/ghostpdl/./base/gxscanc.c:3426:13
    #6 0x19240dc in mark_curve_tr_app XYZ/ghostpdl/./base/gxscanc.c:3426:13
    #7 0x1920fa6 in gx_scan_convert_tr_app XYZ/ghostpdl/./base/gxscanc.c:3514:21
    #8 0x17a468b in gx_general_fill_path XYZ/ghostpdl/./base/gxfill.c:499:24
    #9 0x17a468b in gx_default_fill_path XYZ/ghostpdl/./base/gxfill.c:702
    #10 0x1837e21 in gx_fill_path XYZ/ghostpdl/./base/gxpaint.c:52:12
    #11 0x1490499 in do_fill XYZ/ghostpdl/./base/gspaint.c:317:12
    #12 0x1490499 in fill_with_rule XYZ/ghostpdl/./base/gspaint.c:351
    #13 0x1a270fe in interp XYZ/ghostpdl/./psi/interp.c:1320:40
    #14 0x1a270fe in gs_call_interp XYZ/ghostpdl/./psi/interp.c:517
    #15 0x1a270fe in gs_interpret XYZ/ghostpdl/./psi/interp.c:474
    #16 0x19f9de2 in gs_main_interpret XYZ/ghostpdl/./psi/imain.c:247:12
    #17 0x19f9de2 in gs_main_run_string_end XYZ/ghostpdl/./psi/imain.c:665
    #18 0x19f9de2 in gs_main_run_string_with_length XYZ/ghostpdl/./psi/imain.c:623
    #19 0x1a05efe in run_string XYZ/ghostpdl/./psi/imainarg.c:978:16
    #20 0x1a05efe in runarg XYZ/ghostpdl/./psi/imainarg.c:968
    #21 0x1a05358 in argproc XYZ/ghostpdl/./psi/imainarg.c:901:16
    #22 0x19fddc3 in gs_main_init_with_args XYZ/ghostpdl/./psi/imainarg.c:238:24
    #23 0x547608 in main XYZ/ghostpdl/./psi/gs.c:96:16
    #24 0x7fd1c6cd582f in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x2082f)
    #25 0x47ba38 in _start (/usr/local/bin/gs+0x47ba38)
Comment 2 Kamil Frankowicz 2017-04-18 05:04:22 UTC
Created attachment 13586 [details]
Second POC to trigger OOBW
Comment 3 Ken Sharp 2017-04-18 05:19:06 UTC
Passing to Robin to deal with scan converter problems, making P1 for a seg fault.

Exhibits on a Windows 32-bit debug build as well. Looks like its caused by the monstrous scale factor (2000,80 x 20,80 x 20,80).

The second file has 300000 8 scale, so I'm reasonably sure its the same problem.
Comment 4 Robin Watts 2017-04-18 05:21:09 UTC
I can confirm the bug and reproduce it on windows. Thanks for the report.

I should point out that it's

 -sOutputFile=

not

 -sOUTPUTFILE=

gs is case sensitive in the arguments it is given.
Comment 5 Robin Watts 2017-04-18 05:33:44 UTC
(In reply to Robin Watts from comment #4)
> I can confirm the bug and reproduce it on windows. Thanks for the report.
> 
> I should point out that it's
> 
>  -sOutputFile=
> 
> not
> 
>  -sOUTPUTFILE=
> 
> gs is case sensitive in the arguments it is given.

Apparently we have an exception hardcoded to cope with -sOUTPUTFILE. Ick.
Comment 6 Robin Watts 2017-04-19 04:36:00 UTC
Fixed in:

commit 8210a2864372723b49c526e2b102fdc00c9c4699
Author: Robin Watts <robin.watts@artifex.com>
Date:   Wed Apr 19 12:06:39 2017 +0100

    Bug 697762: Fix scan converter SEGVs.

    The SEGVs are caused by the scan converter allowing less room
    in the table than is actually required. This happens due to
    the mark_curve subdivision overflowing.

    For example, if we have a curve such as:

     0 0x80000000 moveto
     0 0x80000000 0 0x80000000 0 0x80000000 curveto

    Then the current subdivision logic does:

     fixed ay = (sy + c1y)>>1

    For sy = c1y = 0x80000000 this gives ay = 0, when clearly
    the average should be 0x80000000.

    An alternative formulation of the splitting code:

     fixed ay = (sy>>1) + (c1y>>1)

    gives the required result, at the expense of dropping accuracy at
    the low end.

    This commit therefore has 2 formulations of the splitting code, one
    for 'big' values (values that might overflow), and ones for normal
    values (values that won't).

    We select between the two pieces of code by comparing the top 2
    bits of each value; if they differ, then we use the big variant.

    Also, when calculating the size of the table required, we were
    incorrectly closing the curve more often than we needed to. This
    had no ill effect other than inflating the amount of memory we
    needed.

Many thanks for the report.