CVE-2023-7101
Published: January 2, 2024
Official Description
Spreadsheet::ParseExcel contains a remote code execution 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 within the Excel parsing logic.
CISA KEV Advisory
Spreadsheet::ParseExcel Remote Code Execution Vulnerability
Spreadsheet::ParseExcel contains a remote code execution 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 within the Excel parsing logic.
Apply mitigations per vendor instructions or discontinue use of the product if mitigations are unavailable.
Risk Analysis
Spreadsheet::ParseExcel is vulnerable to remote code execution due to improper validation of input from a file, specifically within the evaluation of Number format strings. The high EPSS score of 0.83314 and inclusion in CISA's KEV indicate a significant risk of exploitation.
This vulnerability has been observed under active exploitation in the wild, confirming its use by attackers. Exploitation can occur when processing a specially crafted Excel file.
Users of Spreadsheet::ParseExcel should update to the latest version that includes a fix for this remote code execution vulnerability. Implement strict validation for all input files, especially those from untrusted sources.
Technical Analysis
CVE-2023-7101 requires local access, meaning attackers must already have a foothold on the target system.
Exploitation requires some privileges, which limits the exposure to scenarios where an attacker has already gained initial access.
CISA has added CVE-2023-7101 to the Known Exploited Vulnerabilities (KEV) catalog, confirming active exploitation in the wild. U.S. federal agencies are required to patch this within the mandated timeframe, and all organizations should treat remediation as urgent.
Exploit & PoC Resources
All References (1)
Quick Facts
Recommended Actions
- →Apply vendor patches immediately
- →Monitor CVE-2023-7101 in threat intel feeds
- →Review IDS/IPS signatures for exploitation attempts
- !CISA KEV: Federal agencies must patch per BOD 22-01 timeline
- !Active exploitation confirmed — treat as P1