CVE-2023-7101
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedSpreadsheet::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.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceSpreadsheet::ParseExcel 0.65 contains an arbitrary code execution vulnerability where Number format strings extracted from Excel files are passed into a string-type eval() without validation. An attacker can craft a malicious Excel file containing a specially formatted string that, when parsed, gets evaluated as Perl code by the application.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.
NVD · CPE data= 10.0= 38= 39<= 0.65CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Local
- Complexity
- Low
- Privileges
- None
- User interaction
- Required
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- High
- Availability
- High
CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Check if Spreadsheet::ParseExcel Perl module is installedRun `perl -MSpreadsheet::ParseExcel -e 'print $Spreadsheet::ParseExcel::VERSION'` or list installed Perl modules with `cpan -l | grep -i parseexcel`Affected if The module is installed and its version is 0.65 or lower
-
Verify the exact version number of the installed moduleRun `perl -MExtUtils::MakeMaker -e 'print $Spreadsheet::ParseExcel::VERSION'` or check the module file directly at the Perl library pathAffected if Version returned is 0.65 or any version lower than 0.65
-
Check OS-level package version for Debian systemsRun `dpkg -l | grep -i spreadsheet-parseexcel` or `apt show libspreadsheet-parseexcel-perl`Affected if Package version indicates the unpatched module is installed on Debian 10
-
Check OS-level package version for Fedora systemsRun `rpm -qa | grep -i spreadsheet-parseexcel` or `dnf list installed | grep -i parseexcel`Affected if Package version indicates the unpatched module is installed on Fedora 38 or 39
-
Identify if applications use Spreadsheet::ParseExcel to process user-provided Excel filesSearch application source code for 'use Spreadsheet::ParseExcel' or 'require Spreadsheet::ParseExcel' statements, and trace data flow from file upload/import to module usageAffected if Your application imports Excel files using this module without sanitizing Number format strings before parsing
You are affected if Spreadsheet::ParseExcel version 0.65 or lower is installed and your system or applications use it to parse untrusted or user-supplied Excel files containing potentially malicious Number format strings.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scopedUpgrade Spreadsheet::ParseExcel to a patched version. If immediate patching is not possible, avoid parsing Excel files from untrusted sources.
Spreadsheet::ParseExcel version 0.66 or later
- Check current Spreadsheet::ParseExcel version using 'perl -MSpreadsheet::ParseExcel -e "print $Spreadsheet::ParseExcel::VERSION"'
- Upgrade the Perl module via CPAN: 'cpan -i Spreadsheet::ParseExcel' or system package manager (e.g., 'cpanm Spreadsheet::ParseExcel')
- Verify the new version is >= 0.66 by running the version check command again
- If using a Linux distribution package (Debian/Fedora), ensure the distribution security updates are applied for the patched package
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation2.0 h
- Implementation4.0 h
- Testing6.0 h
- Review / QA3.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $4,096.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2023-7101 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2023-7101 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data