Cyber Resilience

CVE-2023-7101

Fedoraproject Fedora 38 … 39

CISA KEVActive ExploitationEUVD Exploited
Published
24 December 2023
Modified
24 October 2025
KEV Added
02 January 2024
Patch / advisory
CVSS Score v3.1 7.8
Click a component to see what it means
Raw vectorCVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
EPSS Score 0.17 97th percentile
Risk Priority 83 floored blend · peak EPSS

Summary

CVE-2023-7101 is a high-severity Eval Injection (CWE-95) vulnerability in Fedoraproject Fedora. Its CVSS base score is 7.8 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique JavaScript (T1059.007); ranked in the top 3% of CVEs by exploit likelihood; CISA has added it to the Known Exploited Vulnerabilities catalog.

Deeper analysis AI-assisted summary

Synthesised by an AI model from the NVD description and linked references — a reading aid, not an authoritative source.

Spreadsheet::ParseExcel version 0.65 is a Perl module for parsing Excel files that contains an arbitrary code execution vulnerability. The flaw arises when unvalidated Number format strings from an input file are passed directly into a string-type eval call within the parsing logic, enabling injection of Perl code. The issue is tracked under CWE-95 and CWE-94 and carries a CVSS 3.1 score of 7.8 reflecting local access, low attack complexity, no privileges required, and user interaction via a malicious file.

An attacker can supply a crafted Excel document that, when opened or processed by an application using the vulnerable module, executes arbitrary Perl code under the privileges of the calling process. Successful exploitation yields full control over confidentiality, integrity, and availability on the affected system.

Public references point to a fix committed in the upstream repository that sanitizes format strings before evaluation. Additional disclosures from Mandiant and oss-security lists describe the same root cause and recommend upgrading to a patched release once available.

EPSS for the CVE rose from lower values after disclosure to a peak of 0.8590 on 2025-12-11 before receding to the current 0.5779, indicating that exploitation interest increased measurably in the months following publication.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

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…

more

evaluation of Number format strings (not to be confused with printf-style format strings) within the Excel parsing logic.

CWE(s)
KEV Date Added
02 January 2024

Related Threats

MITRE ATT&CK Enterprise Techniques

T1059.007 JavaScript Execution
Adversaries may abuse various implementations of JavaScript for execution.
T1059 Command and Scripting Interpreter Execution
Adversaries may abuse command and script interpreters to execute commands, scripts, or binaries.
T1059.001 PowerShell Execution
Adversaries may abuse PowerShell commands and scripts for execution.
T1059.002 AppleScript Execution
Adversaries may abuse AppleScript for execution.
T1059.004 Unix Shell Execution
Adversaries may abuse Unix shell commands and scripts for execution.
T1059.005 Visual Basic Execution
Adversaries may abuse Visual Basic (VB) for execution.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2021-22204Same product: Debian Debian Linuxboth on KEV
CVE-2017-7494Same product: Debian Debian Linuxboth on KEV
CVE-2009-1151Same product: Debian Debian Linuxboth on KEV
CVE-2018-7602Same product: Debian Debian Linuxboth on KEV
CVE-2019-0193Same product: Debian Debian Linuxboth on KEV
CVE-2020-8518Same product: Debian Debian Linux
CVE-2024-36401Shared CWE-94, CWE-95both on KEV
CVE-2025-24893Shared CWE-94, CWE-95both on KEV
CVE-2021-37973Same product: Debian Debian Linuxboth on KEV
CVE-2021-37975Same product: Debian Debian Linuxboth on KEV

Affected Assets

jmcnamara
spreadsheet\
\
debian
debian linux
10.0
fedoraproject
fedora
38, 39

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)

Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)
  • V1.3.1
  • V1.3.2

Likely Mitigating Controls AI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-94

Makes persistent code injection into loaded programs impossible when the executable image itself resides on hardware-protected read-only media.

addresses: CWE-94

Dynamically generated code can be produced and executed inside the isolated chamber, preventing host compromise from code-injection payloads.

addresses: CWE-94

Validates inputs used in dynamic code generation to block injected directives.

addresses: CWE-94

Directly prevents execution of attacker-supplied code written into data memory regions.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-06 mostly match
prevents

Secure SDLC practices directly require input neutralization and avoidance of unsafe dynamic evaluation.

PR.DS-10 none match
prevents

PR.DS-10 protects runtime data confidentiality/integrity but has no bearing on neutralizing externally influenced input during code generation, so neither direction shows any preventive effect.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

finds

Security testing in development can detect eval injection vulnerabilities before deployment.

prevents

Secure development life cycle mandates input validation and safe coding practices that directly prevent eval injection.

prevents

Application security requirements include rules against dynamic code execution of untrusted input.

prevents

Secure architecture principles discourage unsafe dynamic evaluation constructs.

prevents

Secure coding explicitly requires neutralization of input before dynamic evaluation, directly mitigating eval injection.

none

Separation of environments limits the blast radius if eval injection occurs in non-production.

References