Vulnerability Details : CVE-2023-34795
xlsxio v0.1.2 to v0.2.34 was discovered to contain a free of uninitialized pointer in the xlsxioread_sheetlist_close() function. This vulnerability allows attackers to cause a Denial of Service (DoS) via a crafted XLSX file.
Vulnerability category: Denial of service
Products affected by CVE-2023-34795
- cpe:2.3:a:xlsxio_project:xlsxio:*:*:*:*:*:*:*:*
Exploit prediction scoring system (EPSS) score for CVE-2023-34795
0.07%
Probability of exploitation activity in the next 30 days
EPSS Score History
~ 32 %
Percentile, the proportion of vulnerabilities that are scored at or less
CVSS scores for CVE-2023-34795
Base Score | Base Severity | CVSS Vector | Exploitability Score | Impact Score | Score Source | First Seen |
---|---|---|---|---|---|---|
7.8
|
HIGH | CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H |
1.8
|
5.9
|
NIST |
CWE ids for CVE-2023-34795
-
The product reuses or references memory after it has been freed. At some point afterward, the memory may be allocated again and saved in another pointer, while the original pointer references a location somewhere within the new allocation. Any operations using the original pointer are no longer valid because the memory "belongs" to the code that operates on the new pointer.Assigned by: nvd@nist.gov (Primary)
References for CVE-2023-34795
-
https://github.com/brechtsanders/xlsxio/issues/121
[CVE-2023-34795] Free of uninitialized pointer in xlsxioread_sheetlist_close() · Issue #121 · brechtsanders/xlsxio · GitHubExploit;Issue Tracking;Third Party Advisory
-
https://github.com/xf1les/cve-advisories/blob/main/2023/CVE-2023-34795.md
cve-advisories/2023/CVE-2023-34795.md at main · xf1les/cve-advisories · GitHubExploit;Third Party Advisory
-
https://github.com/brechtsanders/xlsxio/commit/d653f1604b54532f11b45dca1fa164b4a1f15e2d
brechtsanders/xlsxio@d653f16 · GitHubPatch
Jump to