← back
CVE-2023-7101

Arbitrary Code Execution (ACE) Vulnerability

CVSS 7.8 HIGHEPSS 16.7%● KEVCWE-95
In short

A Perl module that reads Excel files has a flaw where it runs untrusted code from the file format without checking it first. An attacker can craft a malicious Excel file that executes arbitrary commands when opened.

Technical detail

CVE-2023-7101 affects Spreadsheet::ParseExcel v0.65 and exploits unsafe eval() of Number format strings during Excel file parsing (CWE-95: Improper Neutralization of Directives in Dynamically Evaluated Code). Attack vector is local/file-based; requires a user to open a malicious .xls file. Impact is arbitrary code execution with the privileges of the parsing process.

Summary generated and translated by AI from the official description.
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.
CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H

Want to know if your infrastructure is exposed to this?

Talk to TrueHacking →