After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 750811 - SIGABRT on a fuzzed xls file
SIGABRT on a fuzzed xls file
Status: RESOLVED FIXED
Product: Gnumeric
Classification: Applications
Component: import/export MS Excel (tm)
git master
Other Linux
: Normal critical
: ---
Assigned To: Jody Goldberg
Jody Goldberg
http://jutaky.com/fuzzing/gnumeric_ca...
Depends on:
Blocks:
 
 
Reported: 2015-06-11 20:22 UTC by jutaky
Modified: 2015-06-12 00:20 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description jutaky 2015-06-11 20:22:59 UTC
Git versions of glib, goffice, gnumeric, libgsf and libxml2.

Test case: http://jutaky.com/fuzzing/gnumeric_case_sigabrt_45719.xls

$ ssconvert gnumeric_case_sigabrt_45719.xls /tmp/out.gnumeric

Program received signal SIGABRT, Aborted.
0x00007fffed559528 in raise () from /usr/lib/libc.so.6
(gdb) bt
  • #0 raise
    from /usr/lib/libc.so.6
  • #1 abort
    from /usr/lib/libc.so.6
  • #2 g_assertion_message
    at gtestutils.c line 2356
  • #3 g_assertion_message_expr
    at gtestutils.c line 2371
  • #4 gnm_filter_op_needs_value
    at sheet-filter.c line 56
  • #5 gnm_filter_condition_new_double
    at sheet-filter.c line 104
  • #6 excel_read_AUTOFILTER
    at ms-excel-read.c line 6075
  • #7 excel_read_sheet
    at ms-excel-read.c line 6773
  • #8 excel_read_BOF
    at ms-excel-read.c line 7086
  • #9 excel_read_workbook
    at ms-excel-read.c line 7192
  • #10 excel_enc_file_open
    at boot.c line 193
  • #11 excel_file_open
    at boot.c line 273
  • #12 go_plugin_loader_module_func_file_open
    at app/go-plugin-loader-module.c line 282
  • #13 go_plugin_file_opener_open
    at app/go-plugin-service.c line 685
  • #14 go_file_opener_open
    at app/file.c line 417
  • #15 workbook_view_new_from_input
    at workbook-view.c line 1278
  • #16 workbook_view_new_from_uri
    at workbook-view.c line 1337
  • #17 convert
    at ssconvert.c line 715
  • #18 main
    at ssconvert.c line 903


--
Juha Kylmänen
Comment 1 Morten Welinder 2015-06-12 00:20:54 UTC
This problem has been fixed in our software repository. The fix will go into the next software release. Once that release is available, you may want to check for a software upgrade provided by your Linux distribution.