Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Entry for gdata ParseExcel vulnerability #12

Merged
merged 5 commits into from
Jan 4, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions vulns/gdata/RSEC-2023-9.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
id: RSEC-2023-8
tylfin marked this conversation as resolved.
Show resolved Hide resolved
details: Bundled Perl script Spreadsheet::ParseExcel version 0.65 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. Fixed with the depreation of Excel-related functionality from gdata version 3.0.0 -- upgrading advised.
summary: Arbitrary Code Execution (ACE) Vulnerability
affected:
- package:
name: gdata
ecosystem: CRAN
ranges:
- type: ECOSYSTEM
events:
- introduced: "2.16.1"
- fixed: "3.0.0"
versions:
- "2.16.1"
- "2.17.0"
- "2.18.0"
- "2.18.0.1"
- "2.19.0"
- "3.0.0"
tylfin marked this conversation as resolved.
Show resolved Hide resolved
references:
- type: WEB
url: https://security-tracker.debian.org/tracker/CVE-2023-7101
- type: WEB
url: https://github.com/r-gregmisc/gdata/issues/14
aliases:
- CVE-2023-7101
published: "2023-12-28T02:15:00.000Z"
tylfin marked this conversation as resolved.
Show resolved Hide resolved