Security Advisories (1)
CVE-2023-7101 (2023-12-24)

Spreadsheet::ParseExcel version 0.65 is a Perl module used for parsing Excel files. Spreadsheet::ParseExcel is vulnerable to an arbitrary code execution (ACE) vulnerability due to passing unvalidated input from a file into a string-type “eval”. Specifically, the issue stems from the evaluation of Number format strings (not to be confused with printf-style format strings) within the Excel parsing logic.

Changes for version 0.33

  • Default format for formatted dates changed from 'm-d-yy' to 'yyyy-mm-dd'
  • Numeric fields with date-formats now promote to Date
  • Added docs about date type 14 problem
  • skip another test when prereq is missing
  • split Spreadsheet::ParseExcel::SaveParser into packages
  • split Spreadsheet::ParseExcel into packages

Modules

Get information from Excel file
Expand of Spreadsheet::ParseExcel with Spreadsheet::WriteExcel
Utility function for Spreadsheet::ParseExcel

Provides

in lib/Spreadsheet/ParseExcel/Cell.pm
in lib/Spreadsheet/ParseExcel/Dump.pm
in lib/Spreadsheet/ParseExcel/FmtDefault.pm
in lib/Spreadsheet/ParseExcel/FmtJapan.pm
in lib/Spreadsheet/ParseExcel/FmtJapan2.pm
in lib/Spreadsheet/ParseExcel/FmtUnicode.pm
in lib/Spreadsheet/ParseExcel/Font.pm
in lib/Spreadsheet/ParseExcel/Format.pm
in lib/Spreadsheet/ParseExcel/SaveParser/Workbook.pm
in lib/Spreadsheet/ParseExcel/SaveParser/Worksheet.pm
in lib/Spreadsheet/ParseExcel/Workbook.pm
in lib/Spreadsheet/ParseExcel/Worksheet.pm