CVE-2024-45293
Last modified
CVE-2024-45293 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. PHPSpreadsheet is a pure PHP library for reading and writing spreadsheet files. The security scanner responsible for preventing XXE attacks in the XLSX reader can be bypassed by slightly modifying the XML structure, utilizing white-spaces. EPSS estimates a 2.86% chance of exploitation in the next 30 days.
Description
PHPSpreadsheet is a pure PHP library for reading and writing spreadsheet files. The security scanner responsible for preventing XXE attacks in the XLSX reader can be bypassed by slightly modifying the XML structure, utilizing white-spaces. On servers that allow users to upload their own Excel (XLSX) sheets, Server files and sensitive information can be disclosed by providing a crafted sheet. The security scan function in src/PhpSpreadsheet/Reader/Security/XmlScanner.php contains a flawed XML encoding check to retrieve the input file's XML encoding in the toUtf8 function. The function searches for the XML encoding through a defined regex which looks for `encoding="*"` and/or `encoding='*'`, if not found, it defaults to the UTF-8 encoding which bypasses the conversion logic. This logic can be used to pass a UTF-7 encoded XXE payload, by utilizing a whitespace before or after the = in the attribute definition. Sensitive information disclosure through the XXE on sites that allow users to upload their own excel spreadsheets, and parse them using PHPSpreadsheet's Excel parser. This issue has been addressed in release versions 1.29.1, 2.1.1, and 2.3.0. All users are advised to upgrade. There are no known workarounds for this vulnerability.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Phpoffice | Phpspreadsheet | < 1.29.1 |
| Phpoffice | Phpspreadsheet | >= 2.0.0, < 2.1.1 |
| Phpoffice | Phpspreadsheet | >= 2.2.0, < 2.3.0 |
References
- https://github.com/PHPOffice/PhpSpreadsheet/security/advisories/GHSA-6hwr-6v2f-3m88Exploit, Vendor Advisory
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2024-45293?
How severe is CVE-2024-45293?
How do I fix CVE-2024-45293?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2024
- CVE-2024-45288A missing null-termination character in the last element of …8.4
- CVE-2024-45289The fetch(3) library uses environment variables for passing …7.5
- CVE-2024-4529The Business Card WordPress plugin through 1.0.0 does not ha…5
- CVE-2024-45290PHPSpreadsheet is a pure PHP library for reading and writing…7.5
- CVE-2024-45291PHPSpreadsheet is a pure PHP library for reading and writing…8.8
- CVE-2024-45292PHPSpreadsheet is a pure PHP library for reading and writing…5.4
- CVE-2024-45294The HL7 FHIR Core Artifacts repository provides the java cor…8.6
- CVE-2024-45295Rejected reason: ** REJECT ** DO NOT USE THIS CANDIDATE NUMB…
- CVE-2024-45296path-to-regexp turns path strings into a regular expressions…7.5
- CVE-2024-45297Discourse is an open source platform for community discussio…4.3
- CVE-2024-45298Wiki.js is an open source wiki app built on Node.js. A disab…4.3
- CVE-2024-45299alf.io is an open source ticket reservation system for confe…6.5
Are you affected by CVE-2024-45293?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
