Cyber Resilience

CVE-2023-29887

HighPublic PoC

Published: 18 April 2023

Published
18 April 2023
Modified
06 February 2025
KEV Added
Patch
CVSS Score v3.1 7.5 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
EPSS Score 0.6233 98.4th percentile
Risk Priority 52 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2023-29887 is a high-severity Path Traversal (CWE-22) vulnerability in Nuovo Spreadsheet-Reader. Its CVSS base score is 7.5 (High).

Operationally, ranked in the top 1.6% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

Deeper analysis

CVE-2023-29887 is a path traversal vulnerability (CWE-22) in the test.php file of the PHP library spreadsheet-reader version 0.5.11. The flaw permits inclusion of arbitrary files through an unsanitized File parameter, resulting in a CVSS 3.1 score of 7.5 with network attack vector, low complexity, and no required authentication or user interaction.

Remote, unauthenticated attackers can exploit the issue over the network to read arbitrary files on the server, achieving high-impact disclosure of sensitive data while leaving integrity and availability unaffected.

The EPSS score for this CVE rose from a low baseline after the April 2023 disclosure to a peak of 0.8864 on 2025-12-11 before receding to the current value of 0.6233, indicating that exploitation interest increased well after public release and that the vulnerability merits renewed attention.

EU & UK References

Vulnerability details

A Local File inclusion vulnerability in test.php in spreadsheet-reader 0.5.11 allows remote attackers to include arbitrary files via the File parameter.

CWE(s)

Related Threats

No named actor attribution yet. ATT&CK technique mapping in progress for this CVE.

Affected Assets

nuovo
spreadsheet-reader
0.5.11

Mitigating Controls

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-22

Validates pathnames and filenames to prevent traversal outside intended directories.

References